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
2
votes
2 answers

Jasny Bootstrap rowlink Modal invocation

i just found out that there was an extension to bootstrap when i am trying to find something like .row-linkso when i implemented it on my table, i can't seem to invoke a modal on when i click on each row. the modal in boostrap won't be invoke. I…
lemoncodes
  • 2,371
  • 11
  • 40
  • 66
2
votes
1 answer

Installing Jasny/Bootstrap with Composer for Symfony2

Getting used to installing composer unaware packages for Symfony2 using Composer. The configuration for Twitter/Bootstrap was: "repositories": [ { "type": "package", "package": { "name": "twitter/bootstrap", …
Fo.
  • 3,752
  • 7
  • 28
  • 44
2
votes
1 answer

Jasny Bootstrap File Upload Control

I am using Jasny Bootstrap file upload control in my asp.net project. It looks really good, but im unable to send the attached file to the server (a .ASHX webservice) My layout code look like this
shameer v m
  • 310
  • 2
  • 11
1
vote
1 answer

how to change value into null when click delete button on jasnybootstrap

hallo i try to change value when i click delete button in jasnybootstrap but the delete button is not working.
nod
  • 33
  • 5
1
vote
2 answers

Linking a file upload to a button in a table, using an id passed from the database

Working with some legacy code, and am trying to append some functionality. The page is for a disposition upload. At the bottom of the page is a table of files related to the disposition. These files(attachments) are held inside a table on the…
1
vote
0 answers

How to resolve "too much recursion " in jQuery

I am trying to upload a video via jQuery ajax using jasny fileinput.js. When I trying to submit a form too much recursion in jQuery file. But if I removed the jasny fileinput.js, none of the error is occured.I dont' know what is cause of this issue.…
user6028593
1
vote
1 answer

Bootstrap - Jasny Offcanvas Size

I am working on an app that uses Bootstrap 3 and Jasny. My app has a slide-out panel built with Jasny. In the main area of the app, I have an "add" button. When the user clicks the add button, I want to show some form elements using Jasny. In an…
user687554
  • 10,663
  • 25
  • 77
  • 138
1
vote
0 answers

Integrate Carrierwave built-in multiple file uploads with Jasny Bootstrap File Upload preview

I have an app that uses the Carrierwave built-in multiple file uploaders. I'm trying to implement a basic image preview and management (only need to be able to remove selected image) with Jasny's Bootstrap File Input plugin, but am having no…
1
vote
1 answer

Jasny bootstrap offcanvas menu does not dismiss on mobile (iPhone 6 Chrome)

I am using the offcanvas plugin from Jasny Bootstrap to implement a menu. It works as expected on a desktop browser. However, on mobile (iPhone 6 to be exact) the menu does not dismiss if the user clicks outside the menu. On a desktop browser, when…
1
vote
2 answers

How to clear jasny input mask before using in Laravel validator?

I have a form field to get mobile number of users: I used jasny input mask to guide users for entering data but I need to save mobile number in format…
Saeid
  • 1,269
  • 1
  • 9
  • 12
1
vote
1 answer

Currency input masking in jasny bootstrap?

Can any body help me with currency masking in input field ? I am using jasny bootstrap but not able to make currency combination or float values. I want to put . anywhere in the field once with the numbers and jasny allows me to use ? for any…
Sherry
  • 269
  • 2
  • 5
  • 18
1
vote
0 answers

Input file validation using Jasny v3.1.3 and jQuery Validator v1.13.1

I've been trying to valid an input file field that uses Jasny v3.1.3 but the validation is only done when the form submit button is clicked, that I explicitly call $('#exercicio-form').valid() method from jQuery Validator v1.13.1. Please take a look…
Felipe Mosso
  • 3,907
  • 11
  • 38
  • 61
1
vote
1 answer

Hide Jasny OffCanvas Navigation

I am trying to use Jasny for some Off-Canvas menu component. I am also using Twitter-Bootstrap to open a modal window when a link is clicked on the off-canvas menu. The issue I have is that the off-canvas menu (on mobile view) is pushing the…
Batuta
  • 1,684
  • 17
  • 48
  • 62
1
vote
1 answer

Bouncing between Bootstrap Navbar and Jasny Off Canvas based on viewport width

I am a bit new to jQuery and am working with Bootstrap and Jasny Off Canvas. I am wanting to flick between Bootstraps navbar on all devices over 900px and Jasny's off canvas menu for all devices under 900px. To achieve this I am using the…
mobius2000
  • 89
  • 9