Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- jQuery(document).ready(function($){
- // Change First Option Text in Apply Loan Form
- $(".applyloan-option option:first").text("Please Choose Type of Loan");
- // Change the step value for loan amount
- $("#pricipal-total-slide").slider("option", "step", 1000);
- })
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js" crossorigin="anonymous"></script>
Advertisement
Add Comment
Please, Sign In to add comment