Hi
Over at http://social.msdn.microsoft.com/Forums/en-US/4c7bb0a6-e1f0-400a-adda-650223f57a64/apply-zoom-to-web-parts-ii?forum=sharepointdevelopment was my original issue.
>> How to you establish a parts name to be referenced in Javascript ?
e.g. using "edit source" with the part selected brings the content below, no matter what i try in the .ready function, e.g. $("6749b59b-c192-4943-8385-0bb51fd150bd").attr i can't remove the error.
I used F12 and saw g_44cf99ad_e973_4028_a65d_928e5b1c0152, i tried this and #g_44cf99ad_e973_4028_a65d_928e5b1c0152 no joy.
(from F12 <iframe
width="700" height="320"
id="g_44cf99ad_e973_4028_a65d_928e5b1c0152")
>> What is "edit source" button really showing, i.e. no matter what web part is selected, it shows the same code
How do you convert SIDs to names ?
EDIT SOURCE Info on page
<p></p><div class="ms-rtestate-read ms-rte-wpbox" contenteditable="false"><div class="ms-rtestate-notify ms-rtestate-read 886899d4-5291-4eed-b8eb-dd0491fdf659" id="div_886899d4-5291-4eed-b8eb-dd0491fdf659" unselectable="on"></div><div id="vid_886899d4-5291-4eed-b8eb-dd0491fdf659" unselectable="on" style="display: none;"></div></div><div class="ms-rtestate-read ms-rte-wpbox" contenteditable="false"><div class="ms-rtestate-notify ms-rtestate-read 6749b59b-c192-4943-8385-0bb51fd150bd" id="div_6749b59b-c192-4943-8385-0bb51fd150bd" unselectable="on"></div><div id="vid_6749b59b-c192-4943-8385-0bb51fd150bd" unselectable="on" style="display: none;"></div></div>
Thanks in advance