[jQuery] Re: Can a dialog not show an alert message?

2009-03-23 Thread delphilynx
The code I have: [code] // Show edit planitem dialog function showEditPlanitemDialog(planid, title, timestamp){ $("#edit_dialog").dialog({ width: 155, buttons: { "Ok": function() { // Save $.ajax( {

[jQuery] Re: Can a dialog not show an alert message?

2009-03-18 Thread arno.esterhuizen
Hi, delphilynx Could you post some example code, or point us to a working example? It's a lot easier than us trying to reinvent the code you already wrote. Cheers Arno On Mar 18, 3:38 pm, delphilynx wrote: > Anyone any comment about this issue? > > Thanks in advance!

[jQuery] Re: Can a dialog not show an alert message?

2009-03-18 Thread delphilynx
Anyone any comment about this issue? Thanks in advance!