Advertisement
ipbr

Script to add mask in input phone the Divi Theme.

Oct 23rd, 2019
4,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <!--
  2. * WordPress Plugin: Masks Form Fields - https://wordpress.org/plugins/masks-form-fields/
  3. * JavaScript - Custom script to add mask in input phone the Divi Theme.
  4. * Go to Divi Theme Options -> Integration set "Enable header code" and add below code in "Add code to the < head > of your blog".
  5. -->
  6. <script type="text/javascript">
  7. jQuery(document).ready(function($){
  8.     $("input[name='PHONE-INPUT-NAME']").addClass("phone_us");
  9. });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement