We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

I want to use Jquery in my login view

<script type="text/javascript"> $(document).ready(function() { alert('OKKKK'); });

But giving me error 


5.2k
Accepted
answer
edited Aug '14

Maybe it's caused because you didn't include jquery?