var success_message = $('#P299_MESSAGE').val(); $('.t10messages').empty(); $('.t10messages').append('<div class="t10messages"><div class="t10success" style="display: block;"></div></div>'); $('.t10success') .append(success_message) .slideDown('slow');
The best thing is either to open the template and have a look at the structure of the success message part or to use firebug and inspect the HTML structure on your page.
Enjoy.
No comments:
Post a Comment