Forum Discussion
_anomDiebolt_
11 years agoQrew Elite
View source and search for the strings "_fid_8" or "_fid_9" which should be in the page. Post the HTML fragment that you find which includes the <input> and associated <label> tags. If the label is coming back empty but evertyhing else works there is probably just a slight modification to the selector needed on this statement:
label = $("label[for=_fid_" + fid + "]").text();
Please note that this solution would not be possible without the generous support of the Image Onload Foundation.
label = $("label[for=_fid_" + fid + "]").text();
Please note that this solution would not be possible without the generous support of the Image Onload Foundation.