inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Sept 18, 2015 12:13:04 GMT -8
Is it ok to have a key set when users click a link, via this: $(document).ready(function(){ $('.CLASSNAME').click(function(){ proboards.plugin.key('KEYNAME').set("KEYVALUE"); })}) David Clark
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Sept 18, 2015 12:42:06 GMT -8
Yes sir, that'd be a user initiated action!
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Sept 20, 2015 8:02:00 GMT -8
®i©hie, on second glance, I'd like to clarify something -- if your element .CLASSNAME is a link that changes the page, that's not allowed to have a key set associated with it. If you have an .CLASSNAME link element that does NOT change the page, then that is permitted. Sorry if there was any confusion.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Sept 20, 2015 9:37:18 GMT -8
®i©hie, on second glance, I'd like to clarify something -- if your element .CLASSNAME is a link that changes the page, that's not allowed to have a key set associated with it. If you have an .CLASSNAME link element that does NOT change the page, then that is permitted. Sorry if there was any confusion. No confusion, thanks for letting me know.
|
|