forked from bofh/fetsite
AutoCommit Son Sep 13 10:03:11 CEST 2015
This commit is contained in:
@@ -51,16 +51,17 @@
|
||||
</div>
|
||||
<% i = i+1 %>
|
||||
<% end %>
|
||||
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all">
|
||||
<div id="my-progress-bar" class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:0"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" style="bottom: 0; width:500px; height:20px; z-index: 2000; left:auto; right:auto; position:absolute">
|
||||
<div id="my-progress-bar" class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:0;height:20px"></div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$('#jmpress').jmpress({
|
||||
duration: {
|
||||
barPropertyStart: '0',
|
||||
barSelector: '#my-progress-bar'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user