Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to set values to custom attributes in Jquery Reply To: How to set values to custom attributes in Jquery

#145944
sadunaresh
Participant

strangely the following is working for me..

var x= $('div').find('td').attr("value");

http://codepen.io/nareshsadu/pen/LCzqF

need to see why .val() is not working with td…