a popular Javascript library which allows a broad range of functionality for websites.

learn more… | top users | synonyms

-1
votes
0answers
16 views

.animate not working along with .mouseenter/.mouseleave events? [migrated]

I have a div as follows. html: <div id="leftdock"></div> css: #leftdock { position: absolute; float:left; height: 400px; width: 200px; margin-left: -50px; ...
-3
votes
2answers
57 views

Javascript Demo Interface - Options? [closed]

I'm going to be working on a client project that involves me taking an array of User Interface screenshots and displaying them on a Demo Page. The goal is to get the vistor to interact with these ...
0
votes
3answers
128 views

Showing a loader for longer than required because it looks good?

Strange question this :) Basically I have a website whereby lots of the loading/posting to a database is done with ajax. At the moment there are no loading screens. As such if something breaks the ...
4
votes
3answers
290 views

Max height of a modal dialog window

I use a lot of jquery modal dialog windows. I normally try to make sure they are not that tall but I am not sure how much height they should take up. My UI is generally designed for 1024X768 or higher ...
1
vote
1answer
214 views

What is jqueryUI trying to represent with their new search icon?

JqueryUI seems to have a new site design. They seem to have opted for unusual icon for their search box. Viewing the source yeilds: /* Font Awesome uses the Unicode Private Use Area (PUA) to ...
1
vote
0answers
68 views

How to smoothly hide loading message and show the fetched data [closed]

How to smoothly hide loading message and show the fetched data. I am using jquery to make an ajax call to get some data in meanwhile I am show user a loading gif, once the ajax call is successfull i ...
3
votes
8answers
649 views

Should a website UI designer know Javascript/JQuery as well as HTML & CSS?

My problem is this, that few people mention that a UI designer should not have knowledge of JavaScript they should only know html and css. But I believe that a UI designer should also have knowledge ...
2
votes
1answer
199 views

Designing price list for suppliers

I would like to provide a list of prices and discounts for our products for internal and potentially external use. My original idea is to use an Excel spreadsheet with list of items, prices and ...
1
vote
1answer
213 views

Give users the ability to resize jQuery popup

So there I was, setting all popups to contain a minimal width and height to keep users from resizing the popup and thus scrambling the whole layout. Most of our popups contain forms which are reached ...
0
votes
1answer
269 views

Best practices for Responsive images from mobile to Desktop [closed]

I have Fullscreen image. This creates problems for mobile browsing for the images are large and hi-res. Next problem is with things like retina display how does a design/programmer prepare to deal ...
1
vote
1answer
182 views

Should you have rollover on a button?

download bmml source – Wireframes created with Balsamiq Mockups This particular product has a couple of buttons. When you rollover them they pop up megamenus from which you can make ...
3
votes
2answers
278 views

dynamic form design

I have a multistep form setup in my rails app.. In one of my steps the user can enter a friends name, birthday, gender, and the persons interests. They can enter as many friends as they like (each ...
-3
votes
2answers
732 views

What are the qualities / skills should an User Interface (UI) designer possess? [closed]

1. What are the qualities / skills should an User Interface (UI) designer possess? 2. Please let me know the weightage (Out of 100%) of having Javascript and Jquery skills in UI designer? Example: ...
1
vote
2answers
2k views

Incorporating a range-slider in a form: jQuery UI or degrade to <select>?

When incorporating an <input type="range"> slider into a form (ie, Best form element to indicate level of completeness of a task?), Firefox degrades not-so-gracefully to a text box. Since we ...
-1
votes
1answer
1k views

Dynamic Timeline with Graph [closed]

I like Yahoo Finance Stock Chart, and the way you can filter by a date range: I have a database of news headlines, and I'd like to replace our date filter, especially for the tag cloud, with some ...
5
votes
3answers
427 views

Should animations pause on mouseover?

Should animations pause on mouseover? I have my opinion, but I was wondering if there was any evidence to support/refute the idea that users expect this to happen. EDIT: I'm specifically concerned ...
0
votes
0answers
648 views

Is there a jQuery framework that provides FlipBoard style interface [closed]

I am curious if FlipBoard has been reproduced for the desktop/laptop environment.
1
vote
2answers
238 views

Displaying tri-state field in a data grid. What's the best cell control?

I have a data set where a column can have three values: true, false and null. My first instinct was to use a checkbox for the Boolean values and hide the control altogether in case of null. Am I on ...
0
votes
1answer
450 views

Is a fixed footer menu in a web app bad practice?

We are building a (non-native web app) that looks and behaves like a native iPhone app (using jQuery Mobile). Now the client wants a fixed footer menu which reduced the screen estate. Is a footer menu ...
3
votes
4answers
375 views

Appropriate icon for score [closed]

I'm designing a quizz with jQuery. It has 4 counters: "correct answer", "wrong answer", "timer" and "score". Each counter has a little icon describing the counter. I have found good jQuery UI icons ...
3
votes
5answers
770 views

Recommend UI modifications [closed]

I am looking to modify the "faceted filter" on our schedule page and would like some input on what kind of UI elements I could use to enhance the experience. The current one is woefully bad and the ...
2
votes
6answers
240 views

Do you find adding beer to be an intuitive experience in this UI?

http://www.beerwhich.com/tester/loggedIn.html It's a static prototype but you can start typing in a beer name and select one of the options from the predtive text box. After doing so try clicking ...
-1
votes
1answer
1k views

Is it possible to Paginate a table using jquery? [closed]

Consider my table with ten rows and i want to show first three rows in page1 and so on... How to paginate a table using jquery? Any good plugin....