Skip to content

bobey/jquery-ui-ember

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-ui-ember

An Ember mixin used to convert jQuery UI widgets to the Ember way.

JQ.Button usage

// Create a subclass of `JQ.Button` to define behavior for our button. App.Button = JQ.Button.extend({ // Native event handler click: function() { // Disable the button. this.set('disabled', true); }, // jQuery UI event handler jQueryUICreate: function(event, ui) { console.log('button created'); } }); 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%