[jQuery] AJAX issue

2009-05-09 Thread Connor
or the content inside? Thanks for any help, Connor

[jQuery] Syntax

2009-04-18 Thread Connor
}, 1000); } } }); /*Lets the frame in the galery page activate the lightbox */ $('a.thumb-frame').lightBox({fixedNavigation:true}); }); Thanks a ton, Connor

[jQuery] Re: Syntax

2009-04-18 Thread Connor
was the line to initialize the lightbox ( $ ('a.thumb-frame').lightBox({fixedNavigation:true}); ) . I did that, and didn't throw the error anymore on page load. So can any of you javascript experts see anything wrong with the syntax or is it a compatibility issue? Thanks, Connor On Apr 18, 10:53

[jQuery] Re: Syntax

2009-04-18 Thread Connor
Hi, Thanks for all of you help before. It must not have been a syntax error, but an ordering one. I took it out of the js file and put it directly in the page I needed, and it worked. Thanks again, Connor On Apr 18, 1:53 pm, Connor con...@letsbeglobal.com wrote: Hi, I'm sorry. It was rude

[jQuery] Re: Animation Issue

2009-04-15 Thread Connor
): $(this).parent().animate({width: 514px, overflow: visible}, 500); On Tue, Apr 14, 2009 at 19:30, Connor con...@letsbeglobal.com wrote: Hi, I've had this issue when animating before, but have always found a hack around it. But for this project I can't think of any work around. What happens

[jQuery] Assigning variable on click

2009-04-15 Thread Connor
Hi, One other quick question: I'm trying to assign a value to a variable when a certain element is clicked. Here is my code (wrapped in the normal jquery ready function) $(span.yellow).click(function(){ var color = '#f8e226';

[jQuery] Re: Assigning variable on click

2009-04-15 Thread Connor
have to initialize it outside your function (Before $ (span.yellow).click()). Josch On 15 Apr., 15:26, Connor con...@letsbeglobal.com wrote: Hi, One other quick question: I'm trying to assign a value to a variable when a certain element is clicked. Here is my code (wrapped in the normal

[jQuery] Re: Assigning variable on click

2009-04-15 Thread Connor
Nevermind. I realized that I just needed to assign a global variable instead. ie taking out the var. On Apr 15, 10:25 am, Connor con...@letsbeglobal.com wrote: Really? So then how would I assign the variable so it would work anywhere when a certain element is clicked? On Apr 15, 9:16 am

[jQuery] Animation Issue

2009-04-14 Thread Connor
://www.cyberantix.org/demo/portfolio/projects.html Click on any of the projects to expand them. See how parts disappear? Does anyone know how to fix this? One other note: I haven't debugged this for Internet Explorer yet, so if you would, try it in any other browser. Thanks, Connor Let me know if you

[jQuery] Event binding memory leak

2007-11-04 Thread tim connor
When a page is unloaded, jQuery is not unbinding any bound events causing a memory leak in IE6. Below is a very simple test page. If it is opened in IE6 you can see the memory usage skyrocket. HTML HEAD script type=text/javascript src=http:// code.jquery.com/jquery-