$('#target').html(????????) or .ajax() ?
Need this to load a php page in the <div> with id target. How do I call that php page?
This is my problem it wasn't my setup it was trying to include the javascript variable obj.info:
function(obj){jQuery.ajax({'url':'/controller/\'+obj.info+\'','cache':false,'success':function(html){jQuery('#target').html(html)}})}
Whenever I try to work the variable obj.info it the function fails.