Done. I upgraded to jquery-1.3.1.min, and upgraded ui.core, ui.tabs and
ui.dialog. First of all, ui tabs does not work, either in FF or IE. No js
errors. Have to fix that.
However, live does work - sortof. I can get it to display an alert box, but
what I really want it to do is to display a dialog box, and call a php file
that loads data into this box. Here's what I've got:
[code]
$("#volunteer").live("click", function(e, date, opponent){
//alert("launching dialog box");
$("#dialogTest").dialog({
modal: true,
autoOpen: false,
width: 600,
dialogClass: "flora",
overlay: {opacity: 0.5, background: "black"}
});
});
...... later in my html:
<div id="dialogTest" title="Dialog title">Hey, check it out!<br />I'm a
dialog box!!!</div>
[/code]
All this is on display at http://www.pvifootball.com/test/
http://www.pvifootball.com/test/
Select Concession Stand
--
View this message in context:
http://www.nabble.com/basic-livequery-and-dialog-question-tp21640942s27240p21644826.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
-~----------~----~----~----~------~----~------~--~---