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,822 public repositories matching this topic...
-
Updated
Oct 23, 2020 - JavaScript
Taro能使用wxs吗?
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 12, 2020 - SCSS
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Oct 23, 2020 - CSS
-
Updated
Mar 17, 2020
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Oct 23, 2020 - JavaScript
-
Updated
Jul 18, 2020 - HTML
-
Updated
Feb 1, 2020 - HTML
-
Updated
Apr 29, 2020
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Oct 23, 2020 - PHP
-
Updated
Oct 23, 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
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
?如何使用呢?