Advertisement
Guest User

Untitled

a guest
Jan 19th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(function ($) {
  2.     $.get(AwebsomeBrowsel.ajaxurl, {action:'awebsome-browsel'}, function (response) {
  3.         $('body').addClass(response);
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement