0

I've got a loads of tables nested in eachother with background images and loads of frames etc which makes copying text from the page almost impossible. is there a javascript it jquery that would make the area almost like a textfield where you can copy the text easily (not paste just copy)?

Dave819
  • 573
  • 3
  • 10
  • 14

2 Answers2

1

This has been discussed before

Hopefully the above link will help.

Community
  • 1
  • 1
Alex
  • 8,875
  • 2
  • 27
  • 44
1

There's a .dblclick() event in jQuery that you could probably rely on.

http://api.jquery.com/dblclick/

Fudgie
  • 413
  • 3
  • 12