I have a first.js file included in the page index.php that have something like this:
$(function(){ $(\"#my_slider\").slider(\"value\", 10); });
Dont know how to tell when the last $(document).ready() function fired, but $(window).load() function fires after the $(document).ready()
$(document).ready()
$(window).load()