Hi,
I'm trying to integrate a jquery image slider ( http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/) on a confluence page but without success. So basically, I put all the .css and .js in attachement and link to that in my Confluence page html code.
Is it possible to make it work in Confluence? does jquery work in Confluence?
thanks in advance!
You may also want to check out Image Slider for Confluence, a new Confluence plugin I've built for this year's Codegeist Add-on competition.
Thanks Leroy!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes jQuery works in confluence.
You have to add something like this before the <div id="sb">:
<script type=
"text/javascript"
>
AJS.toInit(
function
(){
AJS.$(
"#sb"
).
slicebox();
});
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.