[jQuery] Re: huge newb question

2009-09-28 Thread James
Try using: return false; Instead of: event.preventDefault(); On Sep 28, 11:21 am, Pitchwife dandau...@gmail.com wrote: Hello all, I'm trying to run through the simplest tutorials on jquery and for some reason I can't get any of the jquery code to work. I've downloaded jquery and I've made

[jQuery] Re: huge newb question

2009-09-28 Thread Liam Byrne
Try a return false instead of event.preventDefault() Liam Pitchwife wrote: Hello all, I'm trying to run through the simplest tutorials on jquery and for some reason I can't get any of the jquery code to work. I've downloaded jquery and I've made sure that this file is in the same directory