javascript - why this script does not work in wordpress? -


i dont know why these external javascript links
(https://joloapi.com/jolo_form.js, https://joloapi.com/jolo_magic.js)
not work in wordpress, when enter 10 digit mobile no automatically change circle , operator, it's work in normal html site. please 1 solve this

<html>   <head>     <title> contact us</title>     <meta name="viewport" content="width=device-width, initial-scale=1">     <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">     <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>     <script src="https://joloapi.com/jolo_form.js"></script>     <script src="https://joloapi.com/jolo_magic.js"></script>     <style>       #loading, #operator, #circle { display:none; }     </style>   </head>   <body>     <form name="myform" action="" method="post">       <label>mobile no:</label>       <input type="text" name="mobile" id="mobile"><br />       <label>operator</label>       <select name="sel_opereator" id="sel_opereator">         <option value="">--select--</option>         <option value="28">airtel</option>         <option value="22">vodafone</option>         <option value="1">aircel</option>         <option value="29">jio</option>       </select><br />       <label>circle</label>       <select name="sel_circle" id="sel_circle">         <option value="">--select--</option>         <option value="1">delhi/ncr</option>         <option value="6">chennai</option>         <option value="23">tamilnadu</option>         <option value="14">kerala</option>       </select><br />       enter amount: <input type="text" name="amount" maxlength="1000">       <div id="loading"><img src="loading.gif" /></div><br />       <span> </span><br />       <input type="submit" class="button" value="submit" />       <div id="operator-details"><label id="operator"></label><label id="circle" ></label></div>         </form>   </body> </html> 


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -