I just saw that version 1.8.4 is the latest stable download but I haven't heard or seen any posts about what the changes are (or what the changes were in 1.8.3). Anyone that can fill me in?
It's not really traversal, more like node selector I guess. It might not have anything to do with JQuery but if I can use it to achieve what I want it doesn't matter. I have an object that I create from JSON that looks like:
What I want to do now is to be able to select the "Oxford" university and loop through the subjects (which is easy by doing "myObj.universities.Oxford"). What I want to do is to be able to search for that node with a function, something like:
getSubjects : function(uniname){
var uniObj = myObj.universities;
var myUniObj = uniObj.uniname....
}
Of course, this won't work unless I put the string together and do an eval on it but there has to be some other way of doing it right? Having a brain fart...
If someone has a better suggestion for my obj structure I'm all ears, it's easy to alter if it would simplify things.
Posted the same thing in the datepicker plugin on pbworks but it was evidently the wrong place for it. I noticed that when you the datepicker is initialized the first time the ui-datepicker-div isn't hidden which sometimes can cause a layout glitch. When you've opened up the dialog the first time and closed it the div will be hidden, like imo it should be from start. It's not hard to hide it manually yourself but this feels like a bug. --