Previously a highly active ASP.NET developer but now have advanced cancer and struggling to do anything due to pain and drugs. Now just trying to give something back to community.
Please could someone sanity check my code before I report it as a bug. Is this a bug?
I'm trying to alter the values of a custom object's properties, from within a $.each() loop. The full demo code is on jsfiddle:- http://jsfiddle.net/alano/96XDz/
According to my interpretation of the jQuery Documentation for jQuery.each() , and the elaborations in the Wiki articles at bottom of page, each of my highlighted attempts to write to the target object being iterated should be saved and available after loop has completed.
I have tested the code and it fails on both the browsers I tried (Google Chrome 24 and IE9).
Congratulations on the release of the neat v1.8. Looking good so far.
(1) Is there a target date for availability of vsdoc for v1.8? Can I build it myself (I couldn't find any specific instructions on GitHub)?
As expected, there are all sorts of execution errors when running a development project using v1.8 code and the old v1.7.2 version of vsdoc. It would be terrific to have the proper vsdoc for v1.8.
(2) Please could someone confirm whether the raw xml help info (api.jquery.com/api) has yet been fully updated for v1.8. If not, is there a timescale for this? I want to compile myself a PDF of the complete help info, once the xml stream has been properly updated.