You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ojay talk
Apologies for such a newbie question but I rarely do JavaScript
programming. I have looked at the Ojay site for about an hour now and
have not seen anything directly related to handling proper page load
events for running scripts once the DOM is ready.
I've used jQuery before, but this time I've been told to evaluate
Ojay. I'm somewhat familiar with this in jQuery:
$(document).ready(function(){
// Your code here
});
What is the equivalent in Ojay? This?
$(document).on('ready', function(){
// Your code here
});
Benedict Eastaugh
unread,
Feb 6, 2009, 2:18:12 PM2/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ojay...@googlegroups.com
> What is the equivalent in Ojay? This?
Ojay.onDOMReady(function() { // ... });
Using the $ alias if you prefer, of course.
Kevin Williams
unread,
Feb 6, 2009, 2:43:01 PM2/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message