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
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,
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,
3 matches
Mail list logo