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 Quote Link to comment Share on other sites More sharing options...
emehrkay Posted December 19, 2007 Share Posted December 19, 2007 element.onclick = function(){ ajax.send(); divManipulation(); }; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.