Split comma-separated input box values into array in jquery, and loop through it

后端 未结 3 2156
天涯浪人
天涯浪人 2020-12-25 11:32

I have a hidden input box from which I\'m retrieving the comma-separated text value (e.g. \'apple,banana,jam\') using:

var searchTerms = $(\"#se         


        
3条回答
提交回复
热议问题