This :-) Also, if I remove the a href, it would break the links (dynamically generated by the web application on load) and the preview panels :-) Adding the second return false;, as suggested by Matt has fixed it quite nicely! Thanks all :-(
On Jan 14, 8:55 am, Matt Maxwell <leftwithoutli...@gmail.com> wrote: > That is true, but if you remove the link's href, the application will not > degrade for users without JavaScript enabled. > > On Thu, Jan 14, 2010 at 8:46 AM, bill <ozzi...@gmail.com> wrote: > > this really an interesting jq/html semantic issue: if the <a> tag is > > not handling the actual redirection to another page, maybe we > > shouldn't be using the <a> tag at all. maybe the href should really > > just be stored in the jq routine. this clears up maintenance issues > > and passes the gut check.