Forums

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

Home Forums JavaScript Calling Javascript When Radio Button is Checked

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30641
    realph
    Participant

    Hey Guys,

    I’m trying to call my javascript when my Radio Button is checked, at the moment I’ve got it calling the javascript onClick, is there any way to make it call the javascript when the radio button is checked, say when I refresh the page?

    Buying
    Renting

    Thanks.

    #77452
    Rob MacKay
    Participant

    Well there is in jQuery…

    http://api.jquery.com/checked-selector/

    in raw JS – maybe ‘onChange’ would work?

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