Re: [jQuery] jQuery Easing plugin

2007-01-22 Thread George Smith
Okay so it looks like hostings all sorted now. Anyone who had problems before, please try again. http://gsgd.co.uk/sandbox/jquery.easing.php Thanks, George. George Smith wrote: > > It appears I have some hosting problems, site is up and down. They are > looking into it, but if this isn't work

Re: [jQuery] Kelvin's Scroll Pane

2007-01-22 Thread Kelvin Luck
Hi, Nice enhancements Yehuda - I'll integrate some of these ideas into the main branch of the plugin tonight... I have a couple of issues. Like Marshall, I think that clicking and holding an arrow should continue scrolling down as an OS scrollbar does. See what happens when you click and hold

[jQuery] Slide up/down via Interface is jittery - ideas?

2007-01-22 Thread Kim Johnson
Hi folks, I'm using the slide effect in the Interface library, and am having a bit of a problem. Rather than create a test page, how about look at the real one? http://www.anime-planet.com/users/userentry2.php?id=1 For testing purposes I set up two of the icons to do what I needed (final design

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-22 Thread Christof Donat
Hi, > > > Maybe it has to do with your security-setings in IE. You need to allow > > > scripts > > > to access "secure" ActiveX-Controls, as you need for all ajax stuff. > > > Otherwise there will of course not be any chance to get an > > > XMLHttpRequest object. > > > > But that cannot be the cas

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

2007-01-22 Thread floepi
Hi Stefan, did you already put the frameClass thingy in the dragables? I am really looking forward to it. Cheers Phil PS: Did Paul send you the select script i am created? Would like to get some feedback on it. Was my first try. Stefan Petre wrote: > > floepi wrote: >> Hi all, >> >> i w

Re: [jQuery] jQuery 1.1.1 Released

2007-01-22 Thread Klaus Hartl
John Resig wrote: > Hi Everyone - > > The bug fix release for 1.1 is now ready for all to use. There were a > lot of weird behaviors that were discovered post-1.1 that needed to be > remedied sooner, rather than later. If you were having any > difficulties with the 1.1 release, please try this new

Re: [jQuery] Interface, Accordian - CSS Selectors

2007-01-22 Thread [-Stash-]
Anyone? [-Stash-] wrote: > > Hi, > > I'm trying integrate the Accordian FX from the Interface plugin into an existing site structure that I cannot change. I was wondering how I can use CSS child and adjacent-sibling selectors in the following two lines: > > headerSelector: 'dt', > pane

Re: [jQuery] .css('top') for absolutely positioned items?

2007-01-22 Thread Dave Methvin
> How can I determine if an absolutely positioned object's > top,left,right, or bottom has not been supplied? I think this is related to another unsolved problem, which is to find out if an element's height or width has (not) been explicitly defined. As you say, .css() will get the current value

[jQuery] ajax and IE

