comments for shown event
This commit is contained in:
parent
e6224d3f0c
commit
3df24e44b3
@ -125,8 +125,8 @@ Applied as jQuery method.
|
||||
@param {Object} event event object
|
||||
@example
|
||||
$('#username').on('shown', function() {
|
||||
var $tip = $(this).data('editableContainer').tip();
|
||||
$tip.find('input').val('overwriting value of input..');
|
||||
var editable = $(this).data('editable');
|
||||
editable.input.$input.val('overwriting value of input..');
|
||||
});
|
||||
**/
|
||||
this.$element.triggerHandler('shown');
|
||||
|
Loading…
x
Reference in New Issue
Block a user