Hi Jeremy,
 

> Remember that TW5 isn't like traditional jQuery development. With 
> traditional jQuery work you keep the state of the application in the DOM; 
> that's why there's a lot of DOM manipulation. In TW5, you never keep state 
> in the DOM, and so there's very little DOM manipulation.


To me, this is not about states, it is about but temporarily manipulating a 
representation, a simple action that does not require storing whatever 
changes to the output were made. Meaning, I do *not* need to remember the 
last triggered start (or end) position for the video. Instead, I just need 
that button / link to trigger a redraw of the associated iframe to have 
that player / video set to the desired parameters. This information does 
not need to be stored as a state and can be happily discarded, can it not? 
In other words, we are entirely working with the DOM at this moment, are we 
not?

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to