[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-07 Thread Araceli Domínguez
Working! thanks a ton! Charlie escribió: it's not the click function that's important in the FAQ, it's the concept that events don't work on elements added to the DOM after page load. That is due to browser functionality Important to understand this part of link: *Why doesn't an event wo

[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-07 Thread Charlie
it's not the click function that's important in the FAQ, it's the concept that events don't work on elements added to the DOM after page load. That is due to browser functionality Important to understand this part of link:   Why doesn't an event work on a new element I've created? You can m

[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-07 Thread Araceli Domínguez
Charlie sorry, I don't get it .. am I supposed to use $('a').click(fn) ? Did u read my code? Thanks again ! Charlie escribió: http://docs.jquery.com/Frequently_Asked_Questions#Why_doesn.27t_an_event_work_on_a_new_element_I.27ve_created.3F Now that jQuery documentation comes in handy! Arac

[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-07 Thread Charlie
http://docs.jquery.com/Frequently_Asked_Questions#Why_doesn.27t_an_event_work_on_a_new_element_I.27ve_created.3F Now that jQuery documentation comes in handy! Araceli Domínguez wrote: Charlie, thanks a ton for answering and thanks to all for reading. I've changed the tooltip, you were right t

[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-07 Thread Araceli Domínguez
Charlie, thanks a ton for answering and thanks to all for reading. I've changed the tooltip, you were right there's a bunch of very nice tooltips made with jQuery. I'm using jquery-tooltip and here's the result: http://www.vivocomtech.net/vidzapper/jquery-tooltip/tipmix2.htm As you'll see

[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-06 Thread Charlie
If it was me I'd be saying "how can I change my Mootools code to jQuery"? Why? You can't beat the documentation that surrounds jQuery! When I originally probed around all the _javascript_ libraries (YUI,Mootools,Prototype,Dojo) I realized pretty quickly that jQuery has by far the best support

[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-06 Thread Araceli Domínguez
Thanks Ricardo. And sorry for not sticking, this is quite urgent and didn't know who could help me. I have to use Mootols tooltip .. so  how can I convert my jQuery code to mootools? haven't I done it yet? The code is here: http://www.vivocomtech.net/vidzapper/jQuery_andMoo_tooltip.rar (2 kb

[jQuery] Re: Mootools tooltip used inside of jquery??

2009-07-06 Thread Ricardo
Stick to a single framework.. avoid confusion and save your users' bandwidth. You should either convert your jQ code to mootools or use a jQuery tooltip plugin. And the whole thing you posted is unreadable, please use a sharing site like jsbin.com or snipt.org :) On Jul 6, 5:10 am, Lleoun wrote