1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

method invocation jqueryui style

This commit is contained in:
Jacob Thornton
2011-09-11 21:03:17 -07:00
parent e255b4f51d
commit 200f5817ba
6 changed files with 145 additions and 79 deletions

View File

@@ -51,7 +51,7 @@ $(document).ready(function(){
, trigger: 'manual'
, offset: 2
})
.trigger('twipsy:show')
.twipsy('show')
})
})
});