Jquery Hidden selector or the remove attribute Halting the safari Browser -


The following is the code that is stopping the safari process.

  $ ('field') Find (": hidden") .remove ();  

How can I get it because I want to remove the hidden areas before submitting the form. Where . Field is the class name of a div with a hidden areas.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -