This is the script i m using but it is giving me error Type Error: x is null.
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(function()
{
if (entityId != null && entityId != "")
{
var x=document.getElementById("my_act");
alert(x.innerHTML);
}
});
</script>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…