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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -