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

Clicking OK does not update/insert data in database #17

Open jybee opened 9 years ago

jybee commented 9 years ago

i'm using your plug-in. kinda cool to see the dialog box

problem though.. when i click yes or OK, it does not update or insert new data in database (like changing passwords)

clear to elaborate on this??

pixel2 commented 9 years ago

Are you following the examples from http://www.projectshadowlight.org/jquery-easy-confirm-dialog/?

Please provide working code example using jsfiddle (http://jsfiddle.net) or similar service that illustrates your problem and I can take a look at it.

jybee commented 9 years ago

i've been following the examples and implemented in mine.. but i don't know it hasn't updated the database after submit. been using localhost that time

jybee commented 9 years ago

here's the jsfiddle http://jsfiddle.net/jybee143/L77hL6xw/

i've just posted the whole HTML code (not including php ones)