Sha256: fb74b43b9ccb0f1d594eb01939cea127041c89356b4cae383b0efdcd9d808267

Contents?: true

Size: 283 Bytes

Versions: 7

Compression:

Stored size: 283 Bytes

Contents

$(document).ready(function() {
  // This is called after the document has loaded in its entirety
  // This guarantees that any elements we bind to will exist on the page
  // when we try to bind to them

  // See: http://docs.jquery.com/Tutorials:Introducing_$(document).ready()
});

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
frankly-0.1.6 templates/public/js/application.js
frankly-0.1.5 templates/public/js/application.js
frankly-0.1.4 templates/public/js/application.js
frankly-0.1.3 templates/public/js/application.js
frankly-0.1.2 templates/public/js/application.js
frankly-0.1.1 templates/public/js/application.js
frankly-0.1.0 templates/public/js/application.js