I have solved the problem by changing wrapping type in ui.slider
( 1.5.3 )
Line 47
.unwrap("a");
-----------------------------------
replaced by
.unwrap("span");
Line 112
.wrap('<a href="javascript:void(0);"
style="outline:none;border:none;"></a>')
-----------------------------------
replaced by
.wrap('<span style="outline:none;border:none;"></span>')
At this point my problem is solve but I still don't understand why the
"a" wrapping seems to fire
something on mouse down .... anyway why using "a" wrapping in this
context ???
Regards
Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---