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