Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery get custom attribute

 var userType = $("input[name=ctrl_CustomerType]:checked").attr('xmlvalue');
        alert("xmlvalue is: " + userType);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #custom #attribute
ADD COMMENT
Topic
Name
5+3 =