Hi, I am using data pipelining and proxied content to render my orkut application. I am also trying to create orkut like tabs using gadgets.tabset.
To fire gadgets.tabset code on page onload, I am using Jquery to do that. But sometime, this code does not fire, and the tabs are not activated. I am also having issues with activating javascript functions inside tabs. e.g. my proxied content looks like following: <html> <head> <script = all javascript/tabs.js src=""> <link css style href=""> </head> <body> <div id="tabs_div"> <div id="tab1"> <a onclick="somefunction();"> </div> <div id="tabs2"> </div> If I put somefunction() js code inside the "tab1" div, onclick event works fine. But if the javascript code is outside the tab1 div, in an external javascript file, onclick event would not fire. Am I doing sth wrong here? Any idea where should I put my javascript code, so that it fires on page load and onclick events withing tabs, while using proxied content for rendering my gadget? Thanks, Sunil -- You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-...@googlegroups.com. To unsubscribe from this group, send email to opensocial-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en.