[jQuery] jQuery UI accordion animation

2009-01-07 Thread RyOnLife
Hello, I am using the jQuery UI accordion widget and cannot get it to animate. I am calling like this: $('.ui-accordion').accordion() My jQuery UI build contains the effects core and effect slide. What am I missing in order to achieve the animation? Thank you!

[jQuery] Understanding the correct approach for binding plugins

2008-12-03 Thread RyOnLife
My normal approach for binding is this: After AJAX injecting new content, inside a load() callback function, do the bind. This works fine for something like: $('.link-name').bind('click', function(){ alert('test'); return false; }); But the same does not work when I am trying to bind any of my

[jQuery] Re: setTimeout function call...

2008-12-03 Thread RyOnLife
When I run into this, I put my functions outside the doc.ready.block, but call them from within it. Then they can share vars.

[jQuery] [tooltip] Cannot get tooltip to bind

2008-11-30 Thread RyOnLife
I am using the jQuery Tooltip Plugin from http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/. Great plugin. I am AJAX loading some content into my pages and am attempting to use Live Query to bind the tooltips to some of those links. Is not working:

[jQuery] Re: Using jquery to construct menus like nbc.com

2008-11-25 Thread RyOnLife
Have you looked at the Son of Suckerfish method? http://htmldog.com/articles/suckerfish/dropdowns/ Might be a good starting point to get everything working, then you can customize the CSS to get whatever look you're going for. On Nov 25, 10:07 am, serpicolugnut [EMAIL PROTECTED] wrote: I'm

[jQuery] Re: text link to fire Jeditable

2008-11-18 Thread RyOnLife
, 5:05 pm, Mika Tuupola [EMAIL PROTECTED] wrote: On Nov 10, 2008, at 9:02 PM, RyOnLife wrote: Hello, I am using Jeditable. Currently firing the plugin when the editable div is double clicked. I'd also like to add a text link outside of the editable div, and when clicked, it would make

[jQuery] text link to fire Jeditable

2008-11-10 Thread RyOnLife
Hello, I am using Jeditable. Currently firing the plugin when the editable div is double clicked. I'd also like to add a text link outside of the editable div, and when clicked, it would make the div editable. Just want to give my users a visual cue for those that aren't yet aware of the ability

[jQuery] binding solution

2008-10-28 Thread RyOnLife
I am having a binding issue. I've read enough in the jQuery docs and on this forum to have a cursory understanding. Without many examples to refer to, I am unsure of how to implement Live Query in order fix. I'm calling this refreshLabels() function each time a form checkbox is clicked. On the