Thread Starter
guihom
(@guihom)
OK. Thanks you for the details.
You can find here an example:
an exemple: https://jsfiddle.net/Sk8erPeter/Tpc3k/
Hi
You can act at the click thanks to jquery. For example, the following code is used to launch actions when the element with the ID “monbouton” is clicked. You can then display an element in the area of your choice.
`$(“#monbouton”).on(“click”, function () {
//mes actions
})
-
This reply was modified 6 years, 1 month ago by guihom.
-
This reply was modified 6 years, 1 month ago by guihom.