jQuery is a cross-browser Javascript library that provides abstractions for DOM traversal, event handling, animation, and Ajax interactions for rapid web development.
1
vote
2answers
1k views
Top web-hosting sites with jQuery support?
I am looking to start building a website and I am looking for some good web hosting companies that gives the best bang for the buck.
I had been reading on some websites in regards to some web ...
0
votes
1answer
2k views
jQuery Vertical Tabbed Content [closed]
I need some kind of vertical tabs for switching content. You can find such tabs at microsoft.com (under main large banner). The main problem that I saw such tutorial recently but I forgot to bookmark ...
0
votes
2answers
441 views
Sidebar for Navigation in Website
I want to have a sidebar in my website with navigation in it.
I will use script like phpBB etc. but I want sidebar to be displayed on every page.
So I am thinking about making a Sidebar in HTML and ...
1
vote
0answers
51 views
mold masking help [closed]
i m developing toy portal
and i am masking texture on toys
i do normal masking
but i need that texture (masking material) mold on specific place
like if i mask on horse
on face it should be ...
2
votes
2answers
252 views
Image editor Applet
I'm using codeigniter + jquery on a linux server and i want to integrate in my website a photo/image editor (after that an user have uploaded an image, he must be able to edit it), i need just some ...
3
votes
2answers
429 views
How can I create links in javascript that are crawlable by search engines?
If I use JavaScript + jQuery, for example, does links inserted in $(document).ready() will be available for crawling? How can I insert crawlable links in JavaScript?
1
vote
1answer
104 views
Same page looks great in Firefox & crome But Not in IE8
I have a site hosted at: http://41.223.52.100/ which i used jbar to display certain text on the page.
The same page looks great in Firefox & google crome but not in IE8, Can't figure-out why!
...
4
votes
3answers
225 views
Which jQuery slider do you suggest?
I need a slider like this one . As you can see when it's on the last part, and is needed to show the first again, it scrolls fastly to the left. I want a slider that doesn't have this behavoir. What ...
2
votes
2answers
335 views
Does Google host all the jQuery UI themes?
I have seen the base theme http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/base/jquery-ui.css
Are the other themes found in the gallery also hosted (Darkness, Smoothness, etc.)? If so, ...
2
votes
4answers
1k views
Broken jQuery/CSS in Firefox - ColorBox and reCAPTCHA
I am working on what would appear to be a basic contact form. I am using the ColorBox plugin for jQuery to build a form with an image link, which then opens a ColorBox containing the reCAPTCHA form ...
3
votes
3answers
3k views
Is there a jQuery lightbox plugin that has thumbnails inside the box?
I'm trying to find a lightbox style plugin in jQuery that displays thumbnails at the bottom of the picture (or video, or whatever).
I found plenty of lightbox plugins, but none that allows navigation ...
0
votes
0answers
688 views
PHP “dynamic” Menu script [closed]
I am just starting PHP and I want to create a customizable menu using jquery and a PHP script that can have a variable amount of items.
Thanks to Chase for his Answer on Stack Overflow
index.php:
...
3
votes
2answers
838 views
Does Internet Explorer 'timeout'?
Within my website I have a single page that dynamically updates via AJAX / JSON in a plain HTML page.
Now this page may be left open for up to three or four days. When I left it running over the ...
23
votes
5answers
2k views
Does “putting Javascript at the bottom” defeat the purpose of document.ready?
I know that it is recommended to put Javascript at the bottom of the page, but if I'm using jQuery doesn't this defeat its purpose to run as the DOM is loading?
If I have a dropdown menu, for ...
7
votes
9answers
1k views
prototype.js or jQuery for new projects?
Should I use prototype.js or jQuery for a new project? Rails comes with prototype.js but jQuery seems the library of choice for the rest of the world. Is prototype.js still under active development? ...
7
votes
2answers
1k views
What are the differences between Firefox's Javascript engine and Chrome's V8?
I've noticed that Chrome and Firefox take different amounts of time to render certain things. In general, Chrome has been faster. What should I know about both of them (and IE8/9, too, I guess) when ...