I am developing a social networking site.. and implementing chat function. it worked perfectly when tested outside, but when i integrated with my site page, it causes a css class disable.
i am putting
Code:
<script src="jquery.js"> </script>
link at end of page, b4 < /body tag.
following is the code:
Code:
<a href="javascript:void(0)" <?php echo 'onclick="javascript:chatBoxOf("'. $cfObject->fullName() . '")"' ?> data-status="<?php echo $dataStat;?>"><?php echo $cfObject->fullName();?></a>
Here in this code : data-status attribute losts its effect when i put above script tag..
what could be the reason? what is the solution.
someone please help, its urgent