144
rated 0 times
[
149]
[
5]
/ answers: 1 / hits: 56129
/ 15 Years ago, tue, february 17, 2009, 12:00:00
I'm using Google Ajax API and they suggest I use google.setOnLoadCallback()
to do various things related to their API but I'm using also jQuery's $(document).ready()
to do other JS things, not related to Google API.
Is it safe to mix these two approaches in one document? I did not notice any problems yet but I suppose it's a matter of scale.
More From » jquery