You cannot post messages because only members can post, and you are not currently a member.
Description:
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
|
|
|
slideToggle lag in Firefox
|
| |
So I have a div with an input, textarea, and submit button. A link
makes it so you can expand/contract this div. In Firefox only, the div
resize is very laggy and its clearly shown on the site.
That happens when you open it. The rest of the site is pushed down
like its supposed to, but the elements being moved seem to duplicate,... more »
|
|
Reorder list numerically based on attribute?
|
| |
I am wondering if it is possible to reorder a unordered list based on
the list items 'rel' attribute?
i have a list of items that change dynamically (its linked in with
google maps, the 'rel' attribute of the list item is updated with the
new distance from the google map marker icon when the marker is moved)... more »
|
|
problem with autocomplete plugin
|
| |
Hi,
I downloaded loopj's jQuery Plugin: Tokenizing Autocomplete Text
Entry from [link]....
An excellent plugin that I had no problems modifying to my likings
except for grabbing the value from the input text field. The setup
instructions say to use settings.jsonContainer to grab the results but... more »
|
|
Selecting elements loaded from an AJAX call
|
| |
I need some help with jQuery theory. Why can't I select an element
that has been loaded through an AJAX call? For instance, I'll load
table.php that renders like this:
<table>
<tr>
<td>1</td>
<td><a id="foo">Foo</a></td>
</tr>
</table>
I make the ajax call to it like this:... more »
|
|
How to implement prototypes PeriodicalExecuter in jQuery
|
| |
Hello,
I was using prototype for several years.
Now I want to completly change to jQuery.
One left problem is, that I need an equivalent to prototype's
PeriodicalExecuter.
How can I do the following with jQuery?
...//click "start button"
$myPeriodicalExecuter = new PeriodicalExecuter
(myPeriodicalExecutedFunction, 3);... more »
|
|
jQuery Ajax BlockUI Database
|
| |
While searching around I have seen plenty of examples where people
query a database and use BlockUI to put up a wait message. When the
ajax completes, unblock and display the results. I'm trying to do
something a little different. I would like to query a database and use
the results as the message of the BlockUI 'window' - a custom popup.... more »
|
|
Close popup (div) when clicked outside the div
|
| |
Hi,
I have a div which appears when a textbox gets focus. DIV has n
number of textboxes. I want to say display:none when a user Clicks
anywhere in the window. Div should not close if the user is switching
between textboxes.
All these jquery plugins, say the calendar control closes if user
clicks outside. How is that happening? Any idea?... more »
|
|
Where to place my code on AJAX calls
|
| |
I am jumping into ajax with Jquery and I have what I think is an easy
question. I have successfully used jquery load to bring an external
php doc into my page. That page has a form on it where I want to use
jquery to reload that external page to reload with ajax when the form
is submitted. What I need to know is where to put the code to act on... more »
|
|
Jquery UI Tabs FX only working in one direction
|
| |
Hi Guys
Just a quick one. I have a site that features a Jquery UI Tab widget
within one section of an Accordion. I am having a problem with the
effects on this Tab only working when navigating backwards in the list
(i.e. going tab 3, tab 2, tab 1).
When I run forwards through the list of tabs, the effect does not work... more »
|
|
|