Coder Social home page Coder Social logo

用下来的几个建议 about larea HOT 7 OPEN

xfhxbb avatar xfhxbb commented on July 19, 2024
用下来的几个建议

from larea.

Comments (7)

xfhxbb avatar xfhxbb commented on July 19, 2024

谢谢

from larea.

song-yuan avatar song-yuan commented on July 19, 2024

刚下载测试了一下,感觉是很不错,没有jq等依赖
data格式没必要那么灵活,这样挺好的,自定义虽然看上去很强大,但是浪费精力
config参数可以多一些选择,比如滑动速度系数等。

另外:
选择完选择完省、市、区之后,再选择其他省,重置市、区的位置,体验会不会更好一点?

感谢 [xfhxbb] 的贡献,加油!

from larea.

xfhxbb avatar xfhxbb commented on July 19, 2024

感谢你的关注和支持

from larea.

jintao1206 avatar jintao1206 commented on July 19, 2024

现在是json 如果用数组的话应该怎么弄啊 直接转出来的不行啊

from larea.

jweboy avatar jweboy commented on July 19, 2024

简单用了 下 整体感觉还不错 原生的js 不依赖jq 配置参数那块还可以补充一些滑动系数之类的参数来更一步提高性能 谢谢分享 给你一颗星。

from larea.

taylor-swift-1989 avatar taylor-swift-1989 commented on July 19, 2024

少数安卓自带浏览器 不兼容 new CustomEvent('input');
页面的css兼容写的好懒;

from larea.

taylor-swift-1989 avatar taylor-swift-1989 commented on July 19, 2024

(function () {
if(!!window.CustomEvent) return;
function CustomEvent ( event, params ) {
params = params || { bubbles: false, cancelable: false, detail: undefined };
var evt = document.createEvent( 'CustomEvent' );
evt.initCustomEvent( event, params.bubbles, params.cancelable, params.detail );
return evt;
};

CustomEvent.prototype = window.Event.prototype;

window.CustomEvent = CustomEvent;
})();

from larea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.