Tagged Questions

0
votes
3answers
39 views

Redirect to new blog using jquery or javascript

I closed aniru so i redirect our old blog to new blog anirudhagutpta but if any user come from aniru (old blog) then he can't watch our video in our blog.. i used <script la …
0
votes
3answers
38 views

Change Attribute Every Second

I want an image to change every second. I'm having trouble with setInterval. Could someone post a quick snippet on how to do this This is what I came up with. var images = 'image …
0
votes
4answers
48 views

What is the difference between jquery and jquery UI?

What is the difference between jquery and jquery UI? are they both different framework? Is jquery library needed to work jquery UI? or both works standalone? what is difference bet …
0
votes
2answers
26 views

uncaught exception: Syntax error, unrecognized expression: #

Hi all, I get this error on a .click() event in jQuery. I see it in Firebug. I use the latest version, 1.3.2 (min) The click fires an $.ajax() request for a Form in my website. I a …
0
votes
1answer
22 views

use action in loaded page jquery

Hello, I have to pages one Index.html <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> < …
1
vote
1answer
41 views

How to get cells (<td>) x and y coordinate in table using jQuery?

I'm looking for a good way to get cells X-Y position in a table. (do not confuse it with css-position, I am looking for X and Y coordinate in Cartesian coordinate system). As we k …
0
votes
2answers
15 views

Queueing functions and Ajax in jQuery

Hello, I've got two functions and one problem. hideTable(); ajaxCall(params); The function hideTable function hideTable() { if (effects) { $('#jquerytable tbody').fad …
0
votes
4answers
39 views

check not contains in div html

I have a div <div id="maindiv"></div> and some checkboxes to add some html element inside that maindiv. When i check that checkbox, i need to append <div id="subdiv …
0
votes
2answers
28 views

jQuery selector question

Hi, I have a unordered list like the one below: <ul id="tabs"> <li><a href="#tab1">latest news</a></li> <li class="active"><a h …
0
votes
0answers
18 views

jQuery - Multiple form submission trigger unrelated multiple error messages

Hi, I have couple of forms on my php page. I am using jQuery (& Ajax) to process this page and show the results. Let's call the forms as: ToDo and Register forms. I have submit …
0
votes
1answer
21 views

Jquery javascript menu?

Hey Everone Does anyone know how you create a menu with this rollover effect. Is it using jquery? I'm want to create something similar using wordpress as my CMS. Would be great if …
0
votes
3answers
23 views

Closest previous element with certain ID (with prev())?

I have a big div wit a lot of smaller divs within it. Say, <div id="parent"> <div id="child1"> </div> <div id="child1"> </div> <div id="c …
0
votes
1answer
52 views

Which is the best lightweight jquery plugin to make cross browser round corner without using image ?

Round corner should be compatible with all IE versions also. From one plugin i want to make round corner button, text input field, round corner tab, round corner div, round corner …
1
vote
1answer
14 views

(YUI uploader) listeners not fiering events

I'm trying to use YUI uploader, but I'm not able to open the file dialog window when I click the browse button. I'm following (more or less) the example on Yahoos demo. Here is my …
0
votes
4answers
44 views

Hover using jQuery

Having a bit of problem debugging my jQuery code... In order to allow hover effects on block elements (such as div) in IE, I want to use jQuery to do the trick instead of css. My …

1 2 3 4 5 889 next
15 30 50 per page