ukalpa
ukalpa
If your web server is IIS try this method: Go in to the IIS console, click MIME Types icon and add .woff as application/octet-stream – problem solved!
Hi, May I ask if there is any update or progress on this feature?
Hi @KirenJames7 Thank you very much for the feedback. I checked your code and encountered the different circumstance with you. What I have found is that both of two examples...
Hi, popover is used in bootstrap. try loading https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
Hi @abilal240 , Can you please provide more details about what you want? I don't understand how you want to store value in a variable?
Hi @jonitan17 , Do you mean get other fields? Use $('#test').inputpicker('element') you can get all fields of the selected option.
Hi @anilbolisetti , Set value is as same as in jQuery $('#test').val('value'); if not change, please try $('#test1').val('value').trigger('change'); For more details, please refer: https://inputpicker.com/doc.php
Hi @fammifarendra , Thank you very much for your suggestion, can you please pull a request with your code so I can merge it straight away.
Hi @madStEvil , ".inputpicker" will insert some "div" elements into the target element for use. I guess jsGrid might be changing the structure of the input element and causing the...
Hi @madStEvil Sorry, I have no idea the reason of the issue.