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.
|
|
|
error when updating version
|
| |
Hello,
After updating jquery version from 1.2.6 to 1.3.2 I get this error:
Error: uncaught exception: [Exception... "Could not convert JavaScript
argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"
location: "JS frame :: [link] ::
anonymous :: line 48" data: no]... more »
|
|
Applying JQuery from an existing node?
|
| |
Is there a way to apply JQuery from an existing DOM element?
For example I have a checkbox element with an onclick handler that
calls a function like this:
<input type="checkbox" onclick="doSomething(this);"/>
In the doSomething(thisNode) function I want to apply JQuery to the
thisNode argument rather than locate the element again using JQuery.... more »
|
|
JQuery Dialog and a4j:commandLink (JSF)
|
| |
Hello ppl,
I have a problem with using jQuery Dialog and Ajax submit in JSF.
I have the following code for displaying Dialog windows:
<script type="text/javascript">
jQuery(function(){
// Dialog
jQuery('#dialog').dialog({
dialogClass: 'alert',
autoOpen: false,
width: 300,... more »
|
|
slideToggle stops working after refreshing content with Ajax
|
| |
I can't figure out what's wrong.
The slidetoggle works fine until I refresh the page using Ajax, even
though the same exact html is outputted by "mycontent.php"
<!--SLIDETOGGLE-->
<script type="text/javascript">
jQuery(document).ready(functio n() {
jQuery(".displayer").click(fun ction()... more »
|
|
Switch between five divs
|
| |
Hey.
JQuery is pretty new to me.
I have five <div> on my site.
Only one of them should be visible at one time.
Next to det div I have 5 links.
i would like to be able to switch between them by cliking on a link
(there is a link for every div).
I can't figure out how to do this.
|
|
Rollovers - change from black&white to colour
|
| |
I'm trying to simplify the creation of image rollovers by using a
*single* image instead of multiple states saved as separate images or
sprites.
I've used the fade-in/fade-out effect as shown here:
[link]
This works perfectly, but now I'd like the images to also change from... more »
|
|
jquery.form.js and uploading only files
|
| |
Hi there,
I'm trying to use jquery.form.js to allow file uploads with my application. I'm trying to replace saving the whole form and uploading a image all at the same time by hijacking just the input[type=file] change event when you select a file and saving just the file using ajax and then the whole form can be submitted as usual without the image.... more »
|
|
Animate/FadeIn on Hover Problem
|
| |
Hi,
I currently have this menu [link] and what I
would like to do is get the image on the item to Fade In and Fade Out.
Im not sure if im using the correct concept of javascript, but the
thing is I would like the 'hovering' images to be split into 2, so
that the 'center' can grow according to the width of the <li> item,... more »
|
|
Hide chat content
|
| |
Hi, at: [link], i have the delete
link, and i want it to fade out the parent div, this is my current
code:
$('a.#hide').click(function()
{
$(this).hide();
}
);
This is the link html:
<div id='msg'>
<tr>
<td style='border-bottom:1px solid #000000;'><b>(2:34:28)</b> Jerry:... more »
|
|
|