input data jquery code example Example: jquery get data attribute <a data-id="123">link</a> var id = $(this).data("id"); // Will set id to 123