Current Browser Native:
ACTION
Element.getAttribute('action')
Element.getAttribute('action', 2)
Element.action:
SRC
Element.getAttribute('src')
Element.getAttribute('src', 2)
Element.src
HREF
Element.getAttribute('href')
Element.getAttribute('href', 2)
Element.href
ACTION: innerHTML
Element.getAttribute('action')
Element.getAttribute('action', 2)
Element.action:
SRC: innerHTML
Element.getAttribute('src')
Element.getAttribute('src', 2)
Element.src
HREF: innerHTML
Element.getAttribute('href')
Element.getAttribute('href', 2)
Element.href
jQuery:
$('form').attr('action')
$('img').attr('src')
$('a').attr('href')
$('form2').attr('action')
$('img2').attr('src')
$('a2').attr('href')