[jQuery] convert an event object to a jQuery event object?

2007-07-25 Thread Jeff L
Hi, Is there a way to take a normal event object and convert it to a jQuery event object so everything gets normalized? Or can you only use the jquery event stuff when you use the jQuery events themselves? Hope this makes sense. Thanks, Jeff

[jQuery] triggering a custom event is not working

2007-07-24 Thread Jeff L
Hi everyone, I'm trying to bind a custom event and then use trigger() to trigger it, but it's not working for me. Here's my code, does anyone see any issues? Currently it's logging 'mouseout' but not 'my Event' as I mouse over my table cells. $(o).mouseout( function(event) {

[jQuery] Re: Problems with tablesorter

2007-07-24 Thread Jeff L
sorry didn't mean to hijack this email - i'll send a different one! On 7/24/07, Jeff L <[EMAIL PROTECTED]> wrote: Hi everyone, I'm trying to bind a custom event and then use trigger() to trigger it, but it's not working for me. Here's my code, does anyone

[jQuery] Re: Problems with tablesorter

2007-07-24 Thread Jeff L
Hi everyone, I'm trying to bind a custom event and then use trigger() to trigger it, but it's not working for me. Here's my code, does anyone see any issues? Currently it's logging 'mouseout' but not 'my Event' as I mouse over my table cells. $(o).mouseout( function(event) {

[jQuery] Re: Selector docs?

2007-07-02 Thread Jeff L
Benjamin, That's just a blog - if there is a specific page on there about the selectors, please do send along a link. Thanks. On 7/2/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: Howie, Check out learningjquery.com On 7/2/07, Howard Jones <[EMAIL PROTECTED]> wrote: > > > Naturally, the d

[jQuery] Re: Selector docs?

2007-07-02 Thread Jeff L
You can use the google cache http://72.14.205.104/search?q=cache:yFpDK0JxvV4J:docs.jquery.com/DOM/Traversing/Selectors+jquery+selectors&hl=en&ct=clnk&cd=2&gl=us&client=firefox-a Jeff On 7/2/07, Howard Jones <[EMAIL PROTECTED]> wrote: Naturally, the day I pick to sit down and play with a new j

[jQuery] Re: Live Example Question

2007-05-10 Thread Jeff L
basically it's saying to show it if it's hidden, or hide it if it's visible. see more info here: http://www.jquery.com/Selectors#Custom_Selectors_2 On 5/10/07, c19h28o2 <[EMAIL PROTECTED]> wrote: > > > Thanks, > > can you please explain the why the p.firstparagragh has :hidden beside > it? it d

[jQuery] Re: Changing type input on IE

2007-05-10 Thread Jeff L
untested, but something like this? $('#btnEnviar').before('').remove(); Jeff On 5/10/07, Harlley Roberto <[EMAIL PROTECTED]> wrote: Hi, I need to do this: $("#btnEnviar").attr("type", "button"); But accordind to my googled, I think that it's not possible on IE http://dev.jquery.com/ticke