Tagged Questions
337
votes
16answers
214k views
Using jQuery to center a DIV on the screen
How do I go about setting a <div> in the center of the screen using jQuery?
273
votes
6answers
86k views
Downloading jQuery CSS from Google's CDN
I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself?
Also if I use Google to ...
263
votes
3answers
85k views
Are there hosted jQuery UI themes anywhere? [duplicate]
Possible Duplicate:
Downloading jQuery CSS from Google's CDN
I'm using Google-hosted jQuery and jQueryUI, but I'm wondering if there are hosted jQueryUI themes anywhere? I'd like to ...
12
votes
3answers
226 views
jQuery dialog box not capturing control - IE 9.0
I have a CSS sucker fish side-menu on my page. When the user clicks on an item in the page, I'm popping up a jquery-ui dialog box and inside a div on the page I am loading an HTML page through ...
6
votes
1answer
11k views
How to make div stick to the bottom of parent div?
could anyone please help me making div#bottom stick to the bottom of the parent div, so when I click on the button inside it will allow me to show elements from div#list above itself?
preferably I ...
3
votes
2answers
341 views
Set outerWidth in percentage using jQuery
Short version
My code works well if I don't set horizontal margin. This is why my code use .width() for get and set an element width, but I can't do the same with .outerWidth() because it's ...
1
vote
2answers
33 views
CSS or JavaScript causing search results box to appear before keypress
I have a form that renders on several pages that is basically a fuzzy search that populates a dropdown UL with results to choose from as you type (from a database). The fuctionality is there, however ...
1
vote
1answer
384 views
jstree support for Right to left languages not working
I'm developing an web app in Arabic and i need to use a tree view to reprent my data. I looked around and found that jstree is the best in this area.
The tree works fine when using the default theme ...
1
vote
3answers
753 views
jQuery css place a div just below an element
I have this code:
#bottom-div {
z-index:999
}
<input type="text" id="main" />
<div id="bottom-div">Div to be place below the input box</div>
ContentContent Conetent<br />
...
1
vote
2answers
1k views
Countdown Timer that doesn't reset when you refresh the page?
I Need to have a code for the timer that doesn't reset the countdown timer even you refresh the page.
I saw sample code at keith wood plug in, but don't know how to implement this in my html file.
...
0
votes
1answer
45 views
How to position divs with jQuery or JavaScript
Is there anyone who can help me position the DIV on the bottom of the screen using JavaScript or Jquery? am creating a chart so i need to place the textarea inside this DIV.
e.g
<html>
...
0
votes
5answers
94 views
how to select specific parts of HTML through css or jquery?
I'd like to show specific parts of an HTML part. For example,
<html>
<div class="entry">
<span class="headword">work</span>
<span ...
0
votes
1answer
38 views
Translate bar scroll fix
I have a website, and I get a fair amount of traffic from portugal and many other places that speak languages other than English, so I wanted to put a translate option, which I have now done.
My ...
0
votes
1answer
26 views
click addClass function only works if called on page and not in external js file
I'm sure this is a super noob question, but as a super noob I'm ready for the flack ;)
I'm using the following function to add a class to a clicked element :
$(".ch-buyBt").click(function() {
...
0
votes
1answer
55 views
change the selected option color (while its selected)
When an option is selected (regardless of its color or background color), it's background will be set to blue and the font color to white. How to change these behaviors? Say I want to set the font ...