Answers for "find which has attribute jquery"

2

jquery if attribute

if ( $('html').attr('lang') == 'fr-FR' ) {
    // do this
} else {
    // do that
}
Posted by: Guest on January-19-2021
0

jquery find element with avalue of attribute

$("ul").find(`[data-slide='${current}']`)
Posted by: Guest on July-16-2021

Code answers related to "find which has attribute jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language