Guest User

Untitled

a guest
Jun 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $("#cms_link_layout").live('click',function(){
  2. $.ajax({
  3. url: "/cms/bottom/layout",
  4. success: function(html){
  5. $("body").append(html)
  6. $("#cms_bottom").slideDown("fast");
  7. }
  8. });
  9. });
Add Comment
Please, Sign In to add comment