Plugin Directory

Changeset 2450941


Ignore:
Timestamp:
01/05/2021 11:01:40 PM (5 years ago)
Author:
polishyourimage
Message:

change live to on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lead-call-buttons/trunk/lead-call-button-frame.php

    r1440996 r2450941  
    167167                            colorPicker.farbtastic("#'. $el_id .'");
    168168                            colorPicker.hide();
    169                             $("#'. $el_id .'").live("focus", function(){
     169                            $("#'. $el_id .'").on("focus", function(){
    170170                                colorPicker.show();
    171171                            });
    172                             $("#'. $el_id .'").live("blur", function(){
     172                            $("#'. $el_id .'").on("blur", function(){
    173173                                colorPicker.hide();
    174174                                if($(this).val() == "") $(this).val("#");
Note: See TracChangeset for help on using the changeset viewer.