In jQuery you're supposed to use the CSS way to locate elements. So,
in your case you'd use this: $(".yourclassname") to get a list of
elements with the specified class.You should use a web search engine to find answers to your questions about the events. That's basic stuff and is not related to jQuery UI. On Jul 19, 8:36 am, Europus <[email protected]> wrote: > I know that this function doesn't exist in the DOM. Yet. > It doesn't currently appear to exist in jQuery either, I > couldn't find anything searching the documentation online. > I'm looking for a home-rolled custom function that is > jQuery compatible, so I can add some behaviors to it. > > Does anyone have something up their sleeve? :-) > > A more general question for the more knowledgeable js > programmers: > > What is the difference between onMouseOver & onMouseOut > and onFocus & onBlur? Is the latter for use in forms only > or what? > > Ulex -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
