[jQuery] Re: Parsing a complicated JSON file with JQUERY !

2009-07-25 Thread Walther
I think your problem is that you don't have a firm grasp of javascript objects or object notation in general. JSON is just a method of transfering javascript objects in a text format. jQuery automatically converts the JSON string into a javascript object if you tell it to (Look at the documentati

[jQuery] Re: 'Simulating' mouseenter/mouseleave/hover events using $.live

2009-04-20 Thread Walther
x27;; >                         } else { >                                 type = 'mouseout'; >                         } >                 } >                 oldDie.call(this, type, fn); >         }; > > })(jQuery); > > you can use it like the normal live/di

[jQuery] 'Simulating' mouseenter/mouseleave/hover events using $.live

2009-04-11 Thread Walther
I am looking for a way to simulate the actions of the hover (or mouseenter/mouseleave) whilst using the live method of binding (The items are dynamic). Is there a way to do this or will I need to use the 'old fashioned' method of unbinding and rebinding? I do not want to use a plugin.

[jQuery] Re: Do you need authorization for SVN import???

2009-03-19 Thread Walther
Do you want to 'download' the code onto your computer? Then you need to use "checkout", not "import". On Mar 18, 10:01 pm, "J.V." wrote: > I am using Eclipse SVN subclipse plugin. > I can browse all code on:http://jqueryjs.googlecode.com/svn > > but when I need to import it locally it asks me fo

[jQuery] Re: [Validate] Validation plugin adding random validation rules depending on message

2009-03-11 Thread Walther
Ah, that worked. Thanks. Walther On Mar 11, 2:15 pm, Jörn Zaefferer wrote: > You could configure the metadata plugin to use something else then the > class attribute. Currently you have the word "number" inside the class > attribute, so the input has the class "

[jQuery] Re: [Validate] Validation plugin adding random validation rules depending on message

2009-03-11 Thread Walther
y document ready function the validation breaks. Thanks for the quick reply Walther On Mar 11, 2:07 pm, Jörn Zaefferer wrote: > You probably have added a class "number" that the plugin picks up as a > rule. You can remove or replace the class, or remove the number > method:

[jQuery] [Validate] Validation plugin adding random validation rules depending on message

2009-03-11 Thread Walther
I'm having a strange issue with the validation plugin. I have a field for the users telephone number, but the only rule that is set is that it is a required field. However, if you type any character apart from a number it gives a "Please enter a valid number" error which it shouldn't (as I never

[jQuery] Re: jQuery 1.3 live not working correctly

2009-01-19 Thread Walther
I've posted on jquery-dev and will carry on the discussion there. Thanks Walther On Jan 19, 6:53 pm, John Resig wrote: > Do you have an example anywhere that we can look at? Also, could you > post a follow-up to the jquery-dev list? > Thanks.http://groups.google.com/gr

[jQuery] jQuery 1.3 live not working correctly

2009-01-19 Thread Walther
the stopPropagation function (and I've tried return false as well). If I use the normal bind function then it works 100%. Is there a possible bug in the live events implementation, or am I missing something? Walther.

[jQuery] JQuery UI and ExtJS

2008-01-30 Thread Stéphane Walther
Hi there, I tried to nest an ExtJS TreePanel into an Accordion menu (provided by jQueryUI) like this : -Header1 -Header2 MyTree -Header3 When I click on Header2, the TreePanel works fine (on FF only, IE doesn't seems to work). If I click on another header and come back to Header2, the the acc