[jQuery] Re: dependent select lists

2009-06-29 Thread ticallian
Not sure what you exactly you meant, if you need to update the script to work with JQuery 1.3, TuxX posted a solution on the site. Changing the original line: $("#"+child+' opti...@value="'+ childVal +'"]').attr ('selected','selected'); to $(”#”+child).val(["'+ childVal +'"]).attr(’selected’,’sel

[jQuery] [tooltip]: Multiple tooltips running from one set of parameters

2009-04-23 Thread ticallian
I'm sure this question has a simple answer, it's just stumping me... I have multiple (about 15) tooltips based on your "Fancy" and "Pretty" demos that are attached to a series of HTML labels. All the tooltips use the same parameters: track: true, delay: 0, showURL: false,

[jQuery] [tooltip]: Multiple tooltips running from one set of parameters

2009-04-23 Thread ticallian
I'm sure this question has a simple answer, it's just stumping me... I have multiple (about 15) tooltips based on your "Fancy" and "Pretty" demos that are attached to a series of HTML labels. All the tooltips use the same parameters: track: true, delay: 0, showURL: false,