Last Updated: February 25, 2016
·
2.381K
· cassioscabral

Rails + Jquery - $ is not defined

When using Rails with Jquery and you got this error("$ is not defined") trying to write some Javascript code inside script tags. Try that:

<script>
window.onload = function () {
   //Javascript with Jquery code
};
</script>