Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
ething > > And in the end I advice you NOT to use hr tag anywhere on your website, > there are huge cross browser issues. Every browser displays it differently > and it is hard to style. Use some kind of 1px / 1px image and add css to > get margins and set width to 100% to make it wide &

[jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
Hi, I am using a jquery plugin called tablesorter. It works fine but I've found a quirk and can't seem to fix it and would love some help if possible. When you sort, the sort works, but for some reason all the tags which render a horizontal link end up getting placed at the top of the table.

[jQuery] Ajax Spinner Question

2010-02-03 Thread West415
Hi, I'm pretty new to jquery and wanted to know how can I have a different ajax spinner/loader or maybe a dynamic one, that could accept a message as a parameter when it displays. I think one spinner that can accept a message as a parameter may be the best approach though now that I think of it

[jQuery] Jquery and Dynamic assignment

2010-01-20 Thread West415
Hi, I am new to jquery and I have some code that I wrote that loops over some records from my database and at each iteration of the loop (a coldfusion loop, either way same concept) I want to create a few buttons that the user can click to do things. Each button will be unique by appending a cou

Re: [jQuery] Drag and Drop and Remember Position?

2010-01-08 Thread West415
Yes, please. Thanks, -w kippi-2 wrote: > > West > > The way that I was doing it was to store the HTML into the database. > Once I get to work I can get an example if you would like? > > Thanks > > Chris Owen > Sent from my iPhone > > On

Re: [jQuery] Drag and Drop and Remember Position?

2010-01-07 Thread West415
bump... West415 wrote: > > Hi, > > I have a page where users can drag and sort a set of divs. Each div is > like a widget and the code below allows you to move divs around pretty > easily. The problem for me is I want to somehow store and retrieve the > position each

[jQuery] Drag and Drop and Swap

2010-01-04 Thread West415
Hi, I have 3 divs on my page like so: Panel A Panel B Panel C I want to allow the divs to dragged and swapped with each other. So if I drag "divA" over "divB" and release the mouse, they should swap places. Same thing, if I drag "divC" over "divB" then they should swap accordingly. E