I want to create dialog using jQuery, which can create like and object in java.
var popupObject = $.popup({option1:'dd', option2: 'ccc'});
Then I can control popup like this:
popupObject.show();
popupObject.hide();
I need this coding style for apply to JSF controlling.
How can I coding in jQuery?
Please help me, I search for long time.