my question is very simple and doesn't seem to be around as often as setting or applying value in multiple cases.
Using $(this)
how can I achieve to get multiple attributes from a single element using as the title informs simply .attr()
.
$(this).attr('id', "checked") // Pseudo code
For the use to be stored in an array or variable for example. Thank you.