In Jquery Can I append and add attr like: for this:
<li class="test" ln="7" >
How do I get the value of r into this:
$('#box input[name= _def]').val( JUNK) + "VALUE OF ln";
Can I get the value of custom attribute 'ln' appended after the val ?
attr?