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 -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -