The spbodyonload tag has no wiki summary.
8
votes
6answers
3k views
Risk of conflict between jQuery document ready and _spBodyOnLoadFunctionNames?
I recently read in the jQuery documentation that:
The .ready() method is generally incompatible with the body
onload attribute. If load must be used, either do not use .ready()
or use jQuery's ...