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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -