Jump to content

JQuery is disobedient!


chordsoflife

Recommended Posts

I'm having the oddest problem. No mater what I use.. fadeIn, show, toggle, etc, the action works WHILE the page is loading, but then disappears when the page is finished loading.

 

Here's the code:

 

<script type="text/javascript">
  $(document).ready(function(){
     $('.addNumberLink').click(function(){ $('.addNumber').toggle();});
  });
</script>

 

Thoughts?

Link to comment
https://forums.phpfreaks.com/topic/147702-jquery-is-disobedient/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.