I have a javascript code that should only run in app/Clients/show_products.ctp
$(document).ready(function(){ //Do stuff }); Should I to put this in layout or in the end of the view?
I have a javascript code that should only run in app/Clients/show_products.ctp
$(document).ready(function(){ //Do stuff }); Should I to put this in layout or in the end of the view?