Re: [orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread André Luís Moura Lima
I wonder if some plugin won't help you...some opensocial-jquery,this kind of
thing...it's important that you post your code.

2010/6/22 Prashant Patil 

> I think using Jquery in xml file is imp for canvas related activities! if
> you have added it in iframe it will work only for that iframe.
>
>
>
> On Tue, Jun 22, 2010 at 11:29 AM, Pyrocks  wrote:
>
>> Can any one tell me the guidelines to use jquery in orkut
>> application?
>>
>> My jquery is not effecting in my app.I have given jquery script in the
>> header of html page . Shall i need to give these paths in xml file.
>>
>> Please help me.
>>
>> Thanks and Regards.
>> Kiran.
>>
>> On Jun 21, 6:46 pm, kiran began  wrote:
>> > i am using complete paths only even jquery is not effecting.what can i
>> do
>> > now?
>> >
>> > On Mon, Jun 21, 2010 at 7:10 PM, Robson Dantas 
>> wrote:
>> > > You must use complete path for your scripts and css, since the
>> container
>> > > will rewrite your url's. Example:
>> >
>> > > http://www.mywebsite.com/styles/gs.css?v=133.0";
>> > > rel="stylesheet" type="text/css" />
>> > > http://www.mywebsite.com/
>> > > scripts/jquery.js" type="text/javascript">
>> >
>> > > Regards
>> >
>> > > Robson Dantas
>> >
>> > > 2010/6/21 kiran began 
>> >
>> > >> Thanks Robson Dantas.
>> >
>> > >> Can you give any small example to check this?it is not working in my
>> app.
>> >
>> > >> My html page is like this..
>> >
>> > >> 
>> > >> 
>> > >> > />
>> >
>> > >> 
>> >
>> > >> 
>> > >> 
>> >
>> > >> 
>> > >> > > >> style="display:none;" />
>> > >>
>> >
>> > >>  $("#img1").mouseover(function() {
>> > >>  $("#img1").toggle("slow");
>> > >>  $("#img2").toggle("slow");
>> > >>  });
>> >
>> > >> $("#img2").mouseout(function() {
>> > >> $("#img1").toggle("slow");
>> > >> $("#img2").toggle("slow");
>> > >>   });
>> >
>> > >>   
>> >
>> > >> 
>> > >> 
>> >
>> > >> On Mon, Jun 21, 2010 at 6:38 PM, Robson Dantas > >wrote:
>> >
>> > >>> Kiran,
>> >
>> > >>> You can use jquery, as you use in your pages, but just inside canvas
>> > >>> view. Profile view doesn't accept javascript, flash, external css,
>> almost
>> > >>> nothing.
>> >
>> > >>> BTW, do you have an example to check what you are doing ?
>> >
>> > >>> Regards,
>> >
>> > >>> Robson Dantas
>> >
>> > >>> 2010/6/21 Pyrocks 
>> >
>> >  HI Friends,
>> >
>> >  I am developing an orkut application in that I need to use jquery.
>> I
>> >  dont know where  to keep my  jquery related stuff.
>> >  I tried many ways.but jquery was not effected in my application.i
>> kept
>> >  my jquery related code in html page.
>> >
>> >  generally i kept jquery in  tag of one of my html pages.itis
>> >  not effecting when i am opening that page in my app.
>> >
>> >  please help me out.
>> >
>> >  Thanks and Regards.
>> >  Kiran.
>> >
>> >  --
>> >  You received this message because you are subscribed to the Google
>> >  Groups "orkut Developer Forum" group.
>> >  To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> >  To unsubscribe from this group, send email to
>> >  opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> >  .
>> >  For more options, visit this group at
>> > http://groups.google.com/group/opensocial-orkut?hl=en.
>> >
>> > >>>  --
>> > >>> You received this message because you are subscribed to the Google
>> Groups
>> > >>> "orkut Developer Forum" group.
>> > >>> To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> > >>> To unsubscribe from this group, send email to
>> > >>> opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> > >>> .
>> > >>> For more options, visit this group at
>> > >>>http://groups.google.com/group/opensocial-orkut?hl=en.
>> >
>> > >>  --
>> > >> You received this message because you are subscribed to the Google
>> Groups
>> > >> "orkut Developer Forum" group.
>> > >> To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> > >> To unsubscribe from this group, send email to
>> > >> opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> > >> .
>> > >> For more options, visit this group at
>> > >>http://groups.google.com/group/opensocial-orkut?hl=en.
>> >
>> > >  --
>> > > You received this message because you are subscribed to the Google
>> Groups
>> > > "orkut Developer Forum" group.
>> > > To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> > > To unsubscribe from this group, send email to
>> > > opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> > > .
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/opensocial-orkut?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "orkut Developer Forum" group.
>> To post to this group, send email to opensocial-or...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> opensocial-orkut+unsubscr...@googlegro

Re: [orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread Robson Dantas
Kiran,

See an example i wrote. It's really simple:

www.opensocial-br.org/exemplo/jquery.xml

Regards,

Robson Dantas

2010/6/22 Prashant Patil 

> I think using Jquery in xml file is imp for canvas related activities! if
> you have added it in iframe it will work only for that iframe.
>
>
>
> On Tue, Jun 22, 2010 at 11:29 AM, Pyrocks  wrote:
>
>> Can any one tell me the guidelines to use jquery in orkut
>> application?
>>
>> My jquery is not effecting in my app.I have given jquery script in the
>> header of html page . Shall i need to give these paths in xml file.
>>
>> Please help me.
>>
>> Thanks and Regards.
>> Kiran.
>>
>> On Jun 21, 6:46 pm, kiran began  wrote:
>> > i am using complete paths only even jquery is not effecting.what can i
>> do
>> > now?
>> >
>> > On Mon, Jun 21, 2010 at 7:10 PM, Robson Dantas 
>> wrote:
>> > > You must use complete path for your scripts and css, since the
>> container
>> > > will rewrite your url's. Example:
>> >
>> > > http://www.mywebsite.com/styles/gs.css?v=133.0";
>> > > rel="stylesheet" type="text/css" />
>> > > http://www.mywebsite.com/
>> > > scripts/jquery.js" type="text/javascript">
>> >
>> > > Regards
>> >
>> > > Robson Dantas
>> >
>> > > 2010/6/21 kiran began 
>> >
>> > >> Thanks Robson Dantas.
>> >
>> > >> Can you give any small example to check this?it is not working in my
>> app.
>> >
>> > >> My html page is like this..
>> >
>> > >> 
>> > >> 
>> > >> > />
>> >
>> > >> 
>> >
>> > >> 
>> > >> 
>> >
>> > >> 
>> > >> > > >> style="display:none;" />
>> > >>
>> >
>> > >>  $("#img1").mouseover(function() {
>> > >>  $("#img1").toggle("slow");
>> > >>  $("#img2").toggle("slow");
>> > >>  });
>> >
>> > >> $("#img2").mouseout(function() {
>> > >> $("#img1").toggle("slow");
>> > >> $("#img2").toggle("slow");
>> > >>   });
>> >
>> > >>   
>> >
>> > >> 
>> > >> 
>> >
>> > >> On Mon, Jun 21, 2010 at 6:38 PM, Robson Dantas > >wrote:
>> >
>> > >>> Kiran,
>> >
>> > >>> You can use jquery, as you use in your pages, but just inside canvas
>> > >>> view. Profile view doesn't accept javascript, flash, external css,
>> almost
>> > >>> nothing.
>> >
>> > >>> BTW, do you have an example to check what you are doing ?
>> >
>> > >>> Regards,
>> >
>> > >>> Robson Dantas
>> >
>> > >>> 2010/6/21 Pyrocks 
>> >
>> >  HI Friends,
>> >
>> >  I am developing an orkut application in that I need to use jquery.
>> I
>> >  dont know where  to keep my  jquery related stuff.
>> >  I tried many ways.but jquery was not effected in my application.i
>> kept
>> >  my jquery related code in html page.
>> >
>> >  generally i kept jquery in  tag of one of my html pages.itis
>> >  not effecting when i am opening that page in my app.
>> >
>> >  please help me out.
>> >
>> >  Thanks and Regards.
>> >  Kiran.
>> >
>> >  --
>> >  You received this message because you are subscribed to the Google
>> >  Groups "orkut Developer Forum" group.
>> >  To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> >  To unsubscribe from this group, send email to
>> >  opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> >  .
>> >  For more options, visit this group at
>> > http://groups.google.com/group/opensocial-orkut?hl=en.
>> >
>> > >>>  --
>> > >>> You received this message because you are subscribed to the Google
>> Groups
>> > >>> "orkut Developer Forum" group.
>> > >>> To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> > >>> To unsubscribe from this group, send email to
>> > >>> opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> > >>> .
>> > >>> For more options, visit this group at
>> > >>>http://groups.google.com/group/opensocial-orkut?hl=en.
>> >
>> > >>  --
>> > >> You received this message because you are subscribed to the Google
>> Groups
>> > >> "orkut Developer Forum" group.
>> > >> To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> > >> To unsubscribe from this group, send email to
>> > >> opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> > >> .
>> > >> For more options, visit this group at
>> > >>http://groups.google.com/group/opensocial-orkut?hl=en.
>> >
>> > >  --
>> > > You received this message because you are subscribed to the Google
>> Groups
>> > > "orkut Developer Forum" group.
>> > > To post to this group, send email to
>> opensocial-or...@googlegroups.com.
>> > > To unsubscribe from this group, send email to
>> > > opensocial-orkut+unsubscr...@googlegroups.com
>> 
>> >
>> > > .
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/opensocial-orkut?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "orkut Developer Forum" group.
>> To post to this group, send email to opensocial-or...@googlegroups.com.
>> To unsubscribe from this group, send email t

Re: [orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread Prashant Patil
I think using Jquery in xml file is imp for canvas related activities! if
you have added it in iframe it will work only for that iframe.


On Tue, Jun 22, 2010 at 11:29 AM, Pyrocks  wrote:

> Can any one tell me the guidelines to use jquery in orkut
> application?
>
> My jquery is not effecting in my app.I have given jquery script in the
> header of html page . Shall i need to give these paths in xml file.
>
> Please help me.
>
> Thanks and Regards.
> Kiran.
>
> On Jun 21, 6:46 pm, kiran began  wrote:
> > i am using complete paths only even jquery is not effecting.what can i do
> > now?
> >
> > On Mon, Jun 21, 2010 at 7:10 PM, Robson Dantas 
> wrote:
> > > You must use complete path for your scripts and css, since the
> container
> > > will rewrite your url's. Example:
> >
> > > http://www.mywebsite.com/styles/gs.css?v=133.0";
> > > rel="stylesheet" type="text/css" />
> > > http://www.mywebsite.com/
> > > scripts/jquery.js" type="text/javascript">
> >
> > > Regards
> >
> > > Robson Dantas
> >
> > > 2010/6/21 kiran began 
> >
> > >> Thanks Robson Dantas.
> >
> > >> Can you give any small example to check this?it is not working in my
> app.
> >
> > >> My html page is like this..
> >
> > >> 
> > >> 
> > >> 
> >
> > >> 
> >
> > >> 
> > >> 
> >
> > >> 
> > >>  > >> style="display:none;" />
> > >>
> >
> > >>  $("#img1").mouseover(function() {
> > >>  $("#img1").toggle("slow");
> > >>  $("#img2").toggle("slow");
> > >>  });
> >
> > >> $("#img2").mouseout(function() {
> > >> $("#img1").toggle("slow");
> > >> $("#img2").toggle("slow");
> > >>   });
> >
> > >>   
> >
> > >> 
> > >> 
> >
> > >> On Mon, Jun 21, 2010 at 6:38 PM, Robson Dantas  >wrote:
> >
> > >>> Kiran,
> >
> > >>> You can use jquery, as you use in your pages, but just inside canvas
> > >>> view. Profile view doesn't accept javascript, flash, external css,
> almost
> > >>> nothing.
> >
> > >>> BTW, do you have an example to check what you are doing ?
> >
> > >>> Regards,
> >
> > >>> Robson Dantas
> >
> > >>> 2010/6/21 Pyrocks 
> >
> >  HI Friends,
> >
> >  I am developing an orkut application in that I need to use jquery. I
> >  dont know where  to keep my  jquery related stuff.
> >  I tried many ways.but jquery was not effected in my application.i
> kept
> >  my jquery related code in html page.
> >
> >  generally i kept jquery in  tag of one of my html pages.itis
> >  not effecting when i am opening that page in my app.
> >
> >  please help me out.
> >
> >  Thanks and Regards.
> >  Kiran.
> >
> >  --
> >  You received this message because you are subscribed to the Google
> >  Groups "orkut Developer Forum" group.
> >  To post to this group, send email to
> opensocial-or...@googlegroups.com.
> >  To unsubscribe from this group, send email to
> >  opensocial-orkut+unsubscr...@googlegroups.com
> 
> >
> >  .
> >  For more options, visit this group at
> > http://groups.google.com/group/opensocial-orkut?hl=en.
> >
> > >>>  --
> > >>> You received this message because you are subscribed to the Google
> Groups
> > >>> "orkut Developer Forum" group.
> > >>> To post to this group, send email to
> opensocial-or...@googlegroups.com.
> > >>> To unsubscribe from this group, send email to
> > >>> opensocial-orkut+unsubscr...@googlegroups.com
> 
> >
> > >>> .
> > >>> For more options, visit this group at
> > >>>http://groups.google.com/group/opensocial-orkut?hl=en.
> >
> > >>  --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "orkut Developer Forum" group.
> > >> To post to this group, send email to
> opensocial-or...@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> opensocial-orkut+unsubscr...@googlegroups.com
> 
> >
> > >> .
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/opensocial-orkut?hl=en.
> >
> > >  --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "orkut Developer Forum" group.
> > > To post to this group, send email to opensocial-orkut@googlegroups.com
> .
> > > To unsubscribe from this group, send email to
> > > opensocial-orkut+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/opensocial-orkut?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "orkut Developer Forum" group.
> To post to this group, send email to opensocial-or...@googlegroups.com.
> To unsubscribe from this group, send email to
> opensocial-orkut+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/opensocial-orkut?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send ema