Search
 
SCRIPT & CODE EXAMPLE
 

PHP

contact form 7 select disabled option

<script type="text/javascript">
(function( $ ) {
  'use strict';
  $(document).ready( function(){
    var $option = $('option:contains("first-option")');
    $option.attr('disabled',true);
  });
})(jQuery)
</script>
Comment

PREVIOUS NEXT
Code Example
Php :: how to delete a file in laravel 
Php :: laravel store multiple files 
Php :: how to add a text to image in php 
Php :: laravel eloquent sum column 
Php :: laravel sidebar menu active 
Php :: error reporting on php 
Php :: update query wordpress 
Php :: php salto de linea 
Php :: laravel dusk run failed tests 
Php :: how to display list of all pages in wordpress 
Php :: php regex strin start with 
Php :: xdebug vscode docker 
Php :: header location in php 
Php :: 500 error php 
Php :: php artisan services 
Php :: php array formatted output 
Php :: wordpress get permalink in loop 
Php :: wordpress get page slug 
Php :: artisan cache clear 
Php :: causes of 419 error lravel 
Php :: guzzlehttp php basic auth 
Php :: how to add new column in laravel migration 
Php :: how to check exist in array in rule validation laravel 
Php :: check string php 
Php :: laravel get last month records 
Php :: laravel check pagination in blade 
Php :: laravel create model with migration 
Php :: array should not be empty php 
Php :: laravel limit query pagination 
Php :: php foreach array 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =