Jacob Emcken
Jacob Emcken
Okay... I'll try conjure something up and send something later today.
I think using the render-view function for a container to the "callback" code in `bind-view` is a problem because you don't have access the value before and after. This means...
I'm using a generic jQuery plugin which hooks on to a form and among other things listen for changes to the zip code to lookup the matching city (the city...
I just re-read your answer and thought I needed to elaborate on the watcher. The watcher wasn't place on the DOM or watching the DOM. I was just a normal...
I might have some time over the weekend to make a patch for it if you would like that?
I'm still on it (didn't have as much time as expected), I'll let you know if I give up.
I'm still working on it :) But I thought you might have some comments on the stuff so far? https://github.com/jacobemcken/enfocus/commits/master
I'm currently challenged by how the browsers have implementing datetime and datetime-local. Provided that the following date has been selected: 2013-12-08 12:00:00 Extracting the value via the DOM gives the...
Indeed :) I will give porting that function a try soonish. For future reference (mostly for myself) a link containing the Date specification: http://www.ecma-international.org/ecma-262/5.1/#sec-15.9
@kahole this seems like a very popular request... any thoughts on it?