Populate div content with ajax

Populate div content with ajax

I'm looking for a way to populate div content asynchronously, after user lands to the page for the first time. I'was hoping for a simple jqm attribute, something like data-ajax-url. For example:

  1. <div data-ajax-url="somecontent.php"></div>

The div content is filled after DOM is loaded through AJAX, without explicit jquery calls like jQuery.ajax(), jQuery.get(),... Is there any such thing?