if i have [ if statement ] in my php code than with jquery it is not working...........!!
e.g
if i have
---------------------------
<?php
if(myquery){
}else{
do jquery here
}
?>
------------------------------
but jquery in else area is gone disable how can i fix that.........!!