Automatic Purr w/out onLoad?
Can I make Purr appear automatically on a page without using an onLoad function?
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I expect so. If you explain the problem you are trying to solve I can try to help you find the solution.
-
Inappropriate?Hi, I would like a Purr notification to be displayed right from the loading of the page, not having to click on any link.
Maybe using the document ready function ?
Thanks ! -
Inappropriate?@R.A. Ray: Sorry, didn't see your question... I would like to do what @Ced is describing -- have Purr trigger when the page loads rather than requiring visitors to click a link.
Thanks!
Tim
-
Inappropriate?Of course. I only have the examples set up to be on click so the person viewing them controls the action. Generally, I expected that those implementing Purr would probably be mixing in some AJAX goodness, but this should work just fine:
$( document ).ready( function ()
{
$( '#element' ).purr();
}
);
1 person says
this answers the question
Loading Profile...



