jquery - How to get the value of an entity in a class? - September 15, 2013 Get link Facebook X Pinterest Email Other Apps i have html like <div class="test" id="12345"></div> using jquery, how can value of id class name? try : var id = $('div.test').attr('id'); Comments
Comments
Post a Comment