buithehoa
1/7/2015 - 3:43 AM

JQuery document ready

JQuery document ready

$(document).ready(function() {
  // put all your jQuery goodness in here.
});

// OR

$(function() {
  // put all your jQuery goodness in here.
});