¡@

Home 

2014/10/16 ¤W¤È 12:06:11

jquery Programming Glossary: parentenumber

Javascript callback functions with ajax

http://stackoverflow.com/questions/4988277/javascript-callback-functions-with-ajax

in my case. My current function is function getNewENumber parentENumber .ajax type POST url get_new_e_number.php data project_number.. data project_number projectNumber parent_number parentENumber success function returnValue console.log returnValue return.. in the same way other jQuery functions work ie var parentENumber E1 3 getNewENumber parentENumber function alert the number that..

Javascript callback functions with ajax

http://stackoverflow.com/questions/4988277/javascript-callback-functions-with-ajax

answers I'm still a bit confused about how I would implement in my case. My current function is function getNewENumber parentENumber .ajax type POST url get_new_e_number.php data project_number projectNumber parent_number parentENumber success function.. parentENumber .ajax type POST url get_new_e_number.php data project_number projectNumber parent_number parentENumber success function returnValue console.log returnValue return returnValue with return value excecute code error function.. error With this function I want to be able to do something in the same way other jQuery functions work ie var parentENumber E1 3 getNewENumber parentENumber function alert the number that is returned by getNewENumber javascript jquery ajax callback..