Hi All,
I really need advises T_T.
I tried this almost 3 hours but still cannot find it working.
I've just updated my JQuery to the latest version from 1.6rc6.
Previously, It's ok. But now It's not ok.
The tab's display is weird. Please see the images attached.
Any idea where I should change
Hi Paul,
> If I am fundamentally missing something, please--point me in the right
> direction. Otherwise, I would love your feedback on my comments/
> suggestions.
No, I don't think you're not missing anything; in fact, you're right.
Just curious, though: Since we are talking about the seconda
Get rid of class "ui-helper-clearfix" on your element and all
will likely be fine.
You see, right now, there is a forced {clear:both} added to your
**--** Steve
On Mar 9, 3:52 pm, Rhinyx wrote:
> I'm using Jquery-UI tabs on my site, today I update it to the last
> version and now, it do
Ah...thank you Richard!
On Mar 9, 8:43 pm, "Richard D. Worth" wrote:
> The name property referred to is in the hash you pass as the value of the
> cookie option, like so:
>
> $("#tabs").tabs({
> cookie: {
> expires: 30,
> name: 'cookie-name'
> }
>
> });
>
> - Richard
>
> On Sat, Mar
If you mean the images in a jQuery UI theme, they are referenced in css by
relative paths. For example, see
http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.theme.css
notice the many instances of
background: url(images/ui-bg_png)
These are references to images in a subfolder (called
If you would, please, create a bug ticket here:
http://dev.jqueryui.com/newticket (note: requires registration)
Thanks.
- Richard
On Fri, Mar 6, 2009 at 6:55 PM, comixt...@treiet61.at <
adrian.ma...@optiongolf.com> wrote:
>
> Hello,
>
> i'm using the "scale" effect on an absolute positioned di
Even though I see you have jQuery UI included, your question does not seem
to relate to jQuery UI ($.get is part of jQuery) so it would be better
suited to the main jQuery list:
http://groups.google.com/group/jquery-en
Thanks.
- Richard
On Mon, Mar 9, 2009 at 12:18 AM, wangsuya wrote:
>
> Dea
The name property referred to is in the hash you pass as the value of the
cookie option, like so:
$("#tabs").tabs({
cookie: {
expires: 30,
name: 'cookie-name'
}
});
- Richard
On Sat, Mar 7, 2009 at 2:58 PM, Jeffrey B wrote:
>
> Hi Karl,
>
> I've got 1.7 up and running and want to th
There's nothing built-in to aid with this. To implement yourself, you'll
want to handle the resize event. See
http://docs.jquery.com/UI/Resizable#event-resize
and there you can compare the position and size of each element.
- Richard
On Sat, Mar 7, 2009 at 12:12 AM, sure wrote:
>
> Hi Richard
Thanks for reporting this issue. It's being tracked here:
http://dev.jqueryui.com/ticket/4296
- Richard
On Sat, Mar 7, 2009 at 3:57 AM, frank.yao.zeal wrote:
>
> Hi:
>
> When I downloaded the latest UI 1.7 with redmond theme by custom
> downloader,
> I got a big jquery-ui-1.7.custom.css ( ~ 1 M
Here are two work-arounds:
1. Tell your sortable to not allow sorting when your drag starts on a slider
via the cancel option:
$("#sortable").sortable({
revert: true,
axis: 'y',
distance: 10,
cancel: '.ui-slider'
});
Docs: http://docs.jquery.com/UI/Sortable#option-cancel
2. Tell your sl
Are you using only your own css, or your old (own) css together with the new
jQuery UI CSS Framework/a ThemeRoller theme? You may want to see
http://docs.jquery.com/UI/Tabs#theming
for a picture of how Tabs are styled now. Also, if you could share a sample
page, or a pastie ( http://paste.pocoo.o
The list you've posted to is for questions about jQuery UI. You may want to
try the main jQuery list:
http://groups.google.com/group/jquery-en
- Richard
On Sun, Mar 8, 2009 at 7:19 PM, wangsuya wrote:
>
> Dear Everyone
>
>Who know how jQuery to operate other frame's term? For example
> $(t
Hi,
I am currently experiencing an issue when I try to extract the zip
file I get when I download jQuery UI with the "Smoothness" theme.
When I download everything goes ok, but when comes the time to extract
the ZIP file, I get this error in WinRar :
! C:\pathToFile\jquery-ui-1.7.custom.zip: U
I'm trying to chase down the cause, then see if I can hack it (maybe
with _style) but I have a small div with a dialog link and some
textboxes and a submit button in it in which the dialog link is
sitting lower than it should because of it's wanting to align with the
tops of the textboxes. The dia
I'm using Jquery-UI tabs on my site, today I update it to the last
version and now, it doesn't works because I use the tag on my
web, see a example here: http://villavicastur.com/imagen/0p9inlogo.png
What is happening?
Thank you!
--~--~-~--~~~---~--~~
You receive
I am experiencing problem getting the build for jQuery UI 1.7 ...
Go to download section, download all components (25/25) with theme
"Smoothness"
When unzipping archive, I get an error that looks like : "Compressed
folder is invalid or damaged "
When I download with an other theme, there is not
When i open a modal dialog on my web page, the opened dialog does not
receive focus. I have tried with autoOpen but it is the same. If I
erase everything on the page and keep only document.ready and the
function...and in the form, erase all and keep just , it works. Why is this happening ? There a
can I move the handles programmatically in a button click:
function SetSliders(){
$("#slider").slider('max', 'value', 37);
}
I cant get this to work...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuer
I think there is something wrong with the theme download builder. The
filesize I have is 4MB for the .css file. I think it's repeating.
-A
On Mar 6, 6:23 am, "Richard D. Worth" wrote:
> I'm pleased to announce that the 1.7 release of jQuery UI is final. See
>
> http://blog.jqueryui.com/2009/03/
Hi ,
I am just curios why the beautifull them roller ( and the good css
framework ) are so heavily based on css3 ( ex: corners ).
Is not sure that IE will implement this in IE8 .. so we will be
forced to have jquery UI bad rendering in IE for maybe the next 2
years..
At th eend IE is 70%
Is anyone else seeing this? I see it on Firefox 3 and IE 7. This is
with jQuery 1.3.2 and UI 1.7.
On Mar 6, 10:34 am, Shelane wrote:
> I'm noticing that the dialog window is opening where the "top" of the
> dialog window is at the center of the page rather than the whole
> dialog window. These a
I had tried that, and it didn't work. However on a hunch, I tried
something and got it to work. Which leads me to my next question. I
have a function in a common file (common.js), that calls tabs(). I
also call tabs() with the load function in a local script tag. (I
think that's what was caus
Hi Paul,
Thanks for pointing that out. I studied the overlay change for the
Dialog and better understand the issue now.
Ben
On Mar 7, 10:23 am, Paul Thiel wrote:
> Hi Ben.
>
> That post is referring to the overlay itself, which used to be
> implicitly specified on the dialog options (i.e. the
Because that ticket is still open. This feature hasn't been implemented yet.
- Richard
On Mon, Mar 9, 2009 at 12:21 PM, Paradime Web
wrote:
>
> $('#widget').is(':ui-accordion') does not work in 1.7
>
> This returns true before I even render the accordion.
>
> Why?
>
> Thanks,
>
> On Mar 2, 6:54
$('#widget').is(':ui-accordion') does not work in 1.7
This returns true before I even render the accordion.
Why?
Thanks,
On Mar 2, 6:54 pm, Scott González wrote:
> On Mar 2, 8:04 am, Scott González wrote:
>
> > I'll bring this up on jquery-ui-dev.
>
> Here's the
> thread:http://groups.goog
Hi,
It appears that the src for the thumbnail images are broken in the
themeswitcher tool. The have a "http://jqueryui.com"; prepended to
them. If you remove it, the thumbnails show.
You can just browse directly to the themeswitcher code and see this in
var switcherpane declaration on line 20.
Did anyone get a look at this message? I noticed when I posted it,
that it didn't show up for almost 12 hours. In the hopes that there
was just a blip in the list server, I'm going to repost this. If
there is information that would be helpful, please let me know.
Thanks,
Bill Massie
On Mar 6,
Hi guys.
I have been build a fairly complex purchase flow (cart) using the UI
Dialog (1.6rc6 and now 1.7), and I have been struggling with the
buttons option.
First, while a theme specifies Interaction Cues for the buttons
(secondary, primary etc.), these are not configurable within the
buttons
hey,
anyone run into that?
i have the latest version of jquery ui but when i use it instead of
the old version, i happen to run into a weird bug
that the checkbox, on firefox it takes like 4 second before it switch
to "checked" after i click them
and in ie, it just pop up a stack overflow...
any
There are several events associated with the tabs themselves...
Have you tried
$('.selector').tabs({
load: function(event, ui) { ... }
});
http://jqueryui.com/demos/tabs/#event-load
On Mar 9, 7:11 am, TimW66 wrote:
> Klaus,
>
> Thanks for the reply. The script is already loaded by the
Klaus,
Thanks for the reply. The script is already loaded by the html file
that contains the tab bar. I need to call functions in that script
once the tab is fully loaded. For example, I have a function that
alternates the row colors (white, gray, white, etc). This is
typically called after a
I just added a new function :
$.fn.rte.html($('iframe')[0])
In the latest revision:
http://code.google.com/p/rte-light/source/detail?r=5
On Mar 9, 10:15 am, Moeen Ud din wrote:
> I have this rich text editor taken
> fromhttp://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-j...
I should mention also
http://wiki.jqueryui.com/Prioritizing-plugins
as it will affect the availability of the team for helping with both of
these plugins.
- Richard
On Mon, Mar 9, 2009 at 6:59 AM, Richard D. Worth wrote:
> I added a link to this page:
>
> http://wiki.jqueryui.com/RichTextEdit
I added a link to this page:
http://wiki.jqueryui.com/RichTextEditor
so that it can be considered when we get to that point. Also, you're more
than welcome to start transitioning your plugin over to use the jQuery UI
framework: $.ui.widget, CSS Framework, etc. For more info on that, see
http://j
Seems the resizable should only be changing the width, not the left and the
width, when float: right. Could you file a bug ticket for this here:
http://dev.jqueryui.com/newticket (note: requires registration)
In the meantime, here's a work-around:
$(".meter").resizable({
handles: 'w',
resize
Could you file a ticket on http://dev.jqueryui.com/ ?
On Mar 9, 6:23 pm, zebulon wrote:
> Hi all,
>
> I update all my work from 1.2.6 / 1.5.3 to the latest release 1.3.2 /
> 1.7. All works fine
> and faster, greetings to the dev team ;-)
>
> I have found a problem in Sortable revert option, the
If you want to clone the element that gets dropped, there's no built-in
option. But the droppable receives the dropped element in the drop event's
ui.draggable parameter. For example:
$("#draggable").draggable();
$("#droppable").droppable({
drop: function(event, ui) {
//ui.draggable is the
Can you share a sample page or pastie ( http://paste.pocoo.org/ ) that shows
what you're describing? Thanks.
- Richard
On Sun, Mar 8, 2009 at 10:31 AM, Spot wrote:
>
> I apologize. I was very low on sleep when I sent the first email, and
> forgot to include some required details.
>
> This happe
Can you provide a little more detail as to what you expected to happen, and
what actually happened? Thanks.
- Richard
On Sun, Mar 8, 2009 at 4:17 PM, Harlley wrote:
>
> Downloads of themes are without CSS folder in ThemeRoller.
> >
>
--~--~-~--~~~---~--~~
You re
Hello,
All i can say that you can position this by giving arrray like this
[top,left,bottom,right]
or like this
$(function() {
$("#child1").dialog({position: [0,0]); // top left
});
OR something like this
$('#dialog').dialog({
au
Hi all,
I update all my work from 1.2.6 / 1.5.3 to the latest release 1.3.2 /
1.7. All works fine
and faster, greetings to the dev team ;-)
I have found a problem in Sortable revert option, the placeholder
margin left / top don't
change the original position calcing.
I've include these paramete
The jQuery UI planning wiki has some resources on that:
http://jqueryui.pbwiki.com/Prioritizing-plugins
http://jqueryui.pbwiki.com/Tree
Jörn
On Mon, Mar 9, 2009 at 10:51 AM, Gordon wrote:
>
> I've been trying to get a good jQuery driven treeview but just can't
> seem to find one that meets my n
I've been trying to get a good jQuery driven treeview but just can't
seem to find one that meets my needs.
What I really would like would be a UI tree widget, one that supports
draggables (for moving items around inside the tree) and droppables
(for adding new items to the tree from another sourc
Hi Tin,
Looks very nice.
I have a suggestion. Do you consider using blueprintcss as your grid
css? Now, every plugin has its own css, it is really a mess when need
to include several of them in a system.
Thanks,
Jiming
On Mar 9, 8:37 am, Tin wrote:
> Hey All,
> I've been working on a grid/sp
I have this rich text editor taken from
http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html
i am simply doing this
Body
..js...
document.getElementById('rtetext').value // giving undefined
$('#rtetext').text(); // givnig empty
$('.rte').text(); // givnig empty
...
Still haven't been able to get the portlets to remember whether they are
expanded or collapsed.
The below code works to remember the order of the portlets but not whether
they are collapsed or expanded.
JavaScript code
/
/
This isn't currently supported, but is a planned feature:
http://dev.jqueryui.com/ticket/4293
- Richard
On Fri, Mar 6, 2009 at 4:26 PM, morphi...@gmail.com wrote:
>
> You can use ctrl and a mouse click to select items that are non-
> adjacent. However if you try to click a selected item while h
Hi tin,
You have done a great job. Your intention is
appreciateable. Keep going. Best of luck.
with Regards
sure
On Mar 9, 5:37 am, Tin wrote:
> Hey All,
> I've been working on a grid/spreadsheet control prototype during the
> last couple of weeks. Seeing how there doesn't seem to b
Hi Richards,
I don't get any response for my previous doubt from
you. I think you are busy with your work. It is understandable. Now my
problem is, I have div on a page, which contains three div's. Those
are draggable. Now i would like to restrict them with out overlapping
each ot
Hi All,
I have a problem with UI sortables. connectWith option is not working
in my system. I have copied portlets example from
http://jqueryui.com/demos/sortable/#portlets and used my jQuery UI
scripts(1.6rc4 and tried 1.6rc5 also). Them also I am not able to drag
portlets in one column to anoth
Hey All,
I've been working on a grid/spreadsheet control prototype during the
last couple of weeks. Seeing how there doesn't seem to be a lot of
other choices for this sort of thing, I had to write my own. I've
put
the project up on Google Code and am looking for experienced
developers who can p
Hi all,
I am new to JavaScript and JQuery UI. I am trying to figure how to set
a specific position for the dialog box. I would prefer to be able to
set it relative to the container "" that it is in; with
a position of 10px from the top and 10px from the left.
According to the JQuery UI website y
is it possible to jquery UI datapicker transparent a bit for example
60%?
thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To u
Perhaps this is too simple of an application for the richness and
flexibility of jQuery UI's "selectables," but is there any way to
limit the number of items the user can select?
In fact, I'd even be interested in disabling multiple selection
entirely to let the user just choose one element from
For Example (open window 'dialog'):
Open window
Problem:
Only in Internet Explorer 6, icon overflow.
Solution:
.link-icon {
position: relative;
font-size: .75em;
padding: .4em 1em .4em 20px;
color: #006287 !important;
/*solution*/
floa
Hello,
first post on this list :-)
using ui 1.7 (thanks so much for this final release) & jquery 1.3.2
I add dynamically tabs when clicking on links inside tab contents. The
added list item gets an attribute rel and is selected right after it's
added & loaded via ajax reqiest.
Now I try to selec
Hi Korben,
Could you post your adapted code from the Shopdev tutorial? It would
be most useful. Many thanks
On 6 Mar, 23:33, Korben wrote:
> I'm trying to achieve the same thing so if anybody managed to get this
> working some help would be highly appreciated.
>
> I've created a single column s
58 matches
Mail list logo