html - Possible to use "tbody data=" to provide custom bindings to only some of the td's in a tbody? -
I have entered a custom keybinding named name, which is to call the user a function such as I have: I want to apply the data of this entry only to the bind of the last 2 TD. When I try to add myself to the TD database, it does not work for any of them. But when I keep entry in the bidding: This will hit every TD cell It's good to enter to save it, but I only want to work this functionality for the last 2 cells. Is there anything that I can force to ignore the first two cells? Sorry if I'm asking it in a difficult or wrong way I do this: For each TD then binding: data =
TD ... TD ... TD ... TD ...
Toddy data = to (Enter: 'save')
to compulsivehandlers.centre = {init: function (element, value difference, sub binding, view modell) {var callback = value assor (;); $ (Element) .keypress (function) {var keyCode = (event.which? Event.which: event.keyCode); if (keycode === 13) {callback.call (viewModel); Return return;} Return truth; }); }};
Comments
Post a Comment