Suppose I have a link <a href='?action=run'>, on a webpage wwww.example.com/foo.html
In Firefox, attr('href') returns '?action=run'
In IE, it returns 'http://www.example.com/foo.html?action=run'
- When using attr('href'), usually which behaviour is expected (are there any standards?)
- Is it possible to make IE returns just '?action=run' too?