MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

Call a function after click close in jquery dialog({

1
Started on: 15 April 13
Participants: 1
I am using Jquery dialog plugin.

In that i want to add a call another function after click close button. Please refer my code below
$("#id_dialog").dialog({
autoOpen : false,
modal : true,
show : "blind",
hide : "blind" ,
height: height,
width: width,
resizable: false,
draggable: false

});
help me how to use , urgent















I am using Jquery dialog plugin.

In that i want to add a call another function after click close button. Please refer my code below

$("#id_dialog").dialog({
autoOpen : false,
modal : true,
show : "blind",
hide : "blind" ,
height: height,
width: width,
resizable: false,
draggable: false

});

help me how to use , urgent

This challenge is listed under Development & Implementations Community

Related Posts:

Initiator

Aravinthan
Aravinthan
  Follow

I am passinate about IT & PHP , Let's do it

More posts by: Aravinthan Asokan

1 Suggestion

  1. 04 May 13
    0

    Hi innoThink try this

    $("#id_dialog").dialog({ autoOpen : false, modal : true, show : "blind", hide : "blind" , height: height, width: width, resizable: false, draggable: false, close: function(){ //do what ever you want } });

Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top