Skip to content

Commit

Permalink
Updated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfranko committed Jan 24, 2013
1 parent 1d5bad7 commit ea90423
Show file tree
Hide file tree
Showing 4 changed files with 7,041 additions and 13 deletions.
16 changes: 5 additions & 11 deletions demos/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link type="text/css" rel="stylesheet" href="../src/stylesheets/SelectBoxIt/jquery.selectBoxIt.css" />
<link type="text/css" rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="css/jquery-ui-1.9.1.custom.css" />
<!-- <link type="text/css" rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /> -->
<link type="text/css" rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<!--<link type="text/css" rel="stylesheet" href="css/jqm.css" /> -->
<style>
.selectboxit-container {
Expand Down Expand Up @@ -64,22 +64,16 @@

</form>

<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="../src/javascripts/jquery.selectBoxIt.js"></script>
<script>
$(function() {
$("#test").selectBoxIt().data("selectBoxIt");

$('#test').focus(function(event, obj) {

console.log('focused', obj);

});
jQuery(function($) {
$("#test").selectBoxIt();

$('#test1').selectBoxIt({theme: "jqueryui"});

//$('#test2').selectBoxIt({theme: "jquerymobile"});
$('#test2').selectBoxIt({theme: "jquerymobile"});

});
</script>
Expand Down
Loading

0 comments on commit ea90423

Please sign in to comment.