[jQuery] Re: How do I adapt this code for multiple uses?

2009-03-11 Thread IanR
Thanks guys for both of your replies they are equally valuable. I have never delved into creating plugins yet I suppose I should really. I tried with this code but missed the last part which was include it in a div. Thanks for the help, Ian.

[jQuery] How do I adapt this code for multiple uses?

2009-03-10 Thread IanR
I have got some code http://pastebin.com/mc99132c which counts how many characters have been entered in a textbox and subtracts it from the maxlength to show how many characters are left. If I add a new textbox I don't want to copy and paste the code down and rename the variables so is there a wa

[jQuery] Identical Ajax Data Request Resend After Timeout

2008-08-22 Thread IanR
Hi there, I would like to use jQuery to request data using ajax sending a set of parameter values from various dropdowns with it. What developments are there regarding the possibility of sending the exact same information again after a time of say five seconds using a link that appears if five se

[jQuery] Draggable table layout sorter

2008-04-11 Thread IanR
Hi guys, I am creating a very simple data entry screen where a user can enter a block of numbers then position them in the right columns of a table. For example: Col A | Col B | Col C | Col D 5 | 3| 12 | 14 9 | 4| 7 | The first line is correct data but t