This group is announcement-only. You cannot post messages because you are not a manager.
Description:
This is a discussion list for jQuery UI. This list is designed for general support. If you want to help with the development of jQuery UI, please use the jQuery UI Dev group:
http://groups.google.com/group/jquery-ui -dev
|
|
|
jQuery is Moving to a Forum
|
| |
Hello All - After much deliberation the jQuery team has decided to close down the Google Groups that we've been using for project discussion and move to a unified forum instead. The new forum can be found here: [link] More information about our decision to move can be found here: [link]... more »
|
|
We have released under GPL-3.0 our programs SaltOS and RhinOS
|
| |
Hello JQuery-UI users I'm happy to announce that we have released under GPL-3.0 our SaltOS and RhinOS programs. We have prepared packages that can be used in GNU/Linux and Microsoft systems. You can download and see how programs employ the JQuery-UI library and how it has allowed us to greatly simplify the job.... more »
|
|
slider position problem after insert in a dialog, in IE7
|
| |
Hello,
I try to insert a slider in a dialog, but when I scroll, the slider
stays in a fixed position. I saw in firebug the problem is that the
slider have position relative and de dialog uses position absolute,
this problem just happens in IE7, someone have a solution?
I reinforce that problem is in the css Jqueryui and i don't know if i... more »
|
|
User interactions and UI planning
|
| |
Hello everyone! So, here I am again trying to figure out a thing or two. I am making a website to show all of my software products and I basically need two things: ideas and solution suggestions. They got to be linked, i.e. at idea $X shall be linked suggestion $X and so on. THE PROBLEM ------------------------... more »
|
|
span position problem after being insert in div
|
| |
Hi all, i am new to jquery and jquery-ui. i try to make a drag and drop feature using jquery ui. but i find that after inserting a span element to a div, the position of the inserted span element cannot be wrapped within the dropArea div. i have checked with firebug and i am sure the inserting is correct. it is... more »
|
|
New to JQuery: Accordion Menu
|
| |
I'm trying to make an according side navigation menu, but I'm running into some issues. I'm following the code on the documentation page and it's not working when I try to implement it on the page I'm working on. I played around with the given code and it's working fine. This is my first time using jQuery, so I might be overlooking something.... more »
|
|
Selector doesn't work in IE
|
| |
Hello, I have a problem with a jQuery selector that works in both Firefox and Chrome but refuses to in Internet Explorer. The jQuery line looks like $('a[id*="show_ingredients_lin k"]').click(function(){ var id = this.id.replace("show_ingredie nts_link", ""); $(".ingredient_row" + id).toggle();... more »
|
|
copy/paste broken in datepicker attached to input field
|
| |
Hi guys,
I've come across a small problem using the datepicker from jquery-ui.
When attaching a datepicker to an input elements as below, the key
bindings for copy and paste seem to be lost.
$(document).ready(function()
{
$('.datepicker').datepicker({ changeMonth: true, changeYear: true,... more »
|
|
Autocomplete and php json_encode
|
| |
Hello all,
I would like to request your help if possible.
On the server side, I do have a clean script that grabs the database
data, and returns a json like this:
[{"nomeDominio":"aaaa.br"},{"n omeDominio":"agentesdeexecucao .br"}]
By having this, I would like to use the autocomplete plugin to grab... more »
|
|
Can not get value from ClueTip generated element
|
| |
Hi, Seems that the ClueTip has a bug on it's generated elements? I got a problem like below, just can not get the value of the text field. <script type="text/javascript"> $(function() { $('a.ClueTip').cluetip({ local: true, sticky: true, closePosition: 'title', activation: 'click'... more »
|
|
|