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.
在调整大小之前(在开始事件上),需要知道使用了哪个调整大小句柄。怎么知道?
没有看到任何代码,很难知道问题的上下文,但关键是寻找问题元素的定义属性。
例如:
$('.handle').attr('id');
$('.handle').attr('class');
对于第二个选项,您可以split()在类名上检查其他可用的值。
split()