chordsoflife Posted March 3, 2009 Share Posted March 3, 2009 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 More sharing options...
darkfreaks Posted March 4, 2009 Share Posted March 4, 2009 try using the debug plugin for jquery Link to comment https://forums.phpfreaks.com/topic/147702-jquery-is-disobedient/#findComment-775917 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.