Questions tagged [jasny-bootstrap]

Jasny Bootstrap is an extension to the Bootstrap front-end framework, adding a number of features and components.

Jasny Bootstrap is an extension of the famous Bootstrap front-end framework, adding the following components:

  • Button labels
  • Off canvas navmenu
  • Fixed alerts
  • Row link
  • Input mask
  • File input widget

To get started, check out http://jasny.github.io/bootstrap

107 questions
16
votes
2 answers

Bootstrap responsive table doesn't scroll horizontally on iOS devices

I have a table with the following markup:
As the documentation says, my table should now be able to scroll horizontally. It does work…
9
votes
2 answers

Remove modal backdrop after certain browser size (jasny bootstrap)

I'm using the jasny bootstrap off-canvas menu with anchor links in order to navigate to the january section on click. I added a jquery solution to close the off-canvas menu when I click on the anchor link. JQUERY: Close Off-Canvas Menu and Navigate…
7
votes
2 answers

jasny bootstrap offcanvas doesn't scroll on phones

I have created a side menu using jasny bootstrap add-on. The markup is rather simple:
6
votes
1 answer

Validate data mask

I have a problem to validate data- mask. I need you where going "a" only become available the letters " VEJPG ". if anyone knows how it could do so thanks.
6
votes
1 answer

Immediate Image preview in jasny bootstrap on ajax upload

I am using Jasny Bootstrap to display file preview when it is selected.
6
votes
1 answer

Jasny Bootstrap can't clear the file after submission

I have some html like this:
r3plica
  • 13,017
  • 23
  • 128
  • 290
5
votes
2 answers

Prevent closing of a navbar with another element's trigger click

I am using jasny bootstrap offcanvas navbar ( http://jasny.github.io/bootstrap/components/#navmenu-offcanvas ) which will close whenever a click event occurs elsewhere on the page. However, we have a Twitter feed that has been modified to move…
DJC
  • 1,175
  • 1
  • 15
  • 39
5
votes
2 answers

django-crispy-forms for jasny file upload

I am using django-crispy-forms (http://django-crispy-forms.readthedocs.org/) and I am trying to use Jasny Bootstrap file upload (http://jasny.github.io/bootstrap/javascript.html#fileupload) to make my webpage look nicer. As far as I am aware,…
4
votes
1 answer

upload image with jasny-bootstrap extension angularjs

Did Someone try to upload a image in angularjs with jasny-bootstrap extension? I use http://jasny.github.io/bootstrap/javascript/#fileinput That's the code
4
votes
1 answer

Unable to Install or Update Packagist package "twbs/bootstrap" with composer

I work on a French version of WindowsNT (I stated that you are not surprised by the names in French like "Mes Documents"). I want to add the "twbs/bootstrap" package in my symfony2 project. Like I've done a hundred times before, I've add the line…
4
votes
0 answers

jasny bootstrap file upload not showing file name in the input div after submit

I am using jasny bootstrap file upload with ajaxupload.js. http://jasny.github.io/bootstrap/javascript.html#fileupload I used following code. When I click on select file it is showing it in the input div. But when I click submit and then try to…
user1346107
  • 157
  • 4
  • 11
4
votes
4 answers

Jasny Bootstrap - Hide submit button until file selected

I'm using Bootstrap with the Jasny fork. I'm working on a form where users can upload images. I want to hide the submit button of the form until the user has actually selected an image. Ideally, the submit button should also disappear when the user…
Krystian
  • 45
  • 1
  • 4
3
votes
1 answer

ES6 + jasny-bootstrap - Error: Cannot find module jasny-bootstrap?

How can I import jasny-bootstrap into my ES6 class? ES6: 'use strict'; import $ from 'jquery'; import jasny from 'jasny-bootstrap'; class PushMenu { constructor() { this.slideShown = false; …
Run
  • 54,938
  • 169
  • 450
  • 748
3
votes
2 answers

offcanvas jquery trigger not working in React

I have included jasny's bootstrap offcanvas menu in a react app. While I can trigger and hide the open menu through console in jasny's example like so: $('.navmenu').offcanvas('hide') But doing the same in my react app is throwing error: Uncaught…
srinivas
  • 4,778
  • 2
  • 32
  • 43
3
votes
2 answers

Clear (or change) input mask from input textbox (Using Jasny)

I wish to change the input mask on a textbox depending on the value selected on a select list. The code is: $(document).ready(function () { $("#searchList").change(function () { $("#searchCriteria").val(""); var value =…
Eric Yeoman
  • 1,036
  • 1
  • 14
  • 31
1
2 3 4 5 6 7 8