-
NEW
-
Slider with 2 Inputs?
By jinch
Is it possible to have 2 different inputs controlling the slider? I need to add another field to set specific fractions (like so) https://codepen.io/jinch/pen/OaKpZX?editors=1000
-
NEW
-
Slider with 2 Inputs?
By jinch
Is it possible to have 2 different inputs controlling the slider? I need to add another field to set specific fractions (like so) https://foundation.zurb.com/sites/docs/slider.html
-
3Replies
-
AJAX Image Upload
By jinch
Foundation 6 / AJAX Image Upload
So this AJAX upload example by ZURB does not seem to work. https://zurb.com/playground/ajax-upload > Is the code not supported anymore?
Last Reply by Steve Johny 3 months ago
-
6Replies
-
Slider and Decimals?
By jinch
Is it possible to have decimal places in the slider component? i.e. 10.125 ~ etc. ? I need to build a slider for inches and fractions.In the doc's I noticed the "data-decimal" attribute but when I added this nothing changed and the input value still ... (continued)
Last Reply by Jackson 4 months ago
-
1Reply
-
Accordion Menu (is-active) bug? - F6
By jinch
So, in using the accordion menu I am trying have a nested menu be open by default when someone triggers the accordion open. I was able to get this to function, however if you close the initial menu and open it again - the (is-active) class is no longer ap... (continued)
Last Reply by pale khan 4 months ago
-
4Replies
-
F6 - Stop Reveal Closing on Background Click?
By jinch
I'm using Foundation 6.3.1 and I know you can prevent modals from closing when a background by setting this data option on the individual modal like so: <div class="reveal" data-reveal data-options="closeOnClick:false;">...... (continued)
Last Reply by heatherknight12 9 months ago
-
NEW
-
Close all Responsive-accordion Tabs on small screen? (Foundation 6)
By jinch
foundation 6accordionResponsive
So I'm having a really hard time figuring out why I can't collapse my accordion tabs using the Foundation 6.3 responsive tabs (https://foundation.zurb.com/sites/docs/responsive-accordion-tabs.html). I am trying to use their javascript reference to implmen... (continued)
-
2Replies
-
Deep Linking a Tab within a Tab - (F6)?
By jinch
Hi...So I recently found out you can deep-link a tab simply using the hash-tag reference:> https://foundation.zurb.com/sites/docs/tabs.html#tabs-and-urls My question though... what if you have a tab navigation within another tab navigat... (continued)
Last Reply by Robinjack about 1 year ago
-
6Replies
-
Tooltip with nub border - (v6.3)?
By jinch
Is it still possible to create a thin border around the tooltip?I found this post but this post is a few years old and I was not able to get it to work.http://foundation.zurb.com/forum/posts/18511-how-to-change-foundation-tooltip-backgroun-color Is ... (continued)
Last Reply by Rafi Benkual 8 months ago
-
1Reply
-
How to merge all CSS / JS and Dependencies for project hand off?
By jinch
foundation 6Build ScriptBundle Dependencies
I am in the process of handing over my front-end build to a back-end developer and was asked if there is a build script included with foundation that would merge all of my plug-in dependencies into one neat little minifies CSS and/or JS file. Currently, I... (continued)
Last Reply by issiacristian almost 2 years ago
If anyone is interested and wants a solution (not spam), just need to adjust the steps to the number of decimals.
Like so...
<div class="slider" data-slider data-options="precision:3; decimal:3; start:10; end:40; initial:20; step:0.001;">
<input type="number" step="0.001" id="x1">
_________________
Not sure whats up with this forum - nothing but spam lately.