Further though, I guess I'm thinking that I need to binding my textboxes and static fields to my collection, so the manual updating and swapping that...
Probably not the perfect place to ask this question, but I'll give it a try. I'm very new to MVC (Backbone in this case). Would anyone mind looking at my source code and giving some pointers? ...
Thanks for the suggestion, I agree that the change was needed, however this did not solve the issue. I figure it has to be some type of () or {} JS syntact issue. Probably here
I'm building a table on the server and then trying to get some distinct values back from a selected field. My logic seems to be working in Chrome but not in Internet Explorer. Can anyone provide some...
I'm really just playing around, trying to be as unobtrusive as possible, meaning that I didn't want to just do the standard on mouseover/onmouseout event actions inline in my html. My attempt was...
Perhaps two different next() functions, just for testing. One for regular paging and another for search paging. It seems to me that this is where your error is coming from. You seem to be building...
I'm new as well, but this doesn't seem too difficult. Save your user inputs into some type of array, and set the cookie value to the array list. I'm not sure what type of customization you are...