[fx.php_list] Re: [OFF] JQuery basic dialog issue...

  • From: David Ness <ness.david@xxxxxxxxx>
  • To: fx.php_list@xxxxxxxxxxxxx
  • Date: Tue, 23 Aug 2016 12:05:03 -0400

Bob,

I went to the page you link to, but I don't see the link that generates the
dialog you're referring to.

By the way, I recently changed out all of the dialog boxes on my web
application. I used this jQuery library:

The primary reason I used this one is the ability to specify as many/few
buttons as you want and control the button label, and the ability to use
callbacks. (Callbacks *may* be the solution to the problem you described.)

http://stefangabos.ro/jquery/zebra-dialog/

- David


On Tue, Aug 23, 2016 at 11:05 AM, Bob Patin <bob@xxxxxxxxx> wrote:

...
BUT…

I have a page that displays a large table of class schedules; every entry
shares the class “opener” so I should be able to use the 2nd code

$( ".opener" ).on( "click", function() { alert('test'); $( "#dialog"
).dialog( "open" ); });

to open the dialog. I see the alert, but I never see the dialog.

I also tried using this:

$( ".opener" ).click(function() {
alert('test'); $( "#dialog" ).dialog( "open" );
});

Doesn’t work…

You can see the page here:

https://recreate.longtermsolutions.com/classes.php

Anyone have an idea what I’m missing?

Thanks,
Bob Patin




-- 
David Ness,
FileMaker Developer
Web 2.0 Applications Developer

email : David@xxxxxxxxxxxxxx
Web  : http://www.David-Ness.com ;<http://www.david-ness.com/>
Cell   : 941.914.4041

Other related posts: