woolyg Posted December 19, 2007 Share Posted December 19, 2007 ..perhaps a silly question, but is it possible? For example, in an AJAX set, have on onclick() event that makes a div drop down, AND populate that same dive from an AJAX-style request? Any help appreciated, Woolyg Link to comment https://forums.phpfreaks.com/topic/82256-is-it-possible-to-run-two-javascript-functions-from-the-same-action/ Share on other sites More sharing options...
emehrkay Posted December 19, 2007 Share Posted December 19, 2007 element.onclick = function(){ ajax.send(); divManipulation(); }; Link to comment https://forums.phpfreaks.com/topic/82256-is-it-possible-to-run-two-javascript-functions-from-the-same-action/#findComment-418201 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.