Guest User

Untitled

a guest
Aug 20th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //javascript.js**************
  2. [...]
  3. var Section = new Section();
  4.  
  5.  
  6.  
  7. //footer.php*****************
  8. [...]
  9.     //find the section
  10.     $.when(Section.construct(topOffset)).done(function(){
  11.         $.when(Section.changeIDString()).done(function(){
  12.             Section.setAttributes();
  13.         });
  14.     });
  15. [...]
Advertisement
Add Comment
Please, Sign In to add comment