It looks like you’re new here. If you want to get involved, click one of these buttons!
Media queries are cool, they let you create nice responsive layouts, but they have one problem, they only know the size of the window and not of the parent element. This is especially a problem with highly modular websites where you have widgets or templates that can be used inside different sized elements.
Here’s a good article that describes the problem: http://ianstormtaylor.com/media-queri
…The data returned in ajaxcontent2.html is a big long ordered list containing another ajax call to ajaxcontent3.html at the end of the list. I guess the new call won’t fire when it comes into viewport because it wasn’t previously present in the dom
…Hi Fredi,
It seems to me that the placement and display of the tooltip here (http://111.118.173.162/~rwpascoe/produce.php) is erratic, it seems that at times it’s having trouble loading. Maybe I’m trying to do too much with it? I’ve got the tooltip display image and text within a carousel. I went for tooltip because the lightbox doesn’t work within carousel.
Can you suggest a solution for
…Hi, I’m trying to use zoom on 6 images of my front page website. Im using same class to identify them the I apply zoom.
$(document).ready(function(){
$('.zoomed').jKit('zoom', { 'scale': '2' });
});
Now, problem is that everytime i leave a image and i move to other i can not zoom the previous one. Any change reinitialize on mouse exit ?
Thanks.
…Looks like Chrome 27 on OS X changed something that broke the jKit lightbox functionality. I’m currently looking into the problem. I’m actually not 100% sure, but frokm the looks of it, it could even be a jQuery feature that stopped working properly.
…Uglify, the minifier service I’m using was down while I did run my commit scripts. So the .min version got corrupted. I’ll try to fix it ASAP.
…Hello, I’m using this jQuery plugin incredible, and I’m trying to make tabs within tabs, but I found some problems. At the beginning, after the page is loaded, everything works fine. The issue comes up when we move through tabs. The sub-boards seem frozen and do not function until the page will be reloaded again. Is it a bug or is there a way to make them work?
Hello everyone and thank you!
…The ajax command has a new option that makes it possible to only load content (with ajax) if the element is being shown. This makes lazy loading for responsive websites possible.
Here’s an example: https://jquery-jkit.com/jkit.responsive/
Have a look at the source and play around with the window width to get an idea how it works. it’s actually pretty simple.
Another small new addition
…Hi Fredi,
Thanks for your great job really.
I have one question about the lightbox, how can I add a link in the image on the lightbox?
…Hi Fredi, Would it be possible to add event=auto to the gallery? So the next gallery item is viewed in a carousel style? Either that, or add thumbnails or similar to the carousel command?
…Hello. Love your plugins, thank you.
is there anyway to enable a href tags inside of a div that holds a carousel-item? they seem to be disabled, and i can’t figure out where to enable them
thank you!
…I will be back in full force soon. A lot of interesting things happened around my life recently and my free time was razor thin because of it. I will try to get to all your questions on Saturday and there should be new releases next week.
…Hey Fredi,
I´m just exploring your awesome jquerykit. But now i got a problem. I want to rotate through different pictures in the carousel but the images are different in width and height. Is there a possiblity to resize them through your kit or is there a kind of workaround? Because without anything to resize the pictures, it don´t look very interesting.
Here my code snippet:
<div id=
…Hi Fredi, I’d like to use the zoom command, however I find that you can get lost within the image. I’ve seen other examples where the zoom in viewed within a window – either separate to the image (in another div) or like a tooltip function. An example can bee seen at: http://codecanyon.net/item/epic-image-zoom/full_screen_preview/264395?ref=lvraa
Have you any thoughts on how to implement som
…Hey Fredi,
Just a quick one to say thanks. I’ve just launched http://www.hillstonestlucia.com.au/ and there’s a lot of jKit bits and peices throughout. Not only that, your support through this forum has been fantastic – I really appreciate it!
…Hi Fredi, Do you have any suggestions for utilising tooltip for touch devices? with quick testing i’ve seen that it doesn’t work to well.
…I need to be able to popup a modal (submission), the from within that modal, popup another (select image), so that when the user selected what they need to in the second model, I can use jquery to alter values in the first modal, so when you go back to it, it can save with the newly selected value. However when I do this, the new iframe, replaces the old, and there is no way to update the ‘pare
…I find the jKit very interesting and was trying to play around a little. Through the data-jKit attribute, i was able to change the <, > ,X with whatever text i want Like this: data-jkit=”[lightbox:group=images;prev=A;next=K]”
Through jQuery, i was able to change the close button to a custom close icon like this: $(‘.demo a’).jKit(‘lightbox’, {‘closer’: ”);
…Hello,
I’m using JKit on top of my WordPress install and have a strange behavior : when the page where I have placed the JKit commands is defined as the “static page” in the READ OPTION of WordPress, nothing works. If I put another page (without JKit command) as the default static page in WordPress, then everything is fine. Do you have an explanation ? My configuration : WordPress 3.51 + Gant
…Hello,
Is it possible to change the speed of the SWAP function (in order to make the “onmouseover” image appearing smoothly for example). Many thanks Pat
…Hello, I’m wondering what could be the best way to scroll to an anchor and place it not to the the top of the page, but at a specific vertical position. Is there an easy way to do this? Thanks Pat
…Hello, I’m very interested in JKit and tried to install it on top of my WordPress site. The 2 js files (jquery-1.9.1.min.js and jquery.jkit.1.2.3.min.js) are well loaded with my page, but when I look at the page code, I have the following error that appears : “Uncaught TypeError : Object [Object, object] has no method ‘Jkit’ Of course, none of the JKit functions are working, due to this error
…Hello
I’m trying to load royalslider “http://codecanyon.net/item/royalslider-touchenabled-jquery-image-gallery/461126” with jkit ajax but i cant find a way to fire the script the div load well. Is there a way to callback the script again after page load ?
Thank you
…Hi Fredi, Is it possible to have the partially command run on a click rather than on a hover?
…jKit has currently over 40 commands, it’s time to work on the individual command details and the whole codebase. It’s planned to add an event and callback system that makes it possible to call your own JavaScript code on each action jKit performs. The first code to make this happen is already in the latest versions of jKit, but as long as that’s not final, you wont see me document that only to lat
…Hi Fredi.
Can you suggest how to achieve this?
My client wants a short form to be filled in prior to downloading a file. Is it possible to apply something to href=”file.php” that pops up a form window prior to the viewer accessing the file?
…Fredi, How can I do a rotating tabs for a Featured Content Slider?
…Is there the ability to merge the lightbox function with a carousel?
<div class="row carousel" data-jkit="[carousel:autoplay=yes]">
<div class="carousel-item">
<div>
<a href="images/sideSample.jpg" data-jkit="[lightbox:group=images]" title="">
<img src="images/sideSample.jpg" alt="">
</a>
</div>
</div>
</div>
…
Hi Fredi,
On mobile, you need to click to action the swap command, but you cannot return to the _off. Would this be possible?
…Hello, first of all thank you Fredi for putting so much time in this project, this is a great tool! But I have a small problem with the Validate-Feature. It works good with the validation of my form, but after the validation nothing happens. I want to handle my post data within the same file:
<
form name=”form1″ action=”index.php” method=”post” data-jkit=”[form:validateonly=true]”>
Console
…