I am using a plain page template and put the above code just above the </body> tag like this...
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("#input_10_11").prop('readonly', true);
});
</script>
This doesn't seem to work... Do i need to make any specific references to the jquery library other than:
<script type='text/javascript' src='<?php bloginfo('stylesheet_directory'); ?>/includes/js/jquery-142.js?ver=1.4.1'></script>
<script type='text/javascript' src='<?php bloginfo('url'); ?>/wp-content/plugins/gravityforms/js/conditional_logic.js?ver=1.3.13.1'></script>
Posted 12 years ago on Monday October 15, 2012 |
Permalink