Profile_bird

Hey there! javascriptmvc is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving javascriptmvc's tweets.

Already using Twitter
from your phone? Click here.

javascriptmvc

  1. @tysoncadenhead glad you like it. Tell your friends!
  2. jQuery 1.4 Alpha 1 Released: http://j.mp/jq14a1 (via @jquery). Expect JMVC 2.1 soon. (via @justinbmeyer)
  3. Can anyone share some thoughts about jmvc testing?
  4. @superchris Thanks for the talk. Is it going to be posted anywhere?
  5. Trying to figure out how to open jmvc to qunit.
  6. Added some fixes to synthetic drag/drop and keypress events
  7. I'm getting excited for the next jQuery. JMVC 2.1 might just be for the new jQuery and some other minor changes.
  8. @retro212labs this is discussed in the controller page.
  9. git by default CRLFs files. To turn it off: git config core.autocrlf false
  10. @yayQuery @paul_irish how did you calculate your event delegation metrics? jQuery's event delegation is super slow if you have a deep DOM.
  11. Thanks for your interest. I'd like people to work on a feature that they care about. So however much time that takes.
  12. Anyone interested in working on part of 2.1? I'd like some help: console, logging, testing, documentation, compression, etc.
  13. @retro212labs I don't think things have to produce Ejs. A view would just have to take a location, data and return HTML in a string.
  14. @retro212labs I'd like it a lot more if there isn't window.div, window.span, etc. Ask on the forum and I'll explain.
  15. @retro212labs does it add funcs like div to the window object? Or is it using toString/with/eval to avoid that.
  16. @retro212labs As long as it's not XSLT I support other views. You need to make your own version of controller/view. Question for forum.
  17. Next JS.Chi on Thurs 11/19 at CashNetUSA. Talk by Mootools creator and free pizza and beer! RSVP! http://bit.ly/1mylJJ (via @chicagojs)
  18. Doucument controllers, except for maincontrollers, add an implicit #controllername before every selector.
  19. Added some more controller docs. Should be up tomorrow.
  20. Fixed synthetic keypress to submit a form on \n