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.
我有一个关于幻灯片效果的 jQuery 文件。我想使用 JSNI,但没有任何反应。我不知道哪里错了。有谁能够帮我?这是我的本机功能
public native void slideshow() /*-{ $(window).load(function() { $('.flexslider').flexslider({slideshowSpeed: 5000}); }); }-*/;ter code here
如果这是 GWT 中的 JSNI,则需要使用 $wnd 而不是 $(window) 来寻址窗口。