How to achieve radio button behaviour
-
Here’s a small tip for implementing radio button behaviour on “Sampression Lite” theme.
Go to script.js on \wp-content\themes\sampression-lite\lib\js and add a line after line 121.jQuery('.nav-listing li a').removeClass('selected'); /*- This did it!(radio button like)! */
All credit goes to John A. Grindle
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to achieve radio button behaviour’ is closed to new replies.