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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -