Re: [jQuery] Interface, download only Animate functions

2007-02-27 Thread Stefan Petre
Jake McGraw wrote: Hi all, maybe I'm just missing it, but is there any way to download just the animate() function for Interface? Before switching to 1.2, I only used the animateClass function, which had a foot print of about 3KB, now since animateClass has been depreciated and I can't find

Re: [jQuery] Flickering problem with Interface Slide in FF2

2007-02-22 Thread Stefan Petre
This problem was in Interface for a long time. I managed to fix it a week ago and it is in SVN. I'm very very busy for the next two weeks or so and I can not release the changes. You can use ifx.js from SVN and the problem will be fixed. Stefan Jim Nimblett wrote: Hi everyone, I am trying

Re: [jQuery] Flickering problem with Interface Slide in FF2

2007-02-22 Thread Stefan Petre
This bug is not related to jQuery, it is related to Interface and he fact that for som animations the element it is wrapped by a DIV element. Karl Swedberg wrote: Hi Jim, this bug has been fixed in the jQuery core (post 1.1.1). You can get a copy of the most recent nightly build here:

Re: [jQuery] Flickering problem with Interface Slide in FF2

2007-02-22 Thread Stefan Petre
it is OK :) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface 1.2

2007-02-11 Thread Stefan Petre
Luke, can you explain a little bit more what are you want to do ? Stefan [-Stash-] wrote: Love Interface, but I noticed that one bug still isn't fixed in the ScrollTo plugin. Any news on when it might be fixed? More info: http://www.nabble.com/forum/ViewPost.jtp?post=8868839framed=y Luke

[jQuery] Interface 1.2

2007-02-09 Thread Stefan Petre
Hi, I just released Interface 1.2 . The big change in this release is the animate function. Now Interface overwrites the default 'animation' function with an extended one. The new 'animate' function brings several enhancements: * Animates a collection of properties using one timer instead

Re: [jQuery] interface plugin autocomplete always starts with a full query

2007-02-09 Thread Stefan Petre
bdee wrote: i am relatively new to jquery and i am trying to get the autocomplete feature from the interface plugin to work for my movielist site. the site just lists the movies i have from an access database on my server. i have the autocomplete feature working but not exactly the way it

Re: [jQuery] problem with mootools like top navigation

2007-02-09 Thread Stefan Petre
Yes, that can be fixed with new animation() function included in Interface 1.2 . I will prepare a demo for you fullgarbage wrote: Hello Stefan, This menu is great and I will actually use it in my new web project. It needs a little improvement however, but I am not capable of doing it. Try

Re: [jQuery] Interface Sortables - Operation Aborted in IE

2007-02-08 Thread Stefan Petre
Ólafur Marteinsson wrote: Hi everyone, I'm using jquery and interface sortables and I'm getting this weird IE bug, it doesn't always show up, though most of the time, but all it says is: Operation aborted. In FireFox (1.5.0.9) i'm getting another bug which seems to be related. It says

Re: [jQuery] Stop animation work-around

2007-02-08 Thread Stefan Petre
I did kind of the same think for an extension on to of animation() function. Funny thing it happened on the time two people to get almost the same solution. Lincoln Cooper wrote: I've written a small plug-in work-around for stopping animation - not very pretty, but does the job while

Re: [jQuery] Interface Sortables - Operation Aborted in IE

2007-02-08 Thread Stefan Petre
iutil.js idrag.js idrop.js isortables.js ifx.js ifxtransfer.js iautoscroller.js Ólafur Marteinsson wrote: I'm having trouble recreating the problem with just the sortable on it so that gives your theory credibility. Hmmm.. More. I'm not including the whole interface file, but I've built a

Re: [jQuery] Interface Sortable - onchange not firing first time

2007-02-03 Thread Stefan Petre
This bug is already fixed in SVN rcarlos21 wrote: I was having the same problem. I found out that the problem wasn't really the fact that it wasn't calling onChange() on the first change but rather that it calls onChange with those changes on the next successive change. Say I started with

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Stefan Petre
Try like this http://interface.eyecon.ro//demos/menu.html 2007/2/2, Sharandeep Brar [EMAIL PROTECTED]: Hello Everybody, It's my first post here. I've been using jquery for some time now but new to interface and don't have much deep knowledge of javascript. So just playing with interface,

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Stefan Petre
This is not a demo, it's just an example solely based on jQuery, no Interface in there Alex Cook wrote: Nice demo Stefan Interface certainly is an impressive package From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Stefan Petre Sent: Friday

