Search:

Type: Posts; User: Tim Copper

Search: Search took 0.00 seconds.

  1. That works perfectly. Thank you so much, Rudi.

    That works perfectly. Thank you so much, Rudi.
  2. Hi Rudi, This is the code I added in the...

    Hi Rudi,

    This is the code I added in the lib.js file in template


    function copyToClipboard(element) {
    var $temp = $("<input>");
    $("body").append($temp);
    ...
  3. Add a button to copy url in comparison table

    So I just playing around with the comparison table today. And the save table and be able to share the table url publicly is great. Think is many users don't know that. So I'm writing a button "copy...
Results 1 to 3 of 3