/ Published in: JavaScript
Expand |
Embed | Plain Text
$("#trigger").click(function(){ $("#target") .html(ajax_load) .load(loadUrl + " #picture"); });
You need to login to post a comment.
$("#trigger").click(function(){ $("#target") .html(ajax_load) .load(loadUrl + " #picture"); });
You need to login to post a comment.