Re: [jQuery] interface autocompleter issues

2007-01-29 Thread Stefan Petre
Hi, every plugin from interface uses iutil.js, so you need to include that file too. I will try to fix this issue as soon as I can. Stefan nrwsteff wrote: i have some problems with the interface autocompleter plugin. when i start the example page for the autocompleter in FF (1.5 or 2.0)

Re: [jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread Stefan Petre
WG wrote: Hi Folks, I've done this with scriptaculous ... but have been trying for the past few hours with jquery and the interface library and I just can't get it to work. Essentially I'm trying to build a tabstrip control that allows you to drag/drop nested tabs

Re: [jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread Stefan Petre
I hope this will help you http://interface.eyecon.ro/demos/sort_tabs.html Stefan ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-23 Thread Stefan Petre
Hi, I just released Interface 1.1.1 so you can download it. About your select script: Paul showed your script to me, but I never got the chance to study it. Somehow it closed to Selectables. Stefan floepi wrote: Hi Stefan, did you already put the frameClass thingy in the dragables? I am

Re: [jQuery] Question about access to ghost objects created by Interface Draggable

2007-01-23 Thread Stefan Petre
Hi Scott, You can access the ghost element by keeping a reference to it when the dragging starts. 'onStart' callback gets as first parameter the cloned element. Another way to access it as $.iDrag.helper.get(0).firstChild. You ca hack to access drag properties of an element directly

Re: [jQuery] Interface: Colorpicker demo

2007-01-22 Thread Stefan Petre
Vaska wrote: What I don't like about these demos is that they use the 'interface.js' script. We have no idea which smaller scripts are used in the creation of these demos. Does anybody know which interface scripts are used in the Colorpick demo? I would guess... jquery.js

Re: [jQuery] How to drag and drop with vanishing draggable?

2007-01-17 Thread Stefan Petre
tcollogne wrote: Hi, I was trying out some of the demo's on Interface for JQuery. I really like the drag and drop, except for one thing. When you drag an item to the shopping cart and release the mouse button, the draggable is returned to it's original position. What I would like is for

Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-17 Thread Stefan Petre
floepi wrote: Hi all, i was wondering how i can set my draggable options so that while dragging a copy of the element is made which shows only the border dimensions of it's parent element. Gilles window plugin (http://gilles.jquery.com/window/) does that really nicely. My problem is,

Re: [jQuery] [PLUGIN] Interface.Draggable zIndex ignored

2007-01-17 Thread Stefan Petre
j. siefer wrote: -- .Draggable({ zIndex:1000, ghosting:true, opacity:0.5, containment:[_dtP.left,_dtP.top,_dtP.w,_dtP.h], insideParent:true }) --- Hi, i have

Re: [jQuery] Problem with $(...).css() or interface 1.1

2007-01-16 Thread Stefan Petre
Erik Beeson wrote: Can you tell I'm upgrading to 1.1 tonight? :) Draggable ghosting isn't working in interface 1.1 on FF because it does: jQuery.iDrag.helper.css('opacity', elm.dragCfg.opacity); opacity is a float, and css('opacity', float) doesn't work on FF anymore. I changed it to:

Re: [jQuery] Interface 1.1

2007-01-16 Thread Stefan Petre
j. siefer wrote: really nice! thank you!!! your docu. says for draging elements use string ('parent' or 'document') or array (top, left, width, height) for containment should be array (left, top, width, height) so works fine, greetings jac Does anyone else have an opinion on this?

Re: [jQuery] Interface 1.1

2007-01-16 Thread Stefan Petre
I will test on safari soon and get back on this. Vaska wrote: interface is still very slow. dragging isn't nearly fast enough...there's like a two second time gap before you can see what you are doing. at least in Safari... On 16 Jan 2007, at 16:30, j. siefer wrote:

[jQuery] Interface 1.1

2007-01-15 Thread Stefan Petre
Hi, Paul and I, with help from many jQuery developers, put together a new release of Interface. It has a number of new features, new plugins, speed improvements, nice demos, and improved documentation (there's still a lot to improve there). If you would like to learn more about the 1.1

Re: [jQuery] beautiful jquery powered website to check !

2007-01-15 Thread Stefan Petre
Hi Rick, I have to wait for John to wake up and talk to him, then I will get back on this. Stefa Rick Faircloth wrote: I noticed, too, that some of the Technical Demos on the interface.eyecon site don't seem to be working properly. For example, the Imagebox... when I click on a photo, it

Re: [jQuery] beautiful jquery powered website to check !

2007-01-15 Thread Stefan Petre
Rick, you can always download interface zip file and there you'll have all the plugins in separate files, compressed and uncompressed. Then all you have to do is to include 'iutil.js' first and then what ever do you need. Stefan Rick Faircloth wrote: Hi, Rey... Question from a newbie...

Re: [jQuery] jQuery 1.1a

2007-01-08 Thread Stefan Petre
Another change in the API . jQuery.className.has(); will not expect an element as first argument, will expect a string. John Resig wrote: Hi Everyone - We've just pushed jQuery 1.1a live. This is a testing release - so your help would be appreciated in testing it out and finding any bugs.

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread Stefan Petre
David Duymelinck wrote: [-Stash-] schreef: Code snippet: -- $('[EMAIL PROTECTED]#]').each(function(i){ $(this).click(function(){ $(this.href).ScrollTo(2000); return false; }); }); --

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread Stefan Petre
David Duymelinck wrote: Stefan Petre schreef: I made this a plugin. $(document).ScrollToAnchors(500); This will make all the a href=#anchor to animate to the element. Will be released when jQuery 1.1 is released. Nice. but wouldn't it be better to use a name=anchor? Anchors

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread Stefan Petre
[-Stash-] wrote: Stefan Petre wrote: David Duymelinck wrote: I made this a plugin. $(document).ScrollToAnchors(500); This will make all the a href=#anchor to animate to the element. Will be released when jQuery 1.1 is released. Does it work with 1.1a? If so would you

Re: [jQuery] Link and Puff()?

2007-01-08 Thread Stefan Petre
Hi Shane, you can do this $('#myelement a').bind( 'click', function () { var linkHref = this.href; $(this.parentNode).Puff( 500, function(){ window.location.href = linkHref; } ); return false;

Re: [jQuery] Interface elements / Command Key

2007-01-04 Thread Stefan Petre
Hi Daniel, Thx for your suggestion. I will update the code. Stefan   Daniel Lorch wrote: Hi I have a suggestion to make for the interface elements plugin. I hope it is ok to post it here, since the interface elements website does not have a forum on its own (yet). Selections can be done

Re: [jQuery] Splitter

2006-12-29 Thread Stefan Petre
Dave Methvin wrote: I've found the one Stefan did, at least: http://interface.eyecon.ro/demos/resize_panels.html Thanks for hunting that down, Paul. It looks like Stefan stopped at the easy part too. :) ___ jQuery mailing list

Re: [jQuery] new plugin cssHover [ui checks, radio buttons and more!]

2006-10-30 Thread Stefan Petre
I love it tested on FF1.5, IE 6, OP9 winxp sp2 Webunity | Gilles van den Hoven wrote: Hi guys, i've made a new plugin and added it to SVN. It is still in beta (== bugs) so don't use yet untill fully tested. This plugin actually started out as a remake of the CRIR (Checkbox Radio Input

Re: [jQuery] new plugin cssHover [ui checks, radio buttons and more!]

2006-10-30 Thread Stefan Petre
I have found a bug. When you click a checkbox the replaced image is not the hovered instance. Webunity | Gilles van den Hoven wrote: Hi guys, i've made a new plugin and added it to SVN. It is still in beta (== bugs) so don't use yet untill fully tested. This plugin actually started out as

[jQuery] Serializing Sortables (new approach)

2006-10-29 Thread Stefan Petre
Hi guys, Since soon I will implement the new sortables for trees I need your opinion on how to implement serialization. I want to implement more then one version. So consider the next HTML ul id=root li id=item_1 ul li id=item_21/li li id=item_34/li

Re: [jQuery] Serializing Sortables (new approach)

2006-10-29 Thread Stefan Petre
the browser. Blair On 10/29/06, *Stefan Petre* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi guys, Since soon I will implement the new sortables for trees I need your opinion on how to implement serialization. I want to implement more then one version. So

Re: [jQuery] new plugin: unobtrusive CRIR (Checkbox And Radio Image Replacement)

2006-10-26 Thread Stefan Petre
Nice, I need this for a project. I don't like such things, but the client really likes it .About windows: i made a change in resizeables to drag resized element with the same rules as resizing (minTop, minLeft,maxBottom, maxRight). You can use a handler to drag it, or the element itself. At this

Re: [jQuery] conflict iTooltip and ifx.js in IE

2006-10-26 Thread Stefan Petre
Eckhard Rotte wrote: Hi jQueries, I found a bug: if itooltip.js comes with the ifx.js in the same document, the tooltip only appears once in IE. Here's an simplified example: http://test.webdebug.de/tmp/jquery/itoolfx.html does anybody have an solution or an idea to fix it? --

Re: [jQuery] Sortables, new approach

2006-10-26 Thread Stefan Petre
: - From: Stefan Petre [EMAIL PROTECTED] Date: Thu, 26 Oct 2006 08:16:25 +0300 To: discuss@jquery.com Subject: Re: [jQuery] Sortables, new approach Hi James and Norbert, http://interface.eyecon.ro/demos/test_sort.html check this again. I really need some one to test this on Safari 2

Re: [jQuery] Sortables, new approach

2006-10-26 Thread Stefan Petre
* replace Sortables, is it backwards compatible with the existing version? Stefan Petre wrote: Hi there, Me and Paul are thinking to change the way sortables are working right now. So I had an idea that turned to be quite nice because of 2 reasons: - works faster - you can sort nested

Re: [jQuery] Sortables, new approach

2006-10-25 Thread Stefan Petre
. I'll let you know how I get on. Regards, James On Mon, 2006-10-23 at 22:44 +0300, Stefan Petre wrote: Hi there, Me and Paul are thinking to change the way sortables are working right now. So I had an idea that turned to be quite nice because of 2 reasons: - works faster - you can sort

Re: [jQuery] Sortables, new approach

2006-10-23 Thread Stefan Petre
Gilles, it is a draft :). I just tested the idea. Maybe some animations can be implemented. Webunity | Gilles van den Hoven wrote: Me and Paul (Which paul?) are thinking to change the way sortables are working right now. So I had an idea that turned to be quite nice because of 2 reasons: -

Re: [jQuery] New Plugin: Resizeable

2006-10-22 Thread Stefan Petre
Rey Bango wrote: Hi Stefan, Great work! Some feedback. In IE7, the panel border shrinks as you resize it and the text scrolls up. See the pic in the link for a better understanding of the issue. http://www.intoajax.com/images/resize.jpg Rey.. Stefan Petre wrote: After a wild

Re: [jQuery] New Plugin: Resizeable

2006-10-22 Thread Stefan Petre
Franck, try this http://interface.eyecon.ro/demos/resize_textarea.html Franck Marcia wrote: 2006/10/21, Stefan Petre [EMAIL PROTECTED]: I think you can use for textareas, just that you have to move the handle while the textarea is resized I gave it a try: http://fmarcia.info

[jQuery] New Plugin: Resizeable

2006-10-21 Thread Stefan Petre
After a wild period at my work, I managed to make some time to develop a new plugin. Resizeable: allow elements to resize by handlers to north, east, west etc direction, set minimum width/height/ maximum width/height. minimum top/left/ maximum right/bottom. Here are 2 demos

Re: [jQuery] New Plugin: Resizeable

2006-10-21 Thread Stefan Petre
David wrote: This looks great. Jack Slocum, who ? Stefan Petre is the man. Stefan Petre schreef: After a wild period at my work, I managed to make some time to develop a new plugin. Resizeable: allow elements to resize by handlers to north, east, west etc direction, set minimum

Re: [jQuery] New Plugin: Resizeable

2006-10-21 Thread Stefan Petre
Franck Marcia wrote: 2006/10/21, Stefan Petre [EMAIL PROTECTED]: After a wild period at my work, I managed to make some time to develop a new plugin. Really good work, Stefan! I've been thinking about doing something like this for textareas. Do you think your plugin can do

Re: [jQuery] interface Slider problem with floats

2006-10-11 Thread Stefan Petre
Glen wrote: all, I've come across a problem when using the Slider control within a floated DIV that has been positioned next to another floated DIV with a specified width. The following example explains it best: http://empireenterprises.com/_slider.html The problem occurs in the

Re: [jQuery] Interface Elements Autocomplete no longer available in Interface lib download...

2006-10-10 Thread Stefan Petre
Jörn Zaefferer wrote: Hi Stefan! OT: This changes in jQuery have impact in 3 major projects in my company. I'm one step away to switch to YUI. Could you explain what changes exactly were the problem? The goal of the 1.0.2 release was to provide bug fixes without changing the

Re: [jQuery] Effect similar to this blog's exploding window

2006-10-09 Thread Stefan Petre
Rey Bango wrote: Jack Slocum was discussing a new block comments feature that he added into his blog. http://www.jackslocum.com/yui/2006/10/09/my-wordpress-comments-system-built-with-yahoo-ui-and-yahooext/ The feature is pretty cool but what I found even cooler was how the comment window

Re: [jQuery] Stopping animate() on command

2006-10-09 Thread Stefan Petre
Paul Bakaus wrote: Hi there, I'm currently searching for a good solution to stop jQuery's interal function animate() when a new event occurs. A very basic example: 1. You have a moving div container which has a duration of 10 seconds, it moves from left: 0px; to left: 500px. 2.

Re: [jQuery] Interface Elements Autocomplete plugin problems...

2006-10-07 Thread Stefan Petre
Rich Manalang wrote: Hi. I just started using the Interface Elements Autocomplete plugin (http://interface.eyecon.ro/docs/autocomplete) for a web app I support. It works great on IE/Firefox (win) under most circumstances. However, on Firefox, when document.domain is set, it fails to work. I

Re: [jQuery] Interface: small flicker when dropping elements

2006-10-01 Thread Stefan Petre
Sebastian Busch wrote: Hello, since there is no email address at the web site of interface i want to report it here. I'm using the excellent Interface plugin collection and noticed a small flicker when dropping elements (see http://interface.eyecon.ro/ , demo for draggables): elements

[jQuery] Fisheye

2006-09-29 Thread Stefan Petre
Sorry for starting a separate thread but the archive is broken. I wanted to introduce my try of a fisheye menu. Maybe will get a nice plugin out of this http://interface.eyecon.ro/development/demos/fisheye.html ___ jQuery mailing list

Re: [jQuery] Widget Challenge

2006-09-29 Thread Stefan Petre
I start working on the same think: fisheye menu http://interface.eyecon.ro/development/demos/fisheye.html is just a draft hope something nice will come out of this. Yehuda Katz wrote: Dojo released a new widget today: a spreadsheet widget. and it ocurred to me that while we don't quite have

Re: [jQuery] Fixing jQuery's Memory Leak

2006-09-29 Thread Stefan Petre
Brandon Aaron wrote: http://brandonaaron.net/articles/2006/09/30/fixing-jquerys-memory-leak Thanks to Michael Geary there are some updates to this snippet of code. Also here are the direct links to the example/test pages and source: Test without the fix:

Re: [jQuery] Interface: Autocomplete fixes (attn: Stefan)

2006-09-28 Thread Stefan Petre
aedmonds wrote: If you've had some difficulty using the Autocompleter included in the wonderful interface package, I found some fixes for bugs I was experiencing. These bugs were happening when the input field was within a form and you arrow down to the selection and hit enter. The callback

Re: [jQuery] Logging for development?

2006-09-26 Thread Stefan Petre
I made such a tool for myself and is now on svn under plugins/interface maybe you can extended or improve it http://interface.eyecon.ro/development/demos/drop_later.html this a demo with it in action.-- Forwarded message --From: Jörn Zaefferer [EMAIL PROTECTED] Date: 26.09.2006

Re: [jQuery] iUtil.getPos() seems too slow than below code

2006-09-17 Thread Stefan Petre
limodou wrote: This code I copy from prototype, and made some changes, it doesnot calculate the width and height, only x and y, but it's quicker than jUtil.getPos(). BTW, I think interface plugins is wonderful, I begin use it to replace some functions written by me. $.fn.coordinate =

Re: [jQuery] interface compression problems

2006-09-16 Thread Stefan Petre
I fixed this. Try again to download Interface. Claudio Poli wrote: sorry if this not the appropriate place, but I can't understand something, I've downloaded many times interface.js compressed but I always end up with this error from the firefox js console: Error: invalid assignment

Re: [jQuery] Test suite refactoring

2006-09-16 Thread Stefan Petre
Jörn Zaefferer wrote: Forgot to post a link: http://joern.jquery.com/test/ Check it out :-) -- Jörn ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ Win XP SP2 IE 6 15 wrap(String) (1, 2, 3) 3 Died on test #3:

Re: [jQuery] [Interface]

2006-09-16 Thread Stefan Petre
Interface does not alter function like fadeIn/out, animate. Alter the fx function used like myfx = new fx(); Brandon Aaron wrote: I would like to animate {opacity: 'toggle'} but with the transitions provided by the Interface plugin. I've looked but I don't see where Interface overwrites the

Re: [jQuery] Shopping Cart Demo?

2006-09-16 Thread Stefan Petre
John Resig wrote: I do not know, but is the interface author going to follow the same path as jQuery and dual license. I would make it easy for the Drupal module developers to include this into Drupal. (This would also be the same for other plugins) I talked with Stefan, he will be

[jQuery] ImagaBox plugin

2006-09-14 Thread Stefan Petre
Hi,Maybe some of you that migrated from prototype to jQuery miss the Lightbox plugin. I know I do for some projects.I know that we have the great Thickbox plugin. But in some situations thickbox is too complex or not that slick like Lightbox.So, I made a Lightbox replica, named ImageBox

Re: [jQuery] ImagaBox plugin

2006-09-14 Thread Stefan Petre
I didn't released the plugin yet. Will be documented. Still has some bugs on IE, after this are killed will be released2006/9/14, Onno Timmerman [EMAIL PROTECTED]:Stefan Petre schreef: Hi, Maybe some of you that migrated from prototype to jQuery miss the Lightbox plugin. I know I do for some

Re: [jQuery] ImagaBox plugin

2006-09-14 Thread Stefan Petre
Set parameter 'wmode' to 'opaque' and the layers used for ImageBox will overlap the flash animations. Further, on IE the overlay backgroud has an Iframe beneath wich should prevent windowed elements to stay on top of everything. 2006/9/14, Onno Timmerman [EMAIL PROTECTED]: Stefan Petre schreef: Hi

Re: [jQuery] ImagaBox plugin

2006-09-14 Thread Stefan Petre
I will check on Safari later today.2006/9/14, Fil [EMAIL PROTECTED]: I didn't released the plugin yet. Will be documented. Still has some bugs on IE, after this are killed will be releasedIt doesn't work on Safari (at least on my tests).-- Fil___ jQuery

Re: [jQuery] Performance of idrag/idrop

2006-09-12 Thread Stefan Petre
Sorry but I changed that already cursx is not used anymore. I advice to use 'onDrag' callback. This way you get element's coordinates. You check this coordinates against you table position and each cell position. let's say: you have a table 500 px width, 500 height, 5 rows and 5 columns,

Re: [jQuery] mootools

2006-09-11 Thread Stefan Petre
Hi, yes, there is a bug in fx part. I fixed it already and will be on-line today. I also submitted a bug regarding float on IE with the solution. I hope someone can take some time to fix css('float') in jQuery. Meece, Clifford T wrote: I'm using the interface library effects, so it could

Re: [jQuery] Interface Draggable in a container

2006-09-11 Thread Stefan Petre
True, that's the behavior. I will let you know when the new feature (to drag en element inside it's parent) is available for download. Yehuda Katz wrote: I was under the impression that contaiment kept the element constrained inside the parent element, so its X and Y coordinates could not

Re: [jQuery] AJAXGrid plugin - text version

2006-09-11 Thread Stefan Petre
] wrote: Impressive ! However, it's really buggy on Opera :( Sounds really promising althought -- 2006/8/21, Stefan Petre [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Maybe this time the text gets right: This is a plugin I worked on a lot. Has a lot

Re: [jQuery] Performance of idrag/idrop

2006-09-11 Thread Stefan Petre
When you drag an element each droppable is interrogated until overlaps or to the end if no droppable is overlapped. If you have a large amount of drop zones in a grid with the same dimensiunos then you can use 'onDrag' and 'onDrop' callback from draggable to use mathematic rules for

Re: [jQuery] Problems getting border width

2006-09-09 Thread Stefan Petre
How do you plan to use innerHeight and innerWidth ? If an element has padding and border, a child element with position top: 0, left: 0 will not be placed right next to border. The padding counts too. Paul Bakaus wrote: Hi there, I will look at this problems for the new core plugin

Re: [jQuery] scrollbar

2006-09-08 Thread Stefan Petre
Will Jessup wrote: Ack, ok i asked about the scrollbar stuff too soon - figured it out: http://www.willjessup.com/sandbox/jquery/scrollbar/scrollbar.html need some work, but i think that should do it (for me at least) Will ___ jQuery mailing

Re: [jQuery] isortables and onStop callback

2006-09-08 Thread Stefan Petre
I made this morning an update that fixes this problem. I got to stop working at 2am to prevent such mistakes :)2006/9/8, christian lefebvre [EMAIL PROTECTED]:Hello,I discover jquery some weeks ago and this list yesterday, so pardon me if I'm not on the right place for my question, but I didn't

Re: [jQuery] isortables and onStop callback

2006-09-08 Thread Stefan Petre
This is a bug. I will fix it this evening2006/9/8, christian lefebvre [EMAIL PROTECTED]: On Fri, 2006-09-08 at 10:18 +0300, Stefan Petre wrote: I made this morning an update that fixes this problem.The onStop callback is effectively called, but after an item isadded by SortableAddItem(), i can

[jQuery] Logger

2006-09-06 Thread Stefan Petre
This is a logger script that I use it while developing. I thought it might be usefull to you too. http://interface.eyecon.ro/develop/ilogger.html It can be used to send message to the loggin panel, to log objects and dom elements, intercepts errors etc.

Re: [jQuery] Autocompleter update

2006-09-06 Thread Stefan Petre
One small bug. I use keyboard navigation to highlight options and after that I move the mouse. Then two options get highlighted.2006/9/6, Sam Collett [EMAIL PROTECTED]:On 06/09/06, Dylan Verheul [EMAIL PROTECTED] wrote: I've been thinking about an elegant way to deal with long resul lists, but I

Re: [jQuery] Font-weight modifier in jQuery

2006-09-05 Thread Stefan Petre
$('p').css({fontWeight: 'normal'}); Dan Atkinson wrote: Wycats, I used that code from visualjQ as a template, and it didn't work. In IE, I get a debug error saying that it expects ':'. I changed font-weight:... to 'font-weight':... and IE went straight over it, without modifying the

Re: [jQuery] Interface Slider in Opera

2006-09-04 Thread Stefan Petre
, *Stefan Petre* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Yehuda Katz wrote: This seems to have to do with a general Opera issue with dragging. All of the drag demos have the same weird glitch. On 9/3/06, *Yehuda Katz* [EMAIL PROTECTED] mailto:[EMAIL

Re: [jQuery] Interface Slider in Opera

2006-09-04 Thread Stefan Petre
by basically disabling any movement off the access I wanted by hacking the original Interface script, but this is obviously not ideal. -- Yehuda On 9/4/06, *Stefan Petre* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: hey Yehuda, Would you try again the drag example

Re: [jQuery] Interface Slider in Opera

2006-09-04 Thread Stefan Petre
by basically disabling any movement off the access I wanted by hacking the original Interface script, but this is obviously not ideal. -- Yehuda On 9/4/06, Stefan Petre [EMAIL PROTECTED] wrote: hey Yehuda, Would youtry again the drag example http://interface.eyecon.ro/demos

Re: [jQuery] Interface Slider in Opera

2006-09-04 Thread Stefan Petre
I don't have an environment to test on Konqueror. Larry Garfield wrote: I'm afraid I've bad news. Neither of those work at all in Konqueror 3.5. As in, I try to click and drag and nothing moves at all. On Monday 04 September 2006 11:55, Stefan Petre wrote: hey Yehuda, Would you

Re: [jQuery] Interface Slider in Opera

2006-09-04 Thread Stefan Petre
Me too :) Yehuda Katz wrote: Perfect now. I'm glad I reported the bug. -- Yehuda On 9/4/06, *Stefan Petre* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I installed Opera 9.01 :). The problem was that where I used object detection the condition didn't worked with Opera. So

Re: [jQuery] Interface Slider in Opera

2006-09-03 Thread Stefan Petre
Yehuda Katz wrote: This seems to have to do with a general Opera issue with dragging. All of the drag demos have the same weird glitch. On 9/3/06, *Yehuda Katz* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: The Interface slider doesn't work correctly in Opera. When you click

[jQuery] Interface: Question about Blind Up/Down

2006-09-02 Thread Stefan Petre
It was a bug in Blind, fold and open/close. I fixed this, download the Interface again ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Uncaught exception (Autocomplete / jQuery 1.0.1)

2006-09-01 Thread Stefan Petre
I know. But maybe this information helps. I got uncaught exception: Permission denied to get property HTMLDivElement.parentNode onclick and [Exception... 'Permission denied to set property XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex] nsresult: 0x8057001e

[jQuery] Release 1.0.1 bug/typo mistake

2006-08-31 Thread Stefan Petre
line 1199 : if ( this.readyState 1= complete ) return; ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Interface Plugin: Slider drop points

2006-08-31 Thread Stefan Petre
Ok, I'll take a look over it and implement this. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Autocomplete invasion

2006-08-31 Thread Stefan Petre
things I've noticed. I tested it it FF 1.5.0.6 and IE6. Looking better though! I can't wait to use it! -Aaron Stefan Petre wrote: I updated the autocomplete. Now accepts 3 callbacks: * onSelect - triggered when an option is selected an gets back one parameter an object of key/value pairs

Re: [jQuery] Autocomplete invasion

2006-08-30 Thread Stefan Petre
Dylan Verheul wrote: On 8/29/06, Stefan Petre [EMAIL PROTECTED] wrote: Dylan Verheul wrote: Stefan, your plugin also seems to be missing the ability to search on a part of the result that is not at the beginning of the line. Example: if I would search for continents (let's say

[jQuery] Autocomplete invasion

2006-08-29 Thread Stefan Petre
I know there are there already two solution for autocompletion. But i needed one to integrate with Interface for a project and I thought it will be nice to share it with you. So here it goes: http://interface.eyecon.ro/demos/autocompleter.htmlAttach AJAX driven autocomplete/sugestion box to text

[jQuery] Interface Elements uncompressed version

2006-08-29 Thread Stefan Petre
Sorry, I forgot to upload the archive. Now should be on-line. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Autocomplete invasion

2006-08-29 Thread Stefan Petre
@Stefan Nagtegaal: this element acts in a very small portion of the screen and maybe it is used in a more complexed application context. If you want to use AJAX activity indicator then I suggest to use ajaxStart, ajaxStop, ajaxComplete etc from jQuery. @Andy Matthews: The data base had all

Re: [jQuery] Autocomplete invasion

2006-08-29 Thread Stefan Petre
aedmonds wrote: Stefan, The plugin is cool. One request I would have is to have an optional callback parameter when the user selects an item from the list. Thank you for interface! -Aaron Edmonds Stefan Petre wrote: I know there are there already two solution for autocompletion

Re: [jQuery] Autocomplete invasion

2006-08-29 Thread Stefan Petre
Jörn Zaefferer wrote: Stefan Petre wrote: Sure, I will implement this option. Any suggestion for the parameters to send to the callback? How about this: text - The text of the selected entry value - The value of the selected entry index - The index of the selected entry

  1   2   >