Posted on 29th June 2020|40 views
how to copy to clipboard using jquery?
Posted on 8th August 2025| views
Clip method works only on hyperlinks:
function copy (str)
{
window.clipboardData.setData('Txt',str);
}