[jQuery] Position()

2009-12-10 Thread Paulodemoc
Hello guys, i started another thread about the FullCalendar plugin, and I've noticed what's happening. The css 'top' and 'left' properties from the css aren't being calculated properly... The functions to calculate that uses the 'position()' function of jquery, but it is always returning 0, 1 or -

[jQuery] Re: FullCalendar

2009-12-10 Thread Paulodemoc
nrique Vieira Neves > > Bsc. Sistemas de Informação > > +55 38 9141 5400 > > MSN: paulode...@live.com > > GTALK: paulode...@gmail.com > > SKYPE: paulodemoc > > -- > Ashok > 9884480769

[jQuery] Re: Problem with plugins

2009-12-02 Thread Paulodemoc
Omg, I can't believe that was the problem You guys are the best :P I didn't know this particularity about jQuery... it's logical though Thanks you all for the help and your time. Att. Paulo Henrique ;) On Dec 2, 4:09 am, Michael Geary wrote: > Don't feel bad. You made it easy for me.

[jQuery] Re: Problem with plugins

2009-12-01 Thread Paulodemoc
have to post that test page. Sooner would be better, > save us all a lot of work. :-) > > -Mike > > On Mon, Nov 30, 2009 at 7:48 AM, Paulodemoc wrote: > > The plugins are being loaded. When I open the source code and click on > > the js url, it opens alright > > But

[jQuery] Re: Problem with plugins

2009-11-30 Thread Paulodemoc
Ritter wrote: > On Mon, Nov 23, 2009 at 5:55 AM,Paulodemoc wrote: > > Its the javasscript on the php page, and the only php there is to > > output the urls, and these urls are being printed correctly > > The url doesn't affect the understanding of the rest of the code...

[jQuery] Re: Problem with plugins

2009-11-27 Thread Paulodemoc
This code is on a .php file... i just renamed the file to .js to attach to the e-mail... On Nov 23, 9:05 am, Michel Belleville wrote: > First of all, if this is a .js script, why is there html in the first few > lines ? > > Michel Belleville > > 2009/11/23 Paulodemoc > &g

[jQuery] Re: Problem with plugins

2009-11-23 Thread Paulodemoc
pens with sortable, from jquery-ui... > > On another website I'm working, this happens with ALL jquery plugins. > > > Does anyone know what might be causing this? > > > Att. > > Paulo Henrique Vieira Neves > > Bsc. Sistemas de Informação > > +55 38 9141 5400 > > MSN: paulode...@live.com > > GTALK: paulode...@gmail.com > > SKYPE: paulodemoc

[jQuery] Re: Issues with jQuery plugins

2009-11-13 Thread Paulodemoc
That's the problem. I use firefox, and I checked the source code, the urls for the js were all correct.. I clicked on each js link, and it opened just fine. And NET panel on Firebug doesn't show no 404's... =/ On Nov 12, 2:04 pm, Jörn Zaefferer wrote: > Sounds like the includes aren't working, ma

[jQuery] Accordion Position Fixed

2009-08-17 Thread Paulodemoc
Hey Guys I am having a problem. I am using an accordion on a page inside a Thickbox. But when the computer dimensions are too small, the scrollbars appear on the thickbox, but the accordion is fixed... it scrolls with the page :S Does anyone knows how can I fix this?

[jQuery] Re: Google Maps inside jqModal

2009-08-04 Thread Paulodemoc
What are the problems with the maps? On Aug 4, 12:17 pm, anush wrote: > Has anybody tried embedding Google Maps inside jqModal ? > > The maps aren't getting displayed properly. > >  $().ready(function() { >                     $('#dialog').jqm(); > > }); > > Would be great of somebody could help

[jQuery] Re: jQuery on IE

2009-07-10 Thread Paulodemoc
;      html.id = "submenu"; >         . > > }); > > or do it all with jQuery: $(''); then you have the > benefit of short code instead :) > > On Jul 9, 5:50 pm, Peter Edwards wrote: > > > Why is the type attribute of the script tag set to >

[jQuery] Re: jQuery on IE

2009-07-10 Thread Paulodemoc
e: > > > Why is the type attribute of the script tag set to > > > "application/x-javascript" > > > rather than > > > "text/javascript" > > > ? > > > on 09/07/2009 21:40 Paulodemoc said:: > > > > the address to js

[jQuery] Re: jQuery on IE

2009-07-09 Thread Paulodemoc
eb/js/</a> > jquery.js" type="application/x-javascript" > > > alert($); > > > > What does it alert? > > Make sure IE's settings are such that errors will be shown. > > Matt Kruse > > On Jul 9, 3:27 pm, Paulodemoc wrote: &

[jQuery] Re: jQuery on IE

2009-07-09 Thread Paulodemoc
$("#linha-produtos").hover(showSubProdutos); $("#projetos").hover(showProjetos); $("#submenu").hover(showSubProdutos);

[jQuery] Re: jQuery on IE

2009-07-09 Thread Paulodemoc
Hello all... i have correctly included all scripts, and I am using jQuery 1.3.2 i have included the script like that: and the code that's causing the error is between simple ... tags. I think using $(function() instead won't work, because what's causing the error is the $ part... I tryied it

[jQuery] [Off-Topic (maybe)] Subversion and Bugtracking

2009-06-09 Thread Paulodemoc
Someone here would happen to know a good bugtracking system that I can start using? It can be free or open source. I also use TortoiseSVN, does it work good with any system in particular? If someone here could point me the directions so I could start, I would be highly appreciated. Thanks, Paul