mardi 20 août 2019

Script work on firefox but not in chrome browser

enter image description herei am Working on laravel project. While Fetching email id using js it worked on firefox but not working on chrome Browser.

here is code...
[image][1]

//JS CODE


$('#resident_form #receivers_email, #prospects_email, #director_email').selectize({
        plugins: ['remove_button'],
        persist: false,
        maxItems: null,
        valueField: 'email',
        labelField: 'name',
        searchField: ['name', 'email'],

//bLADE fILE cODE

 <div class="form-group">
                    {!! Form::email('director_email',
                                    null,
                                    array(
                                    'placeholder'=>'Director Email',
                                    'id'=> 'director_email'))
                 !!}
                  </div>



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2NlgWRT
via IFTTT

Aucun commentaire:

Enregistrer un commentaire