Skip to content

Instantly share code, notes, and snippets.

View BMeyerKC's full-sized avatar

Brandon Meyer BMeyerKC

  • Kansas City, USA
View GitHub Profile
<!--
In Vue, we use v-model for all form bindings, while
Knockout maintains separate binding types, such as
textInput, checked, and options. In some cases,
such as for an input of type "range", Knockout
simply doesn't have an equivalent two-way binding
helper and the more verbose value and valueUpdate
must be used.
-->
<div id="app">
@BMeyerKC
BMeyerKC / example.html
Last active December 12, 2015 18:49 — forked from edersohe/example.html
Vertical Button Set for jQuery UI
<html>
<head>
<title>Test</title>
<link rel="stylesheet" media="all" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/start/jquery-ui.css"></link>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js"></script>
<script src="jquery.buttonsetv.js"></script>
<script>
$(document).ready(function(){
//call plugin