Link to home
Start Free TrialLog in
Avatar of hankknight
hankknightFlag for Canada

asked on

jQuery: add CSS after page fully loaded

Using jQuery, how can I add this CSS after the page has fully loaded?
#bodytext2 div  {
padding: 1px !important;
border: 1px solid #fafafa;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hankknight

ASKER

Thanks, hielo!

If you get a chance, could you please look at  this unrelated item?
https://www.experts-exchange.com/questions/26074437/JavaScript-Replace-placeholders-with-HTML-tags-from-array.html