Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Parsley and APEX

sect55Aug 4 2014 — edited Sep 4 2014

I just attended a jQuery course, and the instructor demonstrated using Parsley ("the ultimate JavaScript form validation library"). I would like to use it my APEX form. It says installation is as follows:

<script src="jquery.js"></script>
<script src="parsley.min.js"></script>

<form id="form">
...
</form>

<script type="text/javascript">
  $('#form').parsley();
</script         

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2014
Added on Aug 4 2014
18 comments
5,170 views