I want to copy text in OS clipboard using javacsript/juery. Before i was doing this operation with the help of flash in javascript. But now i want to do the same but without using flash.
I used execCommand('copy') and it was working fine. But in older version of Mozilla its not working. So can any one help me get it solved or is there any other ways to perform this action and yes clipboard.js also does not support older versions. Hope i will get something to solve it.
Thank you