How to delete an object from memory using jQuery/Javascript? -


i creating application in have page creating customer. have written following code.

customer=new mobileapp.customerviewmodel(); //for creating new customer 

i want delete object. how can perform ??

setting customer = null make enable garbage collector, given there no other valid reference object.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -