pixel2 / jQuery-Easy-Confirm-Dialog-plugin

jQuery plugin that imitates the standard javascript confirm-action. But uses standard jquery dialog-module to show the message. Very simple integration, no callbacks needed. When added all other events will be put on hold and only executed on user confirmation.
http://projectshadowlight.org/jquery-easy-confirm-dialog/
25 stars 20 forks source link

Popup is not opening in my asp.net application #15

Closed anujpratap09 closed 9 years ago

anujpratap09 commented 10 years ago

Hi,

I copied all of your code of How to get started on my aspx page and added js and css reference but popup is not opening its just change the url like WebForm.aspx?confirm=true

Regards Anuj

pixel2 commented 10 years ago

It is really hard for me to give any help without any more information. Look at http://www.projectshadowlight.org/jquery-easy-confirm-dialog/ for working examples. If you still can't get it to work give me a URL to your code or upload a version that will reproduce your error on http://fiddle.jshell.net.

anujpratap09 commented 10 years ago

Hi Emil,

Thanks for reply.. Popup is working now.. Thanks You..

On Mon, Nov 10, 2014 at 3:20 PM, Emil Janitzek notifications@github.com wrote:

It is really hard for me to give any help without any more information. Look at http://www.projectshadowlight.org/jquery-easy-confirm-dialog/ for working examples. If you still can't get it to work give me a URL to your code or upload a version that will reproduce your error on http://fiddle.jshell.net.

— Reply to this email directly or view it on GitHub https://github.com/wiggin/jQuery-Easy-Confirm-Dialog-plugin/issues/15#issuecomment-62362090 .

Anuj Pratap Singh