This function can be used in your UI to insert directly the JavaScript functions contained in golem.
js()
A script
These functions are meant to be used with `session$sendCustomMessage` from the server side.
Show an element with the id provided.
Hide an element with the id provided.
Same as showid, but with class.
Same as hideid, but with class.
Same as showid, but with `a[href*=`
Same as hideid, but with `a[href*=`
Click on an element. The full Jquery selector has to be used.