How do i assign an an id to a jquery dialog button. I tried the following but it's not working
buttons: {
Ok: function() {
id="xyz",
...
|
|
|
The following (seemingly undocumented) works for me with jQuery 1.8.9:
The button can be addressed via $("my-button-id") |
||||
|
|
|
This code from official site worked for me:
|
||||
|
|
|
@BerndB: Thanks it works perfectly and even is more extendable.
|
||||
|
|
hope that it helps |
|||||||||
|
|
Try this.
And the id setter
|
|||
|
|