Karl Swedberg
Karl Swedberg
Thanks to both of you, @EvilJohnny and @jimthedev. I think I'll keep this open until I get a chance to mention something about it in the readme.
Hi @imfaisalkh , sorry for the late response. You should be able to just import it without the `smoothScroll` name: `import 'jquery-smooth-scroll'` That's how I do it, and it seems...
I'd have to see what else you're doing in your project to properly troubleshoot. My hunch is that there could be a problem with how you're bundling the JavaScript. If...
Thanks for the extra information. The "main" property in the package.json points to a built version of the plugin that uses the UMD pattern (since that was all the rage...
Can you try adding the following to your css for .cluetip-outer? ``` css zoom: 1; *display: inline; ``` The two declarations need to go in that order, and they should...
Do you have a test case up on the web somewhere that I can take a look at?
Hi @Silverbug . I've described a way to do this in the README: https://github.com/kswedberg/jquery-smooth-scroll#smooth-scrolling-on-page-load Let me know if you still have questions.
can you please provide a reduced test case that demonstrates the problem? Thanks!
Thanks for the pull request. I'm not sure, though, if it's worth adding this feature for such an edge case. Also, on line 415, it looks like you're still adding...
Are you getting the content via ajax? If so, I'm guessing that there is a mismatch between the content type stored in a database and the content type of the...