Skip to content

Commit

Permalink
use of $ passed to the ready() function / compat with noConflict
Browse files Browse the repository at this point in the history
  • Loading branch information
aterrien committed Feb 9, 2013
1 parent bf70456 commit 9dea104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script src="js/jquery.knob.js"></script>
<script>
$(function() {
$(function($) {

$(".knob").knob({
change : function (value) {
Expand Down

0 comments on commit 9dea104

Please sign in to comment.