is it possible to make a jquery/javascript call like
<span onclick="$('#dialog-2').html($.get('http://url.com');">Info</span>
direct from html code ?
i would like to get the content from a url direkt in code – into a current opened dialog box (http://jqueryui.com/demos/dialog/)
Regards
Check out the
load()function: http://api.jquery.com/load/