klebism
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
^ fixed.
I understand then.
I added ‘transitionDuration: 0’ and that does the trick.For anyone else this should be added when you declare masonry. ie:
$container.masonry({
itemSelector: ‘.item’,
transitionDuration: 0 /* stop slide-to animation */
);Thanks for the reply dcooney. The plugin is nothing less than a life saver!
^ disregard. my jf file order was wrong order… sorry
Fixed.
FIXED.
Basically the order or my js files was wrong (plugin js was called before jquery). classic…
I’m having this issue too
ie, the alert does not show:
jQuery(document).ready(function($) {
var $container = $(‘#isotope-grid’);
// initialize
$container.masonry({
itemSelector: ‘.isotope-item’
});$.fn.almComplete = function(alm){
alert (‘hey’);
};});
Viewing 6 replies - 1 through 6 (of 6 total)