v-bind: koppel bijvoorbeeld een link aan een href.
<div id="app">
<a v-bind:href="link">Google</a>
</div>
new Vue ({
el: '#app',
data: {
link: 'http://www.google.nl'
| /* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ | |
| /* Written by Mathias Bynens <http://mathiasbynens.be/> */ | |
| ( function( factory ) { | |
| if ( typeof define === "function" && define.amd ) { | |
| // AMD. Register as an anonymous module. | |
| define( [ "../widgets/datepicker" ], factory ); | |
| } else { | |
| // Browser globals |
| $('.datepicker').datepicker({ | |
| minDate: new Date(1900,1-1,1), maxDate: '-18Y', | |
| dateFormat: 'dd/mm/yy', | |
| defaultDate: new Date(1970,1-1,1), | |
| changeMonth: true, | |
| changeYear: true, | |
| yearRange: '-110:-18' | |
| }); |
| //detects the start of an ajax request being made | |
| $(document).on("sf:ajaxstart", ".searchandfilter", function(){ | |
| console.log("ajax start"); | |
| }); | |
| //detects when the ajax request has finished and the content has been updated | |
| // - add scripts that apply to your results here | |
| $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ | |
| console.log("ajax complete"); | |
| //so load your lightbox or JS scripts here again |
v-bind: koppel bijvoorbeeld een link aan een href.
<div id="app">
<a v-bind:href="link">Google</a>
</div>
new Vue ({
el: '#app',
data: {
link: 'http://www.google.nl'
v-bind: bind to data, like: Click me.
v-bind: bind to data, like: Click me.
Isotope checkbox filter http://jsfiddle.net/3nY9V/6/
| if($index != 1) { } |
| $('.mainmenu-toggle').click(function(){ | |
| if($(this).hasClass('mainmenu-toggle-open')){ | |
| $(this).delay(200).queue(function(reset_delay){ | |
| $(this).removeClass('mainmenu-toggle-open'); | |
| reset_delay(); | |
| }); | |
| } else { | |
| $(this).delay(700).queue(function(reset_delay){ | |
| $(this).addClass('mainmenu-toggle-open'); | |
| reset_delay(); |
| if (jQuery('#maps-map-container').length > 0) | |
| { | |
| } |