Javascript not reading value from hidden textBox - JQuery C#
- by Paul van Valkenburgh
I'm a non-specialist with JavaScript / JQuery and I'm having trouble figuring out why my script doesn't work. When my C# page loads, I have a hidden textBox txtHiddenKeywordArray which gets dynamically filled with comma separated values like... horse, buggy, track
I'm trying to use the highlight functionality in jquery.highlight-3.js where I…