jeditable and validating text fields before updating?

jeditable and validating text fields before updating?

anaganag Posts: 48Questions: 2Answers: 7
edited September 2011 in General
In my table I have a few fields with URL's and I want to validate the fields before they are updated with jeditable so that they must begin with http and https. This validation initially takes place when users add data, now that they can edit the fields how can it be validated before updating?

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    check out jeditable's onsubmit function

    http://stackoverflow.com/questions/2425456/validate-jeditable-field
This discussion has been closed.