Thread Starter
krohmi
(@krohmi)
Found a solution, just adding:
$(document).ready(function()
do the trick.
Thread Starter
krohmi
(@krohmi)
That was blazzing fast 🙂
But have some more questions…
I placed js file in that location, js included well (i checked by placing alert box for testing).
But when i trying to target fields nothing happens.
Just one line of code:
jQuery(‘.className’).hide();
No offect…