Hello
if my page outputs a certain item number from my database, how do i put that item number into my javascript?
'<div class="update".$item_id.">';
say i have $item_id and it various
how do i put it into javascript code? would it be the same thing?
I can just put something like this?
$(document).ready(function(){
$('.update$item_id').hide()
I need help,
thank you