Thursday, 8 August 2013

how to determine ajax attribute

how to determine ajax attribute

var ID = $(this).attr("id");
"id" is the attribute as defined by w3schools - $(selector).attr(attribute)
I am new to ajax and would like to know where and how this attribute is
defined

No comments:

Post a Comment