[jQuery] Re: alert wont fire from page to page

2009-04-15 Thread Bob O
also in my code the line is not commented out... I accidentally pasted that in there.. On Apr 15, 10:45 am, Bob O sngndn...@gmail.com wrote: I have a very simple piece of code. $(document).ready(function() {   // var url = location.pathname;   alert(url); }); When im on my home page it

[jQuery] Re: alert wont fire from page to page

2009-04-15 Thread Bob O
nevermind...i found the problem. On Apr 15, 10:46 am, Bob O sngndn...@gmail.com wrote: also in my code the line is not commented out... I accidentally pasted that in there.. On Apr 15, 10:45 am, Bob O sngndn...@gmail.com wrote: I have a very simple piece of code.