[jQuery] Re: preventDefault

2009-08-23 Thread Hans
> haven't tested it to be sure. > > On Aug 20, 9:06 pm, Hans wrote: > > > > > hello everybody, > > > the site I'm building has a dropdown menu based on an unordered list > > with 3 levels. I've got it working nicely using jQuery, but there is >

[jQuery] preventDefault

2009-08-21 Thread Hans
hello everybody, the site I'm building has a dropdown menu based on an unordered list with 3 levels. I've got it working nicely using jQuery, but there is one thing I can't get working.. this is the problem: the 'a href' on the first tow levels serves to open up the level below without leaving

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread hans
On May 20, 1:35 pm, Sid <[EMAIL PROTECTED]> wrote: > Karl, > > Thanks a lot :-) > > Works perfectly well. But IE still shows an error notification in the > status bar. I'm just afraid it might come in between as I add more > features. Any ideas? > > Regards The "original blue" anchor has a mous

[jQuery] Re: How to speed up performance of html() and load()

2008-04-21 Thread hans
ny news or thoughts about this from the guru's would be apreciated! hans

[jQuery] Drupal jQuery plugin wrapper

2008-04-20 Thread Hans Riemenschneider
Hi Group! I've been struggling with implementing jQuery plugins into Drupal 6. I've spent a day and a half attempting various means of creating the wrapper Drupal will understand. Also, which is the preferred method (and when?) drupal_add_js http://api.drupal.org/api/function/drupal_add_js/6 jQue

[jQuery] Re: each loop selects to much

2007-10-31 Thread hans
Ahh that explains clearly why my expectations were so different from the results. Thank you both Glen and Dave!

[jQuery] jQuery article on dev.opera.com

2007-10-30 Thread Hans S . Tømmerholt
ra.com/articles/view/jquery-write-less-do-more/ -- Hans S. Tømmerholt Developer, Web Applications, Opera Software

[jQuery] $(document) bug?

2007-09-13 Thread hans
nt).resize(function(){ alert("Stop it!"); }); Is this a bug or am i missing something? :) thanks, Hans