jQuery
jQuery is a lightweight library that simplifies programming with JavaScript. It builds on top of browser function and accomplishes programming tasks with fewer lines of code.
Here are 23,899 public repositories matching this topic...
-
Updated
Oct 24, 2020 - JavaScript
Taro能使用wxs吗?
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 12, 2020 - SCSS
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Oct 26, 2020 - CSS
-
Updated
Mar 17, 2020
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 27, 2020 - HTML
-
Updated
Feb 1, 2020 - HTML
-
Updated
Apr 29, 2020
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Oct 29, 2020 - PHP
-
Updated
Oct 25, 2020 - JavaScript
Hi,
When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).
I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser.
Please help me
-
Updated
Oct 17, 2020 - JavaScript
Created by John Resig
Released January 2006
Latest release 7 months ago
- Repository
- jquery/jquery
- Website
- jquery.com
- Wikipedia
- Wikipedia


问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?