Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript use Enter to process an a link

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29489
    mat
    Member

    Hey guys,

    Just thought i’d throw this out there, now at work i do all the front end design for our company who uses aspx alot. However we use alot of

    Code:

    links instead of

    Code:
    input type=”sumbit”

    purely cause its so much easier to style an anchor than it is a form button. We use it for things like remove an item from basket etc.

    The question

    Can i use jquery, to allow keyboard accessibility for anchors.

    ie. it Enter to submit form.

    Love you x

    #79280
    Makeshift
    Member

    I’m not sure, but (in case you didn’t know) you can also use:

    Code:
    #79328
    mat
    Member

    yea i’ve jsut started doing that :D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.