0
votes
2answers
37 views

jQuery linking malfunction

I'm trying to add my tic-tac-toe game to my home page but for some reason the jQuery isn't doing anything. What's wrong with this? I'm assuming that all of this is an error with my linking in my html ...
0
votes
1answer
33 views

Convert jQuery UI colorpicker slider to jQuery Mobile version

I'm not at all a js programmer, so I'm getting really confused looking at the code inside the jquery mobile library (they don't have good comments at all). I've created a colorpicker slider using ...
-3
votes
1answer
20 views

jQuery UI closethick icon not rendering correctly

Right now, the close button in my dialog looks like this: It's supposed to look more like an X, and did up until recently. I don't know how the jQuery UI dialog buttons are constructed (I assumed ...
2
votes
1answer
25 views

jQuery-UI Slider Background

Is it possible to set background color (via JavaScript) of jQuery-UI Slider widget? This is normal: What I am looking to achieve is following: Green range would be calculated based on ...
1
vote
3answers
41 views

Linking menu items and jquery ui tabs together

I am trying to link navigation menu items and juqery tabs together. That mean I have two submenu items just think those are category and item and also I have 2 tabs in my page, those are My category ...
0
votes
1answer
27 views

jQuery scrollTop Keeps Triggering Function

I’m using jQuery to make a header div sticky (with position: fixed) when it’s scrolled past. Here’s the code I was using, which works great: $(window).scroll(function() { var y = ...
0
votes
2answers
41 views

Stretch background div to 100% vertical even when content is overflowing

I know I'm missing something basic, I've jumped through the better part of 2 dozen posts to try to figure out what I'm looking for...but can't seem to get it right. Take a look here: ...
0
votes
1answer
26 views

jQuery UI Draggable + CSS Transform Causes “Jumping”

EDIT: I solved it. But StackOverflow isn't letting me mark my answer as the solution, so I simply am not going to. I'm having an issue with regard to using Draggable with a CSS transformed parent. ...
0
votes
1answer
25 views

What are the fewest jquery-ui css files I need to reference to use the Tabs widget?

I'm confused about just which jquery css files I need to reference in my asp.net site. Should I use just "jquery.ui..css" (such as "jquery.ui.tabs.css") if only uisng one jQuery-UI widget (as opposed ...
0
votes
1answer
33 views

issue opening jquery ui dialog inside css lightbox

I found a good lightbox effect on a blog but I'm not sure how to tweak it the way I need. Aside from manipulating background opacity and z-index, it works by setting a divs css display property to ...
3
votes
2answers
68 views

Smoothly increase the size of an image with jquery

I have a few images that will overlap each other on the page. I want one of these elements to slowly get bigger based on some event. To do this, I'm using the jquery .animate method like so: ...
0
votes
4answers
52 views

Auto Arranging the elements using css

I have an application in which I am kind of stuck. i have created a widget which needs to be placed in such a way that it needs to auto place itself. Eg: I have something like this on a page, now ...
2
votes
2answers
45 views

What's the difference between jquery.ui.theme.css and jquery-ui.css?

In a project I'm working on we have a /themes/ directory with all the jQuery ui-themes in it. I get that they overwrite certain styles of the base class, but why are there two different css files ...
0
votes
1answer
26 views

jQuery UI Position right top set's CSS to left top

This code : controls.position({ my: "right top", at: "right top", of: parent }); is setting the element controls CSS as <div style="position: absolute; top: 0px; left: ...
0
votes
3answers
42 views

How is it possible to make an Underline fadeIn with Jquery? (Background-Image?)

I have a menu. With jQuery I manage to underline a menu item on .mouseenter. Here is my Fiddle on it: $(document).ready(function(){ $('a').mouseenter(function(){ ...

1 2 3 4 5 112
15 30 50 per page