I have a form that contains a table. When I free the objects that 
contain a row the elements of the row do not get removed from the DOM.

I added a trace to the library code that sends scripts to the browser 
and I see scripts like: "delete gnoga['row_xyz'];" being sent. In the 
console of a debugger I can see that gnoga['row_xyz'] will return null 
after the delete but the row is not removed from the DOM.

If I execute $('#row_xyz').remove() in the debugger console the row is 
removed from the DOM. Do I need to explicitly send the JavaScript remove 
or is there something I'm missing that does it automatically?

Thanks for any suggestions
Wayne

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to