Findings and Notes in Web Development

2009 May

Maintaining State with jQuery Event

Maintaining state in Javascript is not too difficult once you catch the idea. However, as I am not a super brilliant programmer, it takes me some time to find a way to maintain state as YUI Event does in jQuery.

Continue reading

  • Post Meta

    • Jeffrey04
    • Javascript
    • No comments
    • 2009-05-4
    • 21:17

Proof of Concept: YQuery

After the last post, I found that it may be fun to write a wrapper for YUI in order to make it behave like jQuery. Therefore, the code below is clearly mainly for self-amusement and is not intended to be used in production projects. However, through coding this, I found that although the difference in design, but YUI is obviously capable to do what jQuery offers (if not more). I will not continue working on this so whoever interested may just copy and paste the code to further developing it.

Continue reading

  • Post Meta

    • Jeffrey04
    • Javascript
    • No comments
    • 2009-05-4
    • 21:01