php - Stay on the same window after submitting form via JQuery -
i have piece of code:
if(client selected) { //then show related projects } else { //don't show }
now, if select client, project related client dispalyed, , in front of each project, there button. when click on it, jquery dialog box shows in order update project information. it's ok until now, when update project details, second condition of above if starts , nothing displayed. manager doesn't because prefers window stays after update.
any suggestions? bests.
use ajax call php script if want stay on same page.
Comments
Post a Comment