Hi,
We have created new web page record and trying to run below custom JavaScript.
But there is no alert after page load and no error too. Am I missing any reference to jquery libraries?
$(document).ready(
function()
{
alert("hello");
}
);
*This post is locked for comments
I have the same question (0)