<a data-ca-action="1427202" title="deneme123">deneme123</a>
I need get data-ca-action value (1427202) with title value (deneme123) how can I do this with jquery?
I’m try this: $("a").$("[title=deneme123]")
but I need more detail because I can’t set up the logic of the code I need to write
2
Answers
something like that
Use
attr
See this link