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

Angular JS controller detect third-party event?

I have an Angular 1.4.9 app. I'm using a third party JS plugin (Jasny Bootstrap). It has some JS components, which appear to use simple JQuery. Their docs say that the plugin emits events at key points, such as "itemShown". I was wondering if I…
Steve
  • 14,401
  • 35
  • 125
  • 230
0
votes
2 answers

Jasny Bootstrap offcanvas menu - ajax 'close' causing dismiss issue

Question Background: JSFiddle - https://jsfiddle.net/k9K5d/200/embedded/result/ I am using Jasny Bootsrap to develop an 'off-canvas' slide out menu. The Issue: The menu slides out fine and also closes fine when the toggle button is pressed. The…
user1352057
  • 3,162
  • 9
  • 51
  • 117
0
votes
1 answer

Bootstrap/Jasny "offcanvas" sidebar menu freezes page contents (i.e. prevents scrolling)

Fiddle. This is literally the 'Off Canvas Reveal' demo from Jasny located here. All I did was extend the page content so that it needed a scrollbar. After clicking the hamburger menu, the page contents become frozen/unscrollable. How do I fix this…
0
votes
1 answer

Looking for Jasny Bootstrap plugin same menu desktop TOP and off-canvas SIDE example

I thought this would be fairly easy, but I can't seem to figure out how to get the same menu as a TOP navbar on larger devices and SIDE slide-in on smaller devices using the Jasny Bootstrap plug-in. All the examples seem to have both on the SIDE and…
D Durham
  • 1,243
  • 2
  • 20
  • 42
0
votes
1 answer

How is Jasny Bootstrap's image upload -- instant preview implemented?

Does jasny upload the image onto my server? Or is it a local file? If it is a local file, does it mean that our browser can access our private files?
Adam
  • 1,684
  • 1
  • 19
  • 39
0
votes
0 answers

Jasny Bootstrap offcanvas menu padding

I used offcanvas menu from Jasny Bootstrap for my latest project. Now my issue is how can I set a padding-right to mobile nav elements? The problem is that the menu names are too long for portrait mode of phones, therefore I need to have a…
tinusmile
  • 5
  • 1
  • 5
0
votes
1 answer

how to combine Jasny Bootstrap with ResponsiveFileManager 9.8.1

I wanna to combine Jasny Bootstrap file upload with Responsive File Manager 9.8.1. for example when I use Jasny Bootstrap File Upload and click on the select file, show me Responsive File Manager 9.8 in pop-up and when I select image, the image…
user4540007
0
votes
0 answers

Jasny off canvas menu reappears when closed

I'm using the jasny offcanvas menu which works well but strangely, when I open and then close the menu, it slides out and then reappears. I assuming this is a z-index issue or maybe an HTML structure problem, but I can't see it. Current development…
Jeepstone
  • 2,591
  • 5
  • 22
  • 38
0
votes
1 answer

Bootstrap Navbar and Position Logo on Right Side of Menu

Struggling a bit with some CSS navbar layouts and positioning the logo in the right hand side of the navbar. Fiddle.
0
votes
1 answer

Remove change button in Jasny fileinput widget

I integrated Jasny Fileinput Widget into my existing form. When I select new file, It will display two button: Change and Remove. I think Change button is not neccessary in this case so I would like to remove this button completely. By adding…
Giang Nguyen
  • 495
  • 8
  • 22
0
votes
1 answer

Dynamic row file name into textbox

Using jquery and bootstrap-jasny I created a dynamic row insert: Code here html:
Alvin
  • 8,219
  • 25
  • 96
  • 177
0
votes
1 answer

bootstrap fileinput name in hidden textbox

I am using jasny-bootrap fileinput:
Select fileChange
Alvin
  • 8,219
  • 25
  • 96
  • 177
0
votes
0 answers

How to modify Slidebars plugin to allow for child menu options for IE8 browser

I am looking at this plugin to be used as part of my Bootstrap 3 project, i.e.: slidebars but being new to Bootstrap, I am unsure on how to expand on this left slideout menu so that it will also cater for child list items/records as at the moment,…
tonyf
  • 34,479
  • 49
  • 157
  • 246
0
votes
1 answer

Jasny-Bootstrap using ".offcanvas-sm" in lessfile

I would like to use .offcanvas-sm which is assigned to an
nPoday
  • 95
  • 1
  • 10
0
votes
1 answer

Load mask for Jasny bootstrap plugin

I am using Jasny Bootstrap for input masking in my application got stuck at one point. I have a text box where i want to apply masking(only enter numbers not less then 1 and not greater then 1111) but in my case if I can type less then 4 digits its…
Sherry
  • 269
  • 2
  • 5
  • 18