Good evening,
Could you kindly tell me if it is possible to link a row of a section or an entire section? In other words, anywhere one were to click in a given row or section would direct the user to a specific link?
Thank you,
J
Good evening,
Could you kindly tell me if it is possible to link a row of a section or an entire section? In other words, anywhere one were to click in a given row or section would direct the user to a specific link?
Thank you,
J
Hi There,
Please follow these steps:
my-section ID to your section:

jQuery('#my-section').wrap('<a href="http://www.yourwebsite.com/" />');
Hope it helps 
Thank you! Exact solution I needed.
Glad to hear that. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.