jquery atrr("href") is not consistent ..in sharepoint
- by alienavatar
Hi all
I have a jquery function(This is not written by me anyway still I am learning). In that we are replacing urls using f.attr("href") in several places. I am not understanding that from where this href value will be binded. And why the value(f.attr("href")) is changing place to place. I mean to say it is having some value @ one location and if I give the same it is giving me different value at other location.
I read in article that The .attr() method gets the attribute value for only the first element in the matched set..What is the matched set means