[jQuery] Re: draggable performance issues

2008-10-14 Thread chadmichael
, that couldn't be a fixed value in CSS. jQuery would have to calculate all the heights of the items whilst performing the drag and sort, thus resulting in poor performance. On Oct 14, 6:59 am, chadmichael [EMAIL PROTECTED] wrote: On Firefox 2.0, Linux, I'm seeing horrible performance issues

[jQuery] Re: draggable performance issues

2008-10-14 Thread chadmichael
are dragging. eg if all the items that could be dragged and sorted were different heights, that couldn't be a fixed value in CSS. jQuery would have to calculate all the heights of the items whilst performing the drag and sort, thus resulting in poor performance. On Oct 14, 6:59 am, chadmichael

[jQuery] draggable performance issues

2008-10-13 Thread chadmichael
On Firefox 2.0, Linux, I'm seeing horrible performance issues on a draggable div. I thought it might be due to images in the div, but I removed all of that and even a simple div with little content performs poorly. Interestingly enough the demo on the jqueryUI site works great. This makes me

[jQuery] star ratings performance

2008-10-03 Thread chadmichael
I'm having serious performance issues with the star ratings plugin. It's specifically related to using the split:4 option on a page with ten different ratings. I'm looking through the code to find the problem, but if anyone knows anything, I'd appreciate the info. Thanks, Chad

[jQuery] Re: star ratings performance

2008-10-03 Thread chadmichael
versioning systems though. On Oct 3, 12:03 pm, chadmichael [EMAIL PROTECTED] wrote: I'm having serious performance issues with the star ratings plugin. It's specifically related to using the split:4 option on a page with ten different ratings. I'm looking through the code to find the problem

[jQuery] Re: star ratings performance

2008-10-03 Thread chadmichael
Okay. So, I'm using the jquery star rating plugin from the following link. http://www.fyneworks.com/jquery/star-rating/#tab-Background I had horrible performance issues when running more than a few ( 3-4+ ) star ratings WITH split stars on the same page. I went through the code and

[jQuery] Re: performance questions

2008-10-02 Thread chadmichael
, chadmichael [EMAIL PROTECTED] wrote: First of all, thestarratingplugin is great. I think I need some help with my use of it perhaps. I've got some performance issues regarding the rendering of the page. The problem is that when the page is waiting on some images to finish loading

[jQuery] escape character problem

2008-10-02 Thread chadmichael
I use the following code to set a css background image style. Note, the last slash before the file name is a different kind of slash. This url works fine like this, but the problem is that this slash is dropped by the time it get's to the $('.clientBrowserThumb').slice(6,7).click(

[jQuery] performance questions

2008-09-29 Thread chadmichael
First of all, the star rating plugin is great. I think I need some help with my use of it perhaps. I've got some performance issues regarding the rendering of the page. The problem is that when the page is waiting on some images to finish loading, the jQuery has already run and converted the

[jQuery] Re: dealing with multiple forms having same id

2008-09-29 Thread chadmichael
You're not supposed to have the same id for any two elements in an HTML document, as far as I know. On Sep 29, 9:40 am, ♫ cheskonov [EMAIL PROTECTED] wrote: Hi, i am a new customer in jQuery so the following may sound stupid .. the problem i am facing is as bellow: I am working in a site

[jQuery] multiple event handlers and sequence

2008-09-25 Thread chadmichael
Is there any way to control the order of multiple event handlers registered? If not, does anyone have an idea of how to make a form that uses onchange to submit the form ( i.e. i don't want a submit button i just want the form to submit when someone leaves a field, provided everything has been

[jQuery] star ratings pllugin

2008-09-21 Thread chadmichael
I would like to be able to feed two options into the class name. The following example is from the project page, and works fine. class=star {split:4} BUt when I try something like class=star {split:4 required:true} It doesn't work?