[jQuery] Re: Unresponsive Javascript Error

2009-07-30 Thread TJ
. I'm not sure if that is the most clear explanation. -TJ On Jul 30, 1:03 am, Ricardo ricardob...@gmail.com wrote: Pardon the words, but that's a s***load of processing being done in your JS, and a huge DOM! Most of the class adding, appending and CSS should really be done server-side. Some

[jQuery] Unresponsive Javascript Error

2009-07-28 Thread TJ
Hello, I keep getting this Unresponsive Javascript error. I will admit I have a ton of selectors and code going on. When I use FireBug to debug that message, it stops somewhere within the Sizzle CSS Selector part of jQuery. Different spots and at different iterations in my script. I have

[jQuery] Re: Unresponsive Javascript Error

2009-07-28 Thread TJ
in processing the error occurs. I appreciate any assistance you can give. -TJ On Jul 28, 5:25 pm, Michael Geary m...@mg.to wrote: There's no set limit on the number of selectors you can use, but as you've seen, selectors can take some time to run and eventually the browser will time out. There's

[jQuery] Re: Unresponsive Javascript Error

2009-07-28 Thread TJ
This error message occurs on slower computers...I haven't had it happen on my 2 home computers. But I see that there is a potential problem for a number of people. On Jul 28, 6:12 pm, TJ alyssamar...@gmail.com wrote: Thank you for your quick response. Here is a link to the page in question

[jQuery] UL Hover menu

2009-06-04 Thread TJ
/li lia href= title=Placements/a/li lia href= title=Student Union/a/li /ul Can anyone help. Thanks. TJ

[jQuery] IE7 seems to ignore my plugin

2009-03-06 Thread TJ Atkins
error. For example, if I try to set $.pir.options, it says that this doesn't exist. If I try to call the plugin with $(#foo).pir(), it says that the method isn't supported on that object. I'm using jQuery 1.3.2. Any help? ~TJ