I dunno whether this is possible but i cound not find any documentation anywhere. I want to have an ajaxified link using class "use-ajax" but also want to post attributes in that anchor tag like rel.
So for this link<a href="test" class="use-ajax" id="ajax" op="save" rel="23">test<a>
i want to post "op" and "rel" as well so that i can use them n my ajax callback function.
Thanks in advance!!