It looks like you’re new here. If you want to get involved, click one of these buttons!
How can I use the Lightbox with a hidden DIV? It’s possible?
…I have the gallery working perfectly. But when I wrap the gallery image in an anchor it breaks the gallery. I even tried to remove the wrap around the thumbs using js. That didn’t fix it. Any advice?
…Hi all,
different projects have different customers have different preferences. Any chance you could add ‘slideTTB’ (top to bottom; default) and slideRTL (right to left) as paramaters for the animation? A slide from ‘right to left’ feels like the worldwide default for such animations to me, so it would be nice to have it here as an option; I understand that ‘top to bottom’ is the current defaul
…I have a list of link that carry the content “href” inside a div using Ajax Jkit, but when I add some effect within this content content, for example an accordion, so this effect does not work. Even if I write the jquery again this external content does not work.
Anyone have any suggestions? I’ll keep trying, if I can come here to share. Thank you.
…I’m tried using jquery 1.8.2 and 1.9.0 and I keep getting the same error anytime I try to do anything w/ jkit in javascript
$(document).ready(function(){ $(‘body’).jKit(); }); …I am currently using backstretch (http://srobbin.com/jquery-plugins/backstretch/) to have a full background image – and the image changes when a link is clicked: ie. Events changes the background image to show the home image.
In addition, I would like to use the AJAX command to change a section of the site: ie: <a href=”home_events.php” rel=”jKit[aj
…The latest version (1.1.17) has introduced a new feature that I want to highlight a bit in here. It’s currently available for the following three commands: Tabs, accordion and ticker.
So what is it? Basically it’s a way to write more agnostic markup. For example the tab command till now has needed the following HTML structure to work correctly:
div (container)
div (element)
…
Just started reading the new book by jQuery inventor John Resig. It’s really good with a lot of advanced stuff you normally don’t find in JS books, but be aware, it’s nothing for JS beginners.
Get it over here: http://jsninja.com/
…Just wondered if anyone has found a way to combine zoom and gallery together? If so how they accomplished it.
…Using the error messages via data-jkit=”” In the error messages for a time field, I am trying to give an example of expected format, but using the colon in there messes up the parsing. I haven’t found a way to escape the colon character in the error string inside the data attribute. Maybe this is possible if I use jquery to specify the option array?
…For Filter and Limit it would be great to have a pagination. I guess this could be applied to other features to, like slideshow
…From the 26th January to the 10th February I will be away for an adventure trip. You can read about it over here: wingsofkilimanjaro.com
If you have a few dollars, I’m still collecting donations for the people there, only about 300$ to go to reach my goal of $5000:
http://wingsofkilimanjaro.kintera.org/faf/donorReg/donorPledge.asp?ievent=1041962&lis=1&kntae1041962=467CECF027B24B7D99D2A769021
…Hello.
I’m using the scroll command for the navigation on a site: http://111.118.173.162/~hillston/stlucy/
I would like to be able to add a class to the navigation elements if that id is being viewed. ie. As I use the scrollbar or the navigation to progress down the page, the menu bar should highlight “about” “menu” “events” etc in the navigation as they come into view.
Is that possible
…Hello,
how can I call a function, external to jKit plugin, a custom function defined on another script, on resize event triggered by Background command?
…Looking for an elegant way to make certain elements stick on the top of the viewport while scrolling a page (lets say a bunch of li elements as a nav bar), i went through the jkit features. Is there already a way to do this by jkit and i’m just blind? currently i use waypoints for that but i like to do it the jkit way. I guess this feature is worth to be taken in jkit because it’s very often used.
…I’m switching from using tablesorter to jkit for sorting tables. What I need is the ability to have alternating colors for rows.
…Hi and thank you for your great work. jKit looks amazing!
I started to use the Gallery for a project. One requirement is to have thumnails and the image captions which the jKit Gallery does perfectly. Another requirement is to have an option to make this in a slideshow. So the Gallery images autoload with some timer. I was wondering is this already possible, maybe using binding?
…My problem can be seen at: http://111.118.173.162/~hillston/stlucy/ regarding the “Gallery”.
I am using the carousel command to enable previous/next navigation through images. After the first item, I get blanks, however if I navigate to previous items they appear and then progress correctly without the gap.
Any recommendations?
<h2>gallery</h2>
<div class="carousel" data-jkit="[c
…
The chest sheat comes in very handy specially if you are not so familiar with the jkit. It offers a nice overview of commands and their related options. Currently it consists of 3 columns: command, option, event. Options are together with their default values, and here is what i miss: the “valuable values”, i mean applicable values. The cheat sheet would become perfect with that.
…The zoom command has currently 2 options (scale & speed). The command is executed always as an inside-zoom. Adding a zoom window outside the image would enhance this command (something like cloud zoom does). A zoom window with the values: top, right, left & bottom.
…Right now if you set the shown height to be 100px you get: – bigger blocks to stretch – smaller blocks to grow.
I think only the first case is ok, if a block is smaller it should not grow nor show the more link.
It would be great to have a param to decide wether you want the current behaviour or the proposed one
…Set the parameters of components in a data attribute is a great idea. Thank you for JKit!
Carousel is not working properly when limit is equal to or greater than the number of children. And transitions are not perfect in the reverse direction.
To fix these two bugs, I propose to hide the block outgoing, then move the block entering and show it. My changes are in line 2909 and the following
…Thank you for jKit!
Can you add the version number of the file to download? example: jQuery-jKit-1.1.10.zip
…if I have this:
How can I make it so that it stops the slidesh
…Is there a way to insert images as the tab headings? I’m trying to achieve something similar to the thumbs in gallery…
…HI~
How to catch “clicked” event, by use javascript?
$(‘a’).jKit(‘lighobox’).on(‘clicked’, somefunction);
Thank anyone reply.
…Is there a way to add slideshow navigation (previous / next) buttons?
…Hi, I use the ajax jkit effect on my page. Everything works fine but I would like to know how could I add the fade option to ajax? I don’t know how I should write the option for fade (instead of the default slide).
Thank you
…Is there a way to target anchors within tabs? for instance, I have an anchor inside the second tab. I want to have a URL that will open the page to that location.
I’ve used Dreamweaver’s discontinued Spry code for this in the past. They have addon for it that allows targeting inside tabs and accordions.
…