Jump to Content
Zukakakina.com
Themes, etc. for Tiki Wiki CMS Groupware
Log in
Username:
Password:
CapsLock is on.
Remember me
(for 1 year )
Register
I forgot my password
Home
About
Contact
Sitemap (Categories)
Zuka blog
Links Directory
Forums
Downloads
Themes
User Information
MyTiki
Preferences
MyInfo
Messages
Contacts Preferences
My Watches
No Tabs
Basic Data
Gary
Avatar (User Icon):
Real Name:
Gary Cunningham-Lee
Email:
Country:
Japan
Theme:
fivealive.css
Language:
English (en)
Personal Wiki Page:
UserPage_Gary
Last login:
Thu, Oct. 13, 2011 05:18 GMT
function capLock(e, el){ kc = e.keyCode ? e.keyCode : e.which; sk = e.shiftKey ? e.shiftKey : (kc == 16 ? true : false); if ((kc >= 65 && kc <= 90 && !sk) || (kc >= 97 && kc <= 122 && sk)) { $('.divCapson', $(el).parents('div:first')).show(); } else { $('.divCapson', $(el).parents('div:first')).hide(); } } // js 100 // JS Object to hold prefs for jq var jqueryTiki = new Object(); jqueryTiki.ui = true; jqueryTiki.ui_theme = "smoothness"; jqueryTiki.tooltips = true; jqueryTiki.autocomplete = true; jqueryTiki.superfish = true; jqueryTiki.replection = false; jqueryTiki.tablesorter = false; jqueryTiki.colorbox = true; jqueryTiki.cboxCurrent = "{current} / {total}"; jqueryTiki.sheet = false; jqueryTiki.carousel = true; jqueryTiki.validate = true; jqueryTiki.effect = ""; // Default effect jqueryTiki.effect_direction = "vertical"; // "horizontal" | "vertical" etc jqueryTiki.effect_speed = 400; // "slow" | "normal" | "fast" | milliseconds (int) ] jqueryTiki.effect_tabs = "slide"; // Different effect for tabs jqueryTiki.effect_tabs_direction = "vertical"; jqueryTiki.effect_tabs_speed = "fast"; jqueryTiki.autosave = true; jqueryTiki.sefurl = true; jqueryTiki.ajax = false; //-->