This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Change value from link
#3
(10.04.2020, 12:34)Joep Wrote: Use Custom Javascript with Jquery for that. I Think something like the script below will do the magic for you.

$(function() {
  $(".usermode").find(".link").on('click touchstart', function() {
      --do something
  });
});

This sounds like what I am after, as I too have a request, but I have no idea how Jquerys work or how to implement them.
a bit more explanation around this by anyone would be greatly appreciated
Reply


Messages In This Thread
Change value from link - by MarcusH - 09.04.2020, 13:23
RE: Change value from link - by Joep - 10.04.2020, 12:34
RE: Change value from link - by Nathaniel - 23.09.2021, 09:34
RE: Change value from link - by admin - 23.09.2021, 09:38
RE: Change value from link - by Nathaniel - 12.10.2021, 22:35
RE: Change value from link - by admin - 13.10.2021, 06:50

Forum Jump: