I also upgraded to jQuery UI 1.6rc5, and changed to using a class on my
button - my tabs still do not work, and neither does the dialog. I get NO
js errors, which is making it very hard to diagnose!
[code]
<button class="volunteer" value="volunteer">Volunteer</button>
....
$(document).ready(function() {
$('#concessions > ul').tabs();
$('#dialogTest').addClass('flora').dialog();
$('volunteer').click(function() {
$('#dialogTest').dialog('open');
});
..
[/code]
--
View this message in context:
http://www.nabble.com/basic-livequery-and-dialog-question-tp21640942s27240p21652837.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---