[jQuery] Looping animate function

2008-05-16 Thread ScottBruin
Hi group, I've been struggling with this problem for a day or two. Situation: - I want to have text slide back and forth across the browser at a rate I set; I'm attempting to use animate to do this, and it works pretty well (though seems very resource intensive). Basically, I take the following

[jQuery] storing jquery object in array

2008-04-03 Thread ScottBruin
Please pardon my poor understanding of javascript basics: I've been using the following method to create an object array of variables: $.searchfunction = { searchbox: $('#searchinput'), url: 'http://localhost', targetdiv: $('#results'),

[jQuery] Re: add changing URL string to address for AJAX a la Gmail 2

2008-01-10 Thread ScottBruin
Thanks much to both of you. Just what I was looking for. --Scott On Jan 8, 8:08 am, Morgan Allen [EMAIL PROTECTED] wrote: Give the history plugin a look, this will also allow you to get an ajaxish back button. http://www.mikage.to/jquery/jquery_history.html On Jan 7, 2008 10:19 PM, Scott

[jQuery] confusing children() behavior

2007-09-09 Thread ScottBruin
I have a subpar understanding of Javascript and JQuery, but something I came across the other day seems counterintuitive to me and I can't find an answer. I've been working on an autocomplete search with drop down--most of it is based on Chapter 8 of Learning JQuery. In this search, pressing