Compare commits

7 Commits

Author SHA1 Message Date
Arnold Daniels
7258cacb83 Update README.md
Sunset this library
2025-02-04 11:30:17 +01:00
Arnold Daniels
d2eb1fb1e1 Merge pull request #615 from bekicot/patch-1
_config.yml: Update dist location to a working release
2020-12-08 19:45:05 +01:00
Yana Agun Siswanto
89735b2711 _config.yml: Update dist location to a working release
https://github.com/jasny/bootstrap/releases/download/v4.0.0/jasny-bootstrap-4.0.0-dist.zip is currently broken
2020-10-31 08:04:27 +07:00
Arnold Daniels
84922a48ad Update to new carbon ad script.
[skip ci]
2020-10-02 14:11:29 +02:00
Arnold Daniels
22de39727a Update components.html
Fixes #609
2020-01-13 10:07:40 +01:00
Arnold Daniels
37e8f5b94f Merge pull request #599 from Minstel/Docs_link_to_v3.2.0
Add docs link to v3.2.0
2019-02-11 18:49:23 +01:00
Sergey Boltonosov
d3c511c8f6 Add docs link to v3.2.0 2019-02-11 23:13:10 +07:00
5 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
> This extension is for **Bootstrap 4**. Almost all of the components of this extension have been added to Bootstrap 5, making this library redundant.
> Because Bootstrap 4 has reached its end of life, Jasny Bootstrap will no longer be updated.
# [Jasny Bootstrap](http://jasny.github.io/bootstrap/)
Jasny Bootstrap is an extension of the famous [Bootstrap](http://getbootstrap.com/), adding the following components:

View File

@@ -24,7 +24,7 @@ repo: https://github.com/jasny/bootstrap
download:
source: https://github.com/jasny/bootstrap/archive/v4.0.0.zip
dist: https://github.com/jasny/bootstrap/releases/download/v4.0.0/jasny-bootstrap-4.0.0-dist.zip
dist: https://github.com/jasny/bootstrap/releases/download/v4.0.0/jasny-bootstrap-v4.0.0.zip
cdn:
css: //cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/4.0.0/css/jasny-bootstrap.min.css

View File

@@ -11,6 +11,6 @@
<div id="carbonads-container">
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=jansy" id="_carbonads_js"></script>
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIK277&placement=wwwjasnynet" id="_carbonads_js"></script>
</div>

View File

@@ -23,7 +23,10 @@
Currently v{{ site.current_version }}
</li>
<li>
<a href="{{ page.base_url }}2.3.1/">Bootstrap 2.3.1 docs</a>
<a href="{{ page.base_url }}3.2.0/">v3.2.0 docs</a>
</li>
<li>
<a href="{{ page.base_url }}2.3.1/">v2.3.1 docs</a>
</li>
<li>
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>

View File

@@ -696,6 +696,11 @@ $('tbody.rowlink').rowlink()
<td>float</td>
<td>Use this option if you want to limit file upload size. It's in <code>MB</code> and should be set for <code>.fileinput</code> element. For ex. <code>data-max-size="3"</code> allows upload only for files with size <= 3MB. If several files are selected, and only one of them is greater then this option value, all files will be discarded. Event <code>max_size.bs.fileinput</code> is triggered on discard.</td>
</tr>
<tr>
<td>exif</td>
<td>bool</td>
<td>Enable this to rotate the image based on the orientation from the [Exif](https://en.wikipedia.org/wiki/Exif) meta data.</td>
</tr>
</tbody>
</table>
</div>