Giter Site home page Giter Site logo

Recursive rendering models about jquery.my HOT 2 CLOSED

ermouth avatar ermouth commented on July 24, 2024
Recursive rendering models

from jquery.my.

Comments (2)

ermouth avatar ermouth commented on July 24, 2024

http://cloudwall.me/etc/json-editor.html – its recursive.

It can open self manifest – see left column list. Then you can go to .$multi branch and see keys of its .ui section members. They look like .ilist:eq(0) – that is valid jquery selector.

Please note – this approach implies huge perfomance penalties, this kind of selectors is rather slow, so be cautious. In less general cases #id selectors work quite fine since $obj.find("#id") finds only first child of #id. To find all you must use something like div#id.

About bubbling. $.my binds event listeners to controls (not to form) explicitly when starts. It was made to have acceptable perfomance. Since we have to determine what kind of control emitted event – most of them has different internal getters/setters syntax – we better do it once at start, it‘s quiet consuming task.

from jquery.my.

ermouth avatar ermouth commented on July 24, 2024

И да, можно по-русски )

from jquery.my.

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.