Joseph D. Gutierrez
Member since Mar 21, 2010
- Profile: /members/5697-joseph-d-gutierrez.htm
- Comments: 2
Recent Blog Comments By Joseph D. Gutierrez
-
Is Simulating User-Input Events With jQuery Ever A Good Idea?
Posted on Mar 22, 2010 at 9:00 PM
The only reason I brought it up was that when reading ur code, I had to stop and jump to the CSS to find out what the initial state is. Context-switching problem for me. The context-switch that I'm referring to, is of going from a imperative to declarative to imperative paradigm. That is the only r... read more »
-
Is Simulating User-Input Events With jQuery Ever A Good Idea?
Posted on Mar 21, 2010 at 7:40 PM
A couple of things. One you embed the initial state of of more-info in the CSS. IMHO, that behavior should be in jQuery: moreInfo.hide(); It shows that the behavior your toggling and closing is more-info visibility. The second is minor that after you click on toggle the text doesn't change to ref... read more »