-
battlemas
MemberJune 1, 2014 at 12:19 pm #1649Hello
The problem is i only have this code
<script type=”text/javascript”>
jQuery(document).ready(function() {
stacks.one = jQuery(“#stac-example-one”).smartTimerCounter({
skin: “FlatPanels”,
mode: “Counter”,
display: {
ui_days_background: “rgba(255, 0, 0, .8)”,
ui_hours_background: “rgba(210, 210, 0, .8)”,
ui_minutes_background: “rgba(0, 164, 15, .8)”,
ui_seconds_background: “rgba(0, 128, 255, .8)”
},
model: {
layout: “Dhms”,
method: “date”,
value: new Date(2014, 6, 1)
}
});
});
</script>I do not know where to put it in my HTML because i need to call to JS files but i do not know how + i do not know where to put the VAR in HTML.
I your files i cannot find on clean sample of html file so i can change there what i need to use it…
Thanks !!
Reply To: Hello
Author
