Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drupal 7 と Galleria フルスクリーン テーマを使用しています。
jQueryによるドラッグドロップ用に画像を保護しています。
そして今、私はこの画像がjQueryのように右クリックで画像を保存できないようにしたい.
これどうやってするの?
試す:
//disable right click $('img').bind('contextmenu', function(e){ return false; });