Horje
how to set tow data-id in tag Code Example
how to set tow data-id in tag
<a rel="nofollow" id="click" data-id="dataid1" data-id1="dataid2" data-id2="dataid4" href="javacript:void(0)">
	Click Here
</a>

$('#click').click(function(){
  var dataID = $(this).attr('data-id');
  var dataID1 = $(this).attr('data-id1');
  var dataID2 = $(this).attr('data-id2');
	
 });	
    
    




Whatever

Related
data-rule-valid Code Example data-rule-valid Code Example
android.widget.Toolbar' is already defined in a single-type import Code Example android.widget.Toolbar' is already defined in a single-type import Code Example
what is the name of code in web response Code Example what is the name of code in web response Code Example
how do i know which intel  im using Code Example how do i know which intel im using Code Example
Cimg Failed to recognize format of file Code Example Cimg Failed to recognize format of file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7