Hello All,
I need to set below item value to session variable using Jquery.
And i need to send same session value to the next page2.
How i can append this value using session in Jquery.
Below my code :
$('#subtowerdd').change(function () {
var item = $("#subtowerdd option:selected").text();
}
HTML code :
Thanks
Anand
Amit KumarPosted Jul 14, 2020, 11:20 PM
Jenith ThakkarPosted Jul 14, 2020, 11:04 PM
First include this js in your site
https://github.com/AlexChittock/JQuery-Session-Plugin/blob/master/jquery.session.js
Then after you can use it like
Thank you
"Please mark as a answer if it works"