[jQuery] Finding next element

2009-12-27 Thread Toaster
Hello. Example: How would I be able to get find the next or previous in relation to the ? I'd appreciate it if anybody could help me out with this. Thanks in advance.

[jQuery] Re: Ajax results?

2009-10-02 Thread Toaster
ormat you plan to use if you have any questions about how to make it go > fast. > > -Mike > > On Wed, Sep 30, 2009 at 9:01 AM, Toaster wrote: > > > Thank you for your reply James > > > In regards to the JSON vs HTML, would the browser have any problems > > creating 25 results items each with 12 pieces of information from > > JSON? (it'd be more of less 120 elements being appended)

[jQuery] Re: Ajax results?

2009-09-30 Thread Toaster
Thank you for your reply James In regards to the JSON vs HTML, would the browser have any problems creating 25 results items each with 12 pieces of information from JSON? (it'd be more of less 120 elements being appended)

[jQuery] Ajax results?

2009-09-29 Thread Toaster
Hello I got a couple questions concerning the use of AJAX for setting filters and generating results. -- When retrieving results, should I go json or html? each result item consists of more of less 7 elements, should I be generating this server-side (html) or clien-side (js)? -- Lets say I go h

[jQuery] AJAX search result filtering

2009-09-20 Thread Toaster
Hello I was thinking of having my search result filters affect data automatically without reloading the page. What would be the best approach to this? I was thinking of attaching $.post(); to each filter checkbox or dropdown to submit that elements input then have the page update the results ta

[jQuery] Tell if its the last item on a .each?

2009-02-28 Thread Toaster
Hey How do I tell if the item on a .each is the last one? For example, lets say I want to add a comma after every item and not the last one, how would I do that? Thanks in advance.

[jQuery] Dynamic Inputs and having JS work

2009-01-24 Thread Toaster
Hello I am currently using a autocomplete plugin which is working on a single static input. I currently have jQuery creating new inputs and I'd like to have the autocomplete on work then as well. Im not too familiar with javascript or jQuery but, I think since the inputs are created after the "$(

[jQuery] Re: Disable dropdown when checkbox checked?

2009-01-18 Thread Toaster
Also, What I am currently doing is, I dynamically create groups of fields in my forms (which include the checkbox and dropdowns related to my question) using jQuery. Not sure if this has any relevancy to the question but yes On Jan 18, 1:38 pm, Toaster wrote: >

[jQuery] Re: Disable dropdown when checkbox checked?

2009-01-18 Thread Toaster
-- (theres more to the html but is this enough?) On Jan 18, 12:46 pm, david wrote: > Have no idea. Can you send the code ? > > On Jan 18, 4:35 pm, Toaster wrote: > > > Hello david, > > > Thank you for your reply. > > > I've cha

[jQuery] Re: Disable dropdown when checkbox checked?

2009-01-18 Thread Toaster
e onchange event > in the callback function check if the checkbox is checked through the > attr( 'checked' ) function > > by the way i think the value of disabled is "disabled" > > Good Luck, > David > > On Jan 18, 3:32 pm, Toaster wrote: > > >

[jQuery] Disable dropdown when checkbox checked?

2009-01-18 Thread Toaster
Hey I was wondering on how I might be able to have a checkbox that when checked or unchecked would disable or enable a dropdown. I am still very new to jQuery but this is what I have but doesnt work. fu