JQuery - versioning?

Mark Guercio Mark Guercio asked Oct 22, 2014
Active Oct 22 · Viewed 1368 times
<p>I have been experimenting with JQuery filters and XMP and have achieved a little bit of success so far.</p><p>I've gotten the plug-ins installed and working with static data (database data to come later)</p><p>The problem I've been experiencing is that it seems that whenever a button is used as a filter it forces a refresh of the page that is holding the plug-in</p><p>Example is here:</p><p>Isotope Filter (button filter) - demo</p><p><a href="http://mguercio.net/isotope/with-buttons">http://mguercio.net/isotope/with-buttons</a></p><p>Isotope Filter (button filter) - fiddle</p><p><a href="http://dnndev.com/fiddle/fid/456">http://dnndev.com/fiddle/fid/456</a></p><p>If I use a drop down for filter options instead of a button, the page does not reload when different selections are made (plug-in works as it's suppose to)</p><p>Example is here:</p><p>Isotope Filter (drop down filter) - demo</p><p><a href="http://mguercio.net/isotope/with-drop-down">http://mguercio.net/isotope/with-drop-down</a></p><p>Isotope Filter (drop down filter) - fiddle</p><p><a href="http://dnndev.com/fiddle/fid/462">http://dnndev.com/fiddle/fid/462</a></p></p><p>Can anyone shed any light on what I'm doing wrong. &nbsp;I have a sneaky, but unconfirmed suspicion that it may be due to jQuery version conflicts, but when I try loading a different version of JQuery into a template using a scriptblock tag via CDN, JQuery doesn't work anymore. &nbsp;Though the JSA script file loads fine via CDN.</p><p>I've confirmed that the button causing page reloads is cross JQuery plug-in.</p><p>Here is an example of a different plug-in showing the same behavior.</p><p>MixItUp Filter - demo</p><p><a href="http://mguercio.net/MixItUp">http://mguercio.net/MixItUp</a></p><p>MixItUp Filter - fiddle</p><p><a href="http://dnndev.com/fiddle/fid/463">http://dnndev.com/fiddle/fid/463</a></p></p><p>Any guidance would be appreciated.</p><p>Thanks..</p><p>Mark</p></p>

1 Answer

Loading answers...