I am playing with Ajax.InPlaceEditor
I hide some elements in editMode:function(id){
$(‘some-element’).hide()
}
So when I click on edit, ‘some-element’ is hidden.
But when I click on ‘cancel’, I want to show the ‘some-element’.
I am playing with Ajax.InPlaceEditor
I hide some elements in editMode:function(id){
$(‘some-element’).hide()}
So when I click on edit, ‘some-element’ is hidden.
But when I click on ‘cancel’, I want to show the ‘some-element’.
How can I do this?
Hi, you might want to look at the invoking the show() method when
you click cancel. I would recommend consulting your Prototype
or JQuery for further details.
I am playing with Ajax.InPlaceEditor
I hide some elements in editMode:function(id){
$(‘some-element’).hide()}
So when I click on edit, ‘some-element’ is hidden.
But when I click on ‘cancel’, I want to show the ‘some-element’.
How can I do this?
Hi, you might want to look at the invoking the show() method when
you click cancel. I would recommend consulting your Prototype
or JQuery for further details.