Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //javascript.js**************
- [...]
- var Section = new Section();
- //footer.php*****************
- [...]
- //find the section
- $.when(Section.construct(topOffset)).done(function(){
- $.when(Section.changeIDString()).done(function(){
- Section.setAttributes();
- });
- });
- [...]
Advertisement
Add Comment
Please, Sign In to add comment