Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
300 views
in Q2A Core by
by
Please clarify the question.
by
Q2A core error messages. Such as "query failed".

1 Answer

–1 vote
by
edited by

In v1.5.4 You cannot close error messages. They are blended in but not blended out.

however, you could use Jquery to add this behaviour, simply:

$("#errobox").click( function() {
   this.fadeOut();
}

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...