[jQuery] Re: load different pages

2007-07-14 Thread Ganeshji Marwaha
try return false after the click handler... $(document).ready(function(){ $("#show").click( function() { $(".feeds").load("testjq.html"); return false; } ); $("#showb").click( function() { $(".feeds").load("testjqb.html"); return false; } ); }); untested, and i know it is somewhat weird to try t

[jQuery] Re: load different pages

2007-07-13 Thread matt
Well internet explorer comes up with a prompt to 'allow blocked content'... if I click on the first link after that, it's fine, but the second opens up window explorer for some reason. In firefox... the first link - fine. The second for page 2 still shows page 1 content, and then appends page 2

[jQuery] Re: load different pages

2007-07-12 Thread Ganeshji Marwaha
what error are u getting? On 7/12/07, matt <[EMAIL PROTECTED]> wrote: I'm trying to set up a site so I can load a page based upon a certain link clicked... but this is causing errors... any ideas? This is my first day using jquery... so I'm a newbee! TIA! http://www.w3.org/1999/xhtml"; xml