php - For apphp framework i need to preform ajax request -
apphp framework , have datatable when click on action button "edit", need populate modal form whit data db.
jquery not option because fw blocked ajax request.
if on click call windows.location="controller/action", action reload page , close modal. need call controller view on button click, without reloading page.
prepare data each edit link while loading page, please in javascript array , use when call popup clicking on [edit] link
Comments
Post a Comment