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? Quote Link to comment Share on other sites More sharing options...
darkfreaks Posted March 4, 2009 Share Posted March 4, 2009 try using the debug plugin for jquery Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.