Tagged Questions
0
votes
0answers
147 views
jQuery tabs with cookie not working as expected within partial view
I just want to preface this problem by saying:
I have read up on all of the corresponding jQuery docs.
I have included the jQuery cookie plugin.
Under normal circumstances, my tabs do work exactly ...
5
votes
2answers
934 views
jQuery tabs with cookie - If cookie exists?
I have this code:
jQuery(document).ready(function($) {
$( "#tabs" ).tabs({
collapsible: true,
fx: { height: 'toggle', duration: 'fast'},
cookie: { expires: ...
0
votes
1answer
2k views
Help with jQuery cookie and Drupal 7
I am using this sample code found here, http://jaaulde.com/test_bed/stickytab/, and inserting in to a custom. js file to be used by my Drupal 7 install. I have the Omega theme running, and I'm ...