avireni
4/12/2012 - 5:58 PM

Document ready

Document ready

$(document).ready(function() {
   
});


$(function(){
    
});

	
jQuery.noConflict(); // Reverts '$' variable back to other JS libraries to avoid namespace difficulties
jQuery(document).ready( function() {
});