Answers for "javascript attr data-target"

2

event target data atributes

event.target.getAttribute("data-sortorder");
Posted by: Guest on October-15-2020
0

data-target in html

Notice the link element has two custom data attributes: 
data-toggle and data-target . The toggle tells Bootstrap what to do 
and the target tells Bootstrap which element is going to open. 
So whenever a link like that is clicked, 
a modal with an ID of “basicModal” will appear
Posted by: Guest on December-14-2020

Browse Popular Code Answers by Language