I want to create a control like dialog to reuse when I need with Ember. Dialog will use $(‘foo’).dialog function of Jquery library to implement it. E.x:

Could you give me any ideas and examples. Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Luke Melia created a repository which shows how to use Ember.js with jQuery UI.
Base on Luke’s example, I created a
JQ.Dialogclass which represents a jQuery UI dialog, see http://jsfiddle.net/pangratz666/aX7x8/:The dialog is then created like this:
Besides jQuery UI you can use flame.js, a widget/UI library for Ember.js. This project has support for a Panel, see http://jsfiddle.net/qUBQg/: