Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to add the js files. #33

Open
rprsnt opened this issue Aug 10, 2014 · 1 comment
Open

Way to add the js files. #33

rprsnt opened this issue Aug 10, 2014 · 1 comment

Comments

@rprsnt
Copy link

rprsnt commented Aug 10, 2014

Hi !
Thanks for your wonderful script !
I have a question regarding the way too implement the js files.

In the page where i have add stickem, before in the code, i have this line, regarding another script :
(even if i write only that, nothing else, even the mode_relocate script)

$(window).on("load resize scroll",function(e){
 mode_relocate();
 }); 

If this is line is here, your plug in doesnt work. If i just write the following line, its ok.

$(window).on("load resize scroll",function(e){

}); 

Do you have any idea ?
Thanks,
Damien

@davist11
Copy link
Owner

Sorry, I'm not following. How are you calling stickem? You are trying to call it before the file is loaded?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants