Reputation: 421
I have inputs hidden from PHP
and I'm corventing it into javascript
array
. Now I need some function in jQuery
like
$(".data").attr('data-day'== day).each(function(){});
I need this solution, no others... Thanks!
Upvotes: 1
Views: 40