2007-01-22 Thread Hayden Chambers
host page: function load(src, dest, params) { $.ajax({type: "POST", url: src, datatype: "html", data: params, success: function(pg) { $("#" + dest).html(pg).fadeIn("slow"); } }); } (this loads the page fine into the dest div in both IE and FF howe

Re: [jQuery] [Slightly OT] Nabble Blocked

2007-01-22 Thread Jonathan Sharp
http://www.appelsiini.net/~tuupola/268/always-make-backups Could be the links to "lives*x list" under your comments... =) -js On 1/20/07, Mika Tuupola <[EMAIL PROTECTED]> wrote: On Jan 19, 2007, at 5:47 PM, Jason Levine wrote: > I usually start every day using Nabble to browse through the

[jQuery] Interface: Colorpicker demo

2007-01-22 Thread Vaska
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 islider.js And?

[jQuery] form plugin question

2007-01-22 Thread bmsterling
Hey all, Quick question about the form plugin and the datatype of json. I have the code set up like: var options = { url: 'common/testpages/login.php', beforeSubmit: function(formArray, jqForm) {return formC

Re: [jQuery] form plugin question

2007-01-22 Thread Mike Alsup
> what format does the return information need to be to get showResponse to > execute when dataType is set json, and with that said, should I have the > dataType set if I will be return information in the format of: > > logged: true, moreinfo: the text, someother: blahblah I suspect you're getting

Re: [jQuery] form plugin question

2007-01-22 Thread Klaus Hartl
Mike Alsup wrote: >> what format does the return information need to be to get showResponse to >> execute when dataType is set json, and with that said, should I have the >> dataType set if I will be return information in the format of: >> >> logged: true, moreinfo: the text, someother: blahblah >

Re: [jQuery] form plugin question

2007-01-22 Thread bmsterling
mal, It was not giving me any noticeable error (firebug or Web Developer) but that seemed to fix it. Thanks. Ben -- View this message in context: http://www.nabble.com/form-plugin-question-tf3058663.html#a8504947 Sent from the JQuery mailing list archive at Nabble.com. __

Re: [jQuery] How does one add children to a DOM element using jQuery?

2007-01-22 Thread Galen Palmer
Hi all, I'm going to append on to this thread since it seems to be related... I'm trying to dynamically build a tree from ajax calls using jQuery. The actual code is more complicated than I'm listing here, but I'm trying to get to the crux of the problem which is: Can jQuery append to elements

Re: [jQuery] upgrade to 1.1 break $() selector

2007-01-22 Thread Jan Hendrik Mangold
On Jan 21, 2007, at 8:51 PM, Blair McKenzie wrote: What kind of object is parentElement? a jquery object. $('ul',$('#someDiv')) Blair On 1/20/07, Jan Hendrik Mangold <[EMAIL PROTECTED]> wrote: Dear mailinglist I just upgraded to jquery1.1 (and even checked out jquery-latest [1073]) and

Re: [jQuery] upgrade to 1.1 break $() selector

2007-01-22 Thread John Resig
This was just fixed in 1.1.1, please upgrade and try it again. http://jquery.com/blog/2007/01/22/jquery-111/ --John On 1/22/07, Jan Hendrik Mangold <[EMAIL PROTECTED]> wrote: > > > On Jan 21, 2007, at 8:51 PM, Blair McKenzie wrote: > What kind of object is parentElement? > > a jquery object. > >

Re: [jQuery] Interface, Accordian - CSS Selectors

2007-01-22 Thread Jörn Zaefferer
[-Stash-] schrieb: > Hi, > > > I'm trying integrate the Accordian FX from the Interface plugin into an > existing site structure that I cannot change. I was wondering how I can use > CSS child and adjacent-sibling selectors in the following two lines: > > > headerSelector: 'dt', > panelSelector: '

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 does one add children to a DOM element using jQuery?

2007-01-22 Thread Galen Palmer
Stupid error: I forgot to put a "#" in front of my id selector. GSP On 1/22/07, Galen Palmer <[EMAIL PROTECTED]> wrote: Hi all, I'm going to append on to this thread since it seems to be related... I'm trying to dynamically build a tree from ajax calls using jQuery. The actual code is mor

Re: [jQuery] form plugin question

2007-01-22 Thread bmsterling
Thanks Klaus, I was overlooking {}. -- View this message in context: http://www.nabble.com/form-plugin-question-tf3058663.html#a8507038 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.

Re: [jQuery] How does one add children to a DOM element using jQuery?

2007-01-22 Thread Karl Swedberg
On Jan 22, 2007, at 1:36 PM, Galen Palmer wrote: Stupid error: I forgot to put a "#" in front of my id selector. GSP Don't sweat it. Happens to me all the time. :) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com ___

Re: [jQuery] upgrade to 1.1 break $() selector

2007-01-22 Thread Jan Hendrik Mangold
On Jan 22, 2007, at 10:02 AM, John Resig wrote: > This was just fixed in 1.1.1, please upgrade and try it again. > http://jquery.com/blog/2007/01/22/jquery-111/ I would love to. On Mac OS X 10.4.7 Safari and Webkit crash when running the test suite. Anybody else seeing that?\ Jan ___

Re: [jQuery] upgrade to 1.1 break $() selector

2007-01-22 Thread John Resig
> I would love to. On Mac OS X 10.4.7 Safari and Webkit crash when > running the test suite. Anybody else seeing that?\ Yeah, Safari has some serious memory leak issues that cause it to crash. We've been spending a lot of time trying to fight it, but to no avail. Don't worry about the test suite t

Re: [jQuery] draggable tree IE positioning

2007-01-22 Thread bander
This appears to still be partially broken in Interface 1.1--draggable children of draggables don't jump anymore, but droppable children are messed up. I'll put it into the bug tracker. bander wrote: > > In IE, dropping a droppable causes its children to be treated as though > they were several

[jQuery] Query and exertanl objects

2007-01-22 Thread Timothy Bowler
Hi Im new to OOP javascript. My problem is who can I access object vars from within a query function? e.g. function about(){ this.personSelected="tet"; this.init = init; this.test = test; } function init(about){ $('#dropzone').Droppable({ accept : 'peopl

Re: [jQuery] jCarousel: index of last item

2007-01-22 Thread Jan Sorgalla
Beren wrote: > > Hi everyone. I'm trying to design a jCarousel that rotates continously > (that > is, after the last item the circles closes with the first the one > seamlessly). What I'm trying to do is detach the first element in the > itemFirstOutHandler > event to attach it at the tail with

Re: [jQuery] jCarousel Scroll To

2007-01-22 Thread Jan Sorgalla
Joseph wrote: > > I have the following code. > > $("#mycarousel").jcarousel({ > itemVisible:1, > itemScroll:1, > wrap:false, > noButtons:false, > scrollAnimation:"slow" > }); > > I have links elsewhere on the page that when clicked I want jCarou

Re: [jQuery] jCarousel Scroll To

2007-01-22 Thread Joseph
Jan, Thanks soo much. I'll give this a try and let you know how it goes. Additionally, once posted, I'll share my site where this is utilized. Thanks, Joe Jan Sorgalla wrote: > > > > Joseph wrote: >> >> I have the following code. >> >> $("#mycarousel").jcarousel({ >> ite

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread [EMAIL PROTECTED]
Is TableSorter fully compatible with JQuery 1.1.1? With JQuery 1.1.1 (Rev: 1153 - 01.22.07) we get this error from a click event inside a table with TableSorter: "Error: c.split is not a function" Christian, are you still developing TableSorter? Thanks. Roso ___

Re: [jQuery] jCarousel: index of last item

2007-01-22 Thread Abel Tamayo
Thanks a lot. I'll keep you updated and post here the answer if I finally get to create a seamless carousel. On 1/22/07, Jan Sorgalla <[EMAIL PROTECTED]> wrote: Beren wrote: > > Hi everyone. I'm trying to design a jCarousel that rotates continously > (that > is, after the last item the circl

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread [EMAIL PROTECTED]
I believe that the following selector in the TableSorter plug in is not compatible with JQuery 1.1.1: if(defaults.rowHighlightClass) { jQuery("> tbody:first/tr",oTable).click(function() { if(ROW_LAST_HIGHLIGHT_OBJ) { ROW_LAS

[jQuery] jQuery 1.1 conflicts with vBulletin 3.6

2007-01-22 Thread Doug Tabacco
Hey, wondering if anyone else has run into this... jQuery seems to conflict with the latest version of vBulletin (maybe older ones too, but I don't have those). Take a look at http://www.telltalegames.com/forums/forumdisplay.php?f=12 to see what I mean. Try to click any link on the "Forum Tool

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread Mike Chabot
It works for me, although my table is very simple. -Mike Chabot On 1/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I believe that the following selector in the TableSorter plug in is not > compatible with JQuery 1.1.1: > >if(defaults.rowHighlightClass) { >jQue

Re: [jQuery] Tablesorter jquery plugin modification

2007-01-22 Thread [EMAIL PROTECTED]
Actually the error can be avoided by setting rowHighlightClass to false as default and giving it a class name that actually exists if we need the highlight-on-row-click functionality. [EMAIL PROTECTED] wrote: > I believe that the following selector in the TableSorter plug in is not > compatible

Re: [jQuery] Slide up/down via Interface is jittery - ideas?

2007-01-22 Thread Kim Johnson
Well I figured out a workaround: All I had to do was use this code courtesy of learningjquery: $('a#toggle').click(function() { $('#messengers').slideToggle(400); return false; works perfectly, with no jitter : http://www.anime-planet.com/users/usersentry3.php?id=1 Frustrating as I downloaded

[jQuery] Tool to generate HTML from plugin documentation

2007-01-22 Thread Jörn Zaefferer
Hi folks, to ease documentation of plugins, I started writing a small tool that generates HTML from inline documentation. Basically it does the same as Visual jQuery, taking the source, parsing comments, converting to XML, converting to HTML. But all in handy web interface, so you don't have to

Re: [jQuery] jQuery 1.1 conflicts with vBulletin 3.6

2007-01-22 Thread Jörn Zaefferer
Doug Tabacco schrieb: > Hey, wondering if anyone else has run into this... jQuery seems to > conflict with the latest version of vBulletin (maybe older ones too, but > I don't have those). > > Take a look at http://www.telltalegames.com/forums/forumdisplay.php?f=12 > to see what I mean. Try to

[jQuery] Performance Improvements

2007-01-22 Thread Sebastian Redl
Hi, I commented on the blog post regarding the performance comparison of various frameworks and said I would test a bit. So I did. Here are the results. The test page is very simple. It starts like this: http://www.w3.org/TR/html4/strict.dtd";> function echo(m) { var msg = document.getEl

Re: [jQuery] Kelvin's Scroll Pane

2007-01-22 Thread Kelvin Luck
OK - I've done some tweaks to the jScrollPane plugin... There is now an optional parameter "showArrows" which controls whether or not control arrows appear at the top and the bottom of the scroller: http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html I've also made it easier to

Re: [jQuery] Performance Improvements

2007-01-22 Thread John Resig
Sebastian - Could you please repost this to the Dev Mailing List? http://jquery.com/mailman/listinfo/dev_jquery.com We try to keep all core discussions located over on that list, as opposed to in the general discussion area. (But your results look quite promising!) --John __

Re: [jQuery] jQuery 1.1 conflicts with vBulletin 3.6

2007-01-22 Thread Doug Tabacco
That wasn't it, but I found the problem... it was this: $('a').click(function() { this.blur(); }); Meant to stop linked images from retaining that outline after getting clicked, but also foiling vBulletin. Jörn Zaefferer wrote: > Doug Tabacco schrieb: >> Hey, wondering if anyone else has

Re: [jQuery] Kelvin's Scroll Pane

2007-01-22 Thread Mateusz Misiorny
On 1/22/07, Kelvin Luck <[EMAIL PROTECTED]> wrote: > OK - I've done some tweaks to the jScrollPane plugin... > > There is now an optional parameter "showArrows" which controls whether > or not control arrows appear at the top and the bottom of the scroller: > > http://www.kelvinluck.com/assets/jque

[jQuery] newbee question

2007-01-22 Thread chango
Hi i know that $() equal to: document.getElementById(); What if i need to find window.parent.document.getElementById(); $$(); will work ? Sorry my bad english. -- View this message in context: http://www.nabble.com/newbee-question-tf3061812.html#a8514181 Sent from the JQuery mailing list archiv

Re: [jQuery] newbee question

2007-01-22 Thread Chris Domigan
All $() does is call the jQuery query engine to find dom elements based on a css-like query. So $("#myId") finds any element with an id of "myId". You can do $("#myId", window.parent.document) to set the context of operation. All this is documented on the website, I recommend you start at the to

[jQuery] image position question

2007-01-22 Thread Stephen Woodbridge
Hi all, I know there has got to be an easy way to do thing but I'm having trouble figuring it out. I have a div that has an image in it and this image is positioned relative to the div based on what I want to look at and this works great so far. Now I want to overlay another transparent image

Re: [jQuery] ajax and IE

2007-01-22 Thread Blair McKenzie
Different browsers handle adding script tags to the body differently. $().load() covers the gap by manually running script tags in IE, but in the other ajax functions you need to handle it yourself. That's my understanding anyway. Blair On 1/23/07, Hayden Chambers <[EMAIL PROTECTED]> wrote: -

Re: [jQuery] Tool to generate HTML from plugin documentation

2007-01-22 Thread Brice Burgess
Jörn Zaefferer wrote: > Hi folks, > > to ease documentation of plugins, I started writing a small tool that > generates HTML from inline documentation. Basically it does the same as > Visual jQuery, taking the source, parsing comments, converting to XML, > converting to HTML. But all in handy we

[jQuery] Textarea character count

2007-01-22 Thread Daemach
I am working on a form with a large number of text areas. I want to create a "counter" above each textarea that counts the characters as they type, turning red if they are over the limit or green if they are under. I am new to jquery and this seems like a natural application. For example, I wan

Re: [jQuery] image position question, take 2

2007-01-22 Thread Stephen Woodbridge
Stephen Woodbridge wrote: > Hi all, > > I know there has got to be an easy way to do thing but I'm having > trouble figuring it out. > > I have a div that has an image in it and this image is positioned > relative to the div based on what I want to look at and this works great > so far. > > N

Re: [jQuery] newbee question

2007-01-22 Thread chango
Wow, that was Fast! ok, thanks, it's the same this: window.parent$("#myId"); or it's better in the way you say. Thanks, cheers. Chris Domigan wrote: > > All $() does is call the jQuery query engine to find dom elements based on > a > css-like query. So $("#myId") finds any element with an id o

Re: [jQuery] image position question, take 2

2007-01-22 Thread Ⓙⓐⓚⓔ
your console.debug("button: action:"+ e.data.action +" check_dirty:"+check_dirty); stops my firefox in it's tracks! I use jQuery.fn.debug = function(message) { return this.log('debug:' + (message || '') +"[").each(function(){jQuery.log(this);}).log("]"); } jQuery.fn.log = jQuery.log = func

Re: [jQuery] newbee question

2007-01-22 Thread Matt Stith
I would say it is better the suggested way. I also suggest, as chris said, that you read jquery's documentation before you continue your development. On 1/23/07, chango <[EMAIL PROTECTED]> wrote: > > Wow, that was Fast! > ok, thanks, it's the same this: window.parent$("#myId"); > or it's better in

Re: [jQuery] newbee question

2007-01-22 Thread Ⓙⓐⓚⓔ
isn't' this a great list of great minds supporting newbees on the road to becoming the authors of great sites! I am proud to be a member of this active community!! We've all learned so much! and most are happy to share the knowledge! much friendlier than some other groups. :) On 1/22/07, Matt St

Re: [jQuery] image position question

2007-01-22 Thread David Duymelinck
Stephen Woodbridge schreef: > > > > > > > > in css to position one image on top of another you best use absolute positioning but if you want to position it only to its parent element you have to set it to relative. the default static position doesn't cascade child element positioning.