[jQuery] [tooltip] New wrapper around #tooltip

2008-10-29 Thread Toccamonium
Hi, How can I add extra content to this line? Current code: helper.parent = $('div id=' + settings.id + 'h3/h3div class=body/divdiv class=url/div/div') New code structure: helper.parent = $('div id=' + settings.id + 'div id=tooltip_contenth3/h3div class=body/divdiv class=url/div/div/div') I

[jQuery] Re: scrollpane and UI Dialog window

2008-08-25 Thread Toccamonium
to nudge the DOM back to something that works with jscrollpane. On Fri, Aug 22, 2008 at 9:09 AM, Toccamonium [EMAIL PROTECTED] wrote: Hi, onclick we open the UI Dialog window for detail information. In the window we have the UI Tab and into them content wrapped by the scrollpane plugin

[jQuery] scrollpane and UI Dialog window

2008-08-22 Thread Toccamonium
Hi, onclick we open the UI Dialog window for detail information. In the window we have the UI Tab and into them content wrapped by the scrollpane plugin. When you open the dialog the first time everything works fine. But if you open it again the scrollpane hides the content as it's writing

[jQuery] tablesorter 2.0 with subtables

2008-07-22 Thread Toccamonium
Hi, right now I'm trying to figure out what's best practice for a simple table grid with detail view on click. I know there are grid plugins available but for my first test I want to create a simple one by myself and add some other plugins to enhance it. One of them is tablesorter 2.0:

[jQuery] Selectors tr and img

2007-11-22 Thread Toccamonium
Hi, I'm using this code to add alternating table rows: $('.content_table tr:odd').addClass('odd'); $('.content_table tr:even').addClass('even'); Now I have some cells with images includes: tr td /td /tr Here I want to have another class added. Now I tried to get all the tr where an image is