I got a question here. I'm using a jQuery modal form to save some data into a MySQL database. What I'm trying to accomplish is that when the user enters data into the texfields of the dialog box and hit save, I want to load the same page that the dialog box was opened from with the new inserted data. I wanna do this with ajax though (I don't wanna just redirect the user to that page).
Any idea please?