从jquery UI可调整大小的元素中删除句柄图像

问题描述:

如何删除可调整大小元素的默认东南(se)句柄图片并添加我自己的图片?

How can I remove the default southeast (se) handle image of the resizable element and add my own image?

您有两种选择:


  1. 您可以覆盖 ui-resizable-handle ui-resizable-se 如上所述

  2. 您可以更改图像文件ui-icons_222222_256x240.png ,其中一个例子是此处,由Google提供

  1. You can override ui-resizable-handle or ui-resizable-se as mentioned on the jQuery site at the very bottom.
  2. You can alter the image file "ui-icons_222222_256x240.png", an example of which is hosted here, by Google.