[jQuery] Re: Draggables in jQuery

2007-06-27 Thread Gilles (Webunity)
Drag yes, drop no ;) http://dev.iceburg.net/jquery/jqDnR/

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread Ganeshji Marwaha
When i look at Ext or Dojo or YUI, i always have a wow feeling... For a while i play around with them, and the next thing i know, i remember why i chose jquery. jquery is a great library that makes javascript easy as heaven. Once i realize this, again, i am outta dreamland and back into my

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread Alexandre Plennevaux
jScrollpane? Completely, in fact that implementation you see is our custom designed scrollbars. Btw, it is not my plugin it is another of those great plugins by Kelvin Luck: http://kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html My plugin is jqUploader, which answers the need to show

[jQuery] Re: How to show/add content under a row in a table

2007-06-27 Thread Massimiliano Marini
Then I do $(tr:even).hide(); this works fine, but also the thead/thead become hidden. There's a method to exclude the thead tag? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[jQuery] Re: Attn. developers. Speed of getElementById

2007-06-27 Thread Dmitrii 'Mamut' Dimandt
Rey Bango wrote: Hi Dmitrii, Unfortunately, this isn't a JavaScript support mailing list. The list is here to support jQuery users. There are some great JavaScript support forums at WebmasterWorld and SitePoint. If you have a specific jQuery issue, we'll be glad to help. Yeah, I know :) I

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread weepy
lurvely - i can easily hack an end event into that and it makes it droppable ! On Jun 27, 7:27 am, Gilles (Webunity) [EMAIL PROTECTED] wrote: Drag yes, drop no ;) http://dev.iceburg.net/jquery/jqDnR/

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread Erik Beeson
If you're looking for really fancy Desktop Application type controls, jQuery probably isn't the right library for you. jQuery is awesome at being a really small, blazing fast library that adds just the right amount of features to the javascript language that it actually makes javascript

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread [EMAIL PROTECTED]
Make sure you post back here when you've done that as I'd be interested in this and I'm sure others would too! On Jun 27, 9:22 am, weepy [EMAIL PROTECTED] wrote: lurvely - i can easily hack an end event into that and it makes it droppable ! On Jun 27, 7:27 am, Gilles (Webunity) [EMAIL

[jQuery] Re: Attn. developers. Speed of getElementById

2007-06-27 Thread howa
Hi John, Currently jQuery don't have caching functions, wouldn't it be great if we add it? On 6月22日, 下午10時33分, John Resig [EMAIL PROTECTED] wrote: Dimitii - test_results.PNG 14K檢視下載 Those results are really interesting - you should post them to the jQuery Dev list (where we discuss

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Ganeshji Marwaha
Thanks for the suggestion mike... i will take that into account as well... isn't it a pain. why wouldn't IE implement something as clearly documented as box model... maybe it implemented it before box model was properly documented. i dont know. - GTG On 6/26/07, Mike Alsup [EMAIL PROTECTED]

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Ganeshji Marwaha
Hi there, I have made some fixes to jCarouselLite in the past couple of days. They are 1. make the hidden until the processing is done, so that the images dont display haphazaedly all around the place 2. some margin, width, height issues where popping up which was handled in css in the earlier

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread Erik Beeson
Good luck editing Brice's code :) On 6/27/07, weepy [EMAIL PROTECTED] wrote: lurvely - i can easily hack an end event into that and it makes it droppable ! On Jun 27, 7:27 am, Gilles (Webunity) [EMAIL PROTECTED] wrote: Drag yes, drop no ;) http://dev.iceburg.net/jquery/jqDnR/

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread Ganeshji Marwaha
While some people have used it to build some desktop application type widgets, I don't think that is really the primary focus of the core development team. Is interface not part of core development team? - GTG On 6/27/07, Erik Beeson [EMAIL PROTECTED] wrote: If you're looking for really

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Anton
Love it! But... button class=prev/button button class=next/button Is there any way you could determine if the number of items equals the setting in visible? I'd like to hide these buttons if I'm already viewing all of the items. cheers, /Anton

[jQuery] Are there any Wordpress themes using jquery?

2007-06-27 Thread Kia Niskavaara
One of my favourite Wordpress themes, Redoable at http://www.deanjrobinson.com/wordpress/redoable is using Prototype. I'm also aware of a few other themes using other libraries. But I haven't found a single theme that's using jquery. Are there any? Kia

[jQuery] JQuery + Interface, Multiple Slider Problems

2007-06-27 Thread Jamie Turner
Hey All, I've been building a thermometer-like control using jquery + interface, and I've been having some problems with the Slider. I have a stripped down example here: http://jamwt.com/temp/jq/ Using FF 2.X you can see, on both thermometers, clicking anywhere works perfectly. However,

[jQuery] Re: jQuery for GreaseMonkey

2007-06-27 Thread Kia Niskavaara
Sean Catchpole wrote: On 6/25/07, Kia Niskavaara [EMAIL PROTECTED] wrote: Will this work if a site already is using jquery? Should do, jQuery has it's own double loading protection. Yes, but what about other libraries? http://docs.jquery.com/Using_jQuery_with_Other_Libraries If you

[jQuery] Transitions equivalent

2007-06-27 Thread Allan Mullan
Hey guys (and gals) Are there any plugins for jQuery that work like the transition effects from Mootools (http://docs.mootools.net/Effects/Fx-Transitions.js) - Especially the quad function? Thanks, Allan

[jQuery] Re: Attn. developers. Speed of getElementById

2007-06-27 Thread Christof Donat
hI, String comparison has to compare each char at each position. abc=abc would involve 3 iterations. digitalbush.com=digitalbush.com would involve 15 iterations. That is only really relevant if you really need to do all the comparisons. I guess that browsers do a linear search trough the

[jQuery] Re: How to show/add content under a row in a table

2007-06-27 Thread Massimiliano Marini
this works fine, but also the thead/thead become hidden. There's a method to exclude the thead tag? I've solved this problem using tow different classes, one for the tr that must be visible and one for the tr must me hidden. Tnx at all. -- Massimiliano Marini -

[jQuery] Interface Plugin draggables

2007-06-27 Thread Michael Fuerst
Hi, I'm having a problem with the draggables: I'm trying to get a half transparent background for the element I'm dragging: $('[EMAIL PROTECTED]' + strKey + ']').Draggable ( { revert: true, autoSize: true, ghosting: true,

[jQuery] Re: Drop event

2007-06-27 Thread Michael Fuerst
Erik Beeson schrieb: Also, it looks like the current position is stored internally in the Draggable somewhere. Maybe try one of these: dropped.dragCfg.currentPointer.x dropped.dragCfg.nx dropped.dragCfg.nRx Thanks Erik! dropped.dragCfg.currentPointer.x works like a charm. It's the postion

[jQuery] Re: Interface Plugin draggables

2007-06-27 Thread Michael Fuerst
Michael Fuerst schrieb: Hi, I'm having a problem with the draggables: I'm trying to get a half transparent background for the element I'm dragging: Stupid me, forget it, I had a typo in my css. Sorry. Michael

[jQuery] Improving Link Display for Print

2007-06-27 Thread fambizzari
Hi all, Does anybody know if the js used in the ALA article Improving Link Display for Print (http://alistapart.com/articles/improvingprint) was re-written for jQuery? I think that jQuery would do a much better job than that which has been presented. Thanks

[jQuery] Select only the next row in a table

2007-06-27 Thread Massimiliano Marini
Hi all, I've this table : table id=t1 tr class=visible tda href=# class=showNextRowView Next Row/td tdCell with content/td /tr tr class=hidden td colspan=2Hello to the jQuery community/td /tr ... ... ... /table I'm using this code to diplay the tr with hidden class :

[jQuery] Re: Interface Plugin draggables

2007-06-27 Thread Michael Fuerst
Michael Fuerst schrieb: I'm having a problem with the draggables: I'm trying to get a half transparent background for the element I'm dragging: Stupid me, forget it, I had a typo in my css, sorry. Michael

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread weepy
ah - don't want to get y'all too excited - but I just meant providing 'dragstart' and 'dragend' callback events. :...( On Jun 27, 10:23 am, Erik Beeson [EMAIL PROTECTED] wrote: Good luck editing Brice's code :) On 6/27/07, weepy [EMAIL PROTECTED] wrote: lurvely - i can easily hack an

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Olaf Bosch
Ganeshji Marwaha schrieb: Hi there, I have made some fixes to jCarouselLite in the past couple of days. They are Oho, what for fine Plug. Is so good. On other side, i do JS OFF in Fx, oh, what i see, nothing and all the Buttons :( This should be on your ToDo-List. And is it better you

[jQuery] Re: Transitions equivalent

2007-06-27 Thread Erik Beeson
Like this? http://gsgd.co.uk/sandbox/jquery.easing.php --Erik On 6/27/07, Allan Mullan [EMAIL PROTECTED] wrote: Hey guys (and gals) Are there any plugins for jQuery that work like the transition effects from Mootools (http://docs.mootools.net/Effects/Fx-Transitions.js) - Especially the

[jQuery] Re: Attn. developers. Speed of getElementById

2007-06-27 Thread Rey Bango
Yeah, I saw that you posted it into Dev. I know John wanted you to share it with the dev group so thanks for posting it there. Rey Dmitrii 'Mamut' Dimandt wrote: Rey Bango wrote: Hi Dmitrii, Unfortunately, this isn't a JavaScript support mailing list. The list is here to support jQuery

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread Erik Beeson
While it's arguing a bit of a technicality, I maintain that Interface is not part of the core development of jQuery, and that it's still very much an addon, not a true first class citizen like in Ext/YUI. From http://docs.jquery.com/About/Contributors Interface has been adopted as an

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread Rey Bango
Erik, I think I can clarify this. Interface is an official plugin and a big part of the jQuery project. Both Stefan Paul, the authors and maintainers of Interface, are members of the jQuery project team whose primary task is to work on effects. The relationship is more like

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread Erik Beeson
Thanks for the clarification. --Erik On 6/27/07, Rey Bango [EMAIL PROTECTED] wrote: Erik, I think I can clarify this. Interface is an official plugin and a big part of the jQuery project. Both Stefan Paul, the authors and maintainers of Interface, are members of the jQuery project team

[jQuery] Re: resize columns!

2007-06-27 Thread Simpel
Hi Su YEAH! the splitter is is exactly what I'm after! Thanks for the tip! On 25 Juni, 17:42, Su [EMAIL PROTECTED] wrote: On 6/25/07, Simpel [EMAIL PROTECTED] wrote: What I'm after is a way of changing the width of the columns by dragging some kind of slider, the height of the columns

[jQuery] How much info to disclose

2007-06-27 Thread Rey Bango
John, There have been some questions about Interface and whether its official or not. With Paul basically reworking several key aspects of effects, do we want to release any info on his work? Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED]

[jQuery] Re: jQuery solutions needed...

2007-06-27 Thread John Farrar
I have shared this at speaking engagements on other topics over the years. When windows and mac took the Xerox window technology and created the replacement for DOS as it was known there was a reason it worked. Along the same time there was also a core group of assembly programmers that

[jQuery] Re: How much info to disclose

2007-06-27 Thread John Resig
Rey sent this to the list accidentally. Just to clarify for everyone: We're working on some more plugins that we'll be announcing soon. Interface is still an official plugin and nothing is changing in this respect. Expect to see more information about the upcoming releases later this week.

[jQuery] Re: jQuery, Ajax Form and memory usage

2007-06-27 Thread Vivi
Anyone got any idea about how to resolve this issue? Thanks a lot :)

[jQuery] slideViewer now works with the toolTip plugin!

2007-06-27 Thread GianCarlo Mingati
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Hi all. I think i'm done with this plugin. It is becoming a monster so it's better to leave it as it is now. Added in the past 24H: 1) a tricky preloader wich equally works for FF, Opera and IE7 2) added

[jQuery] Integrating Google Internal Site Search using jquery

2007-06-27 Thread tzmedia
Curious if anyone had any ideas about integrating the internal site search from javascriptKit: http://www.javascriptkit.com/script/script2/google_site_search.shtml I've got some ideas, but wondered if anyone had seen any site search utilities using jquery and any other search resources or

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread tzmedia
It looks very useful, i've been looking at solutions to add feature content, slides if you will to site homepages. Something on a timer, with manual slide controls also. Similar to what download.com used to do on it's homepage. This looks like it could do just that, possibly. You've got a nice

[jQuery] Re: jQuery and confirm

2007-06-27 Thread Angelo Zanetti
Hi Alexander, Do you have any idea of how I can build a wrapper for the confirm() box? Thanks Angelo Alexandre Plennevaux wrote: It's because of the way cody's thickbox script is made: it does not by default give control on how the thickbox gets executed Your link gets thickboxed since it

[jQuery] Re: slideViewer now works with the toolTip plugin!

2007-06-27 Thread Salvatore FUSTO
great, paisa' salvatore P.S. è che su queste liste sembriamo degli emigrati stile inizio '900 :) - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Wednesday, June 27, 2007 3:43 PM Subject: [jQuery] slideViewer now works

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-27 Thread Kia Niskavaara
Michael Price wrote: Logan Cai wrote: could you send me a copy of Catfish-Advert-Plugin-1.3, if you have. Logan, I don't think the problem is the plugin. The one I sent may well have been 1.3, but I think Catfish was written for jQuery 1.0.x and obviously we're on 1.1.x now and there

[jQuery] Re: jQuery and confirm

2007-06-27 Thread Alexandre Plennevaux
Change your links launchingthe tickbox to another class, say thickboxDeleteImage. Remove the onclick code attached to your links. Stick Something like this (untested) inside a script tag in the head of yur html document: $(document).ready(function(){

[jQuery] Re: Are there any Wordpress themes using jquery?

2007-06-27 Thread Su
Aquatic Adventures[1]: http://tomk32.de/2007/04/03/wordpress-theme-aquatic-adventures/ Scanning the post, he says that it uses jQuery as usual, so I presume he's done others with it. [1] http://www.google.com/search?q=wordpress+theme+jquery On 6/27/07, Kia Niskavaara [EMAIL PROTECTED] wrote:

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-27 Thread cfdvlpr
I've taken a look at swfIR and that seems to work. However, I'm not sure that I can change the src of the image with Jquery and have it still work (without a page refresh). Please correct me if I am wrong. I'm developing in Coldfusion, by the way. But, I don't think I can use a server side

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-27 Thread Scott Trudeau
I'm developing in Coldfusion, by the way. But, I don't think I can use a server side script for this as I need it to update without a page refresh... There are a number of ways you could do this with a .ajax or similar call. E.g., let's say you write a coldfusion script that accepts as

[jQuery] Re: Select only the next row in a table

2007-06-27 Thread Corey Frang
Not really, that selector finds ALL tr then any tr after each of those. Assuming your calling it from something like this: $(.showNextRow).click(function() { $(this).parents(tr).next(tr.hidden).show(); return false; }); also assuming that the t1 table isn't inside another table with a

[jQuery] Re: Select only the next row in a table

2007-06-27 Thread Karl Swedberg
On Jun 27, 2007, at 11:29 AM, Corey Frang wrote: Not really, that selector finds ALL tr then any tr after each of those. Assuming your calling it from something like this: $(.showNextRow).click(function() { $(this).parents(tr).next(tr.hidden).show(); return false; }); also assuming

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-27 Thread weepy
maybe check this out : http://www.netzgesta.de/instant/ *...( On Jun 27, 4:24 pm, Scott Trudeau [EMAIL PROTECTED] wrote: I'm developing in Coldfusion, by the way. But, I don't think I can use a server side script for this as I need it to update without a page refresh... There are a

[jQuery] Re: How do I find this error?

2007-06-27 Thread Chris Jordan
Thanks heaps, Mike! I've a question though. That blog entry you point to says: When you've enabled Script Debugging 'View-Script Debugger' will now be present to help you break into the debugger. But, I'm not finding that's the case. Also, it goes on to talk about three applications that the

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread JoshN
OK, after some Googling I found out that in IE6, innerHTML within a table is read-only. Since the jQuery load method uses innerHTML, you can't load a tr into a table. Crap. On Jun 26, 6:01 pm, Josh Nathanson [EMAIL PROTECTED] wrote: Hey all, I have a script that does an ajax load into a

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-27 Thread tzmedia
Not for certain, did you try placing the link between paragraph tags and applying the css to the P tags. Just a thought, seems to me I've tried centering some text beneath an image and not had much luck either. On Jun 27, 12:18 pm, Muckinger [EMAIL PROTECTED] wrote: Hi, i would like to use

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Ganeshji Marwaha
sure anton... point noted and will incorporate it this weekend :-). thanks for the feedback. -GTG On 6/27/07, Anton [EMAIL PROTECTED] wrote: Love it! But... button class=prev/button button class=next/button Is there any way you could determine if the number of

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Ganeshji Marwaha
Thanks Jan, I will take a look at it. To be honest, i was planning to dig into your source code this weekend. Now that you have pointed me to the exact functions that i need to de-code, i guess, you have saved me a lot of time. Thank u very much. -GTG On 6/27/07, Jan Sorgalla [EMAIL PROTECTED]

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Ganeshji Marwaha
Thanks for ur kind words tzmedia. Some of the features that are planned for the next release are 1. automatic scrolling 2. scrolling many items at a time 3. auto-detection of buttons - if necessary Looks like automatic scrolling is something that you are looking for. But, i don't understand what

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Jan Sorgalla
Hi, On Jun 27, 6:40 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Thanks Jan, I will take a look at it. To be honest, i was planning to dig into your source code this weekend. Now that you have pointed me to the exact functions that i need to de-code, i guess, you have saved me a lot of

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-27 Thread Muckinger
I´ve tried to but the Link between div, p span ... whatever. Always the same effect. I tried also to change the Link to a block-element. :-( Any other Idee? As i said, must be a Firefox-Problem, IE works... {js}sTyler wrote: Not for certain, did you try placing the link between paragraph

[jQuery] NEWS: Ajax Rain: Showcase of Awesome Ajax Controls

2007-06-27 Thread Rey Bango
I came across a great link today on DZone.com for Ajax Rain (http://www.ajaxrain.com). It has one of the best lists of Ajax widgets and controls I've ever seen. The site actually uses jQuery and lists quite a number of jQuery plugins. In addition, it lists out controls from other libraries

[jQuery] Re: Estimated 1.1.3 release date?

2007-06-27 Thread Chip D
Just wondering in 1.1.3 is any closer to getting a release date? On May 15, 8:07 pm, MikeR [EMAIL PROTECTED] wrote: Ok great, John =). Thanks for the update. On May 15, 12:43 pm, John Resig [EMAIL PROTECTED] wrote: We're still dealing with site issues, hopefully this weekend, but again,

[jQuery] Difference between element and # access

2007-06-27 Thread Terry B
what is the difference between $t(div.TimelineContainer) and $t(#TimelineContainer) within JQuery? is the first using byid and the other by tagname?

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread Terry B
i dont have any problems with mine in IE6 var ID = function(query) { return query.ID }; var FIELD = function(query) { return query.FIELD }; function NewQueryResult(result) { DWRUtil.removeAllRows(testBody); DWRUtil.addRows(testBody, resultarray, [ ID , FIELD ]) } ~Terry On Jun 27, 12:27

[jQuery] Re: Estimated 1.1.3 release date?

2007-06-27 Thread John Resig
We got delayed trying to add some speed improvements, it'll be this work week, we're just checking against the final few plugins that we broke last time. --John On 6/27/07, Chip D [EMAIL PROTECTED] wrote: Just wondering in 1.1.3 is any closer to getting a release date? On May 15, 8:07 pm,

[jQuery] Re: Validate() and TinyMCE problem

2007-06-27 Thread Diego A.
Ideally... OR, the FCK plugin could integrate itself to the others the same way I integrate it with the Form plugin. But since we're talking about mix- matching plugins, this would require some feedback from the plugins' authors... eg.: // find existing method to override if($.fn.ajaxSubmit){

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread Karl Swedberg
Hi Josh, I wonder if you could get your tr through a different ajax method and then append it to the tbody once it's retrieved. Something like this, perhaps: $.get('prodsched/dom_dpdcolorrow.html', function(data){ $(data).appendTo('#' + asp + '_tbody'); }); Not positive it will work,

[jQuery] Re: Validate() and TinyMCE problem

2007-06-27 Thread Diego A.
I've started a new thread here: http://groups.google.com/group/jquery-en/browse_frm/thread/f649148d8ff5511a ...so more people can check it out and tell us what they think. On Jun 27, 6:15 pm, Diego A. [EMAIL PROTECTED] wrote: Ideally... OR, the FCK plugin could integrate itself to the others

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread Josh Nathanson
DWRUtil.removeAllRows(testBody); DWRUtil.addRows(testBody, resultarray, [ ID , FIELD ]) I think that those methods probably create/append nodes rather than use innerHTML. I recognize those methods from CFAjax. -- Josh - Original Message - From: Terry B [EMAIL PROTECTED] To:

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread Josh Nathanson
Thanks Karl, I'll give that a try. -- Josh - Original Message - From: Karl Swedberg To: jquery-en@googlegroups.com Sent: Wednesday, June 27, 2007 10:16 AM Subject: [jQuery] Re: Load into tbody, errors IE6 Hi Josh, I wonder if you could get your tr through a

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Diego A.
I'm not sure, but I'm guessing there will be some sort of performance difference. I'm guessing '#id' is faster than 'div#id' if '#id' just uses getElementById, whereas 'div#id' might finds all divs then filter by id. On Jun 27, 5:46 pm, Terry B [EMAIL PROTECTED] wrote: what is the difference

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Ganeshji Marwaha
the first one will find all the div elements with a class name of TimelineContainer. the second one will any element with an id of TimelineContainer -GTG On 6/27/07, Diego A. [EMAIL PROTECTED] wrote: I'm not sure, but I'm guessing there will be some sort of performance difference. I'm

[jQuery] Re: Difference between element and # access

2007-06-27 Thread John Resig
They're both just as fast as each other - jQuery has an optimization in place to account for that. Terry: I assume that you mean div#TimelineContainer in your first example. --John On 6/27/07, Diego A. [EMAIL PROTECTED] wrote: I'm not sure, but I'm guessing there will be some sort of

[jQuery] Re: jQuery for GreaseMonkey

2007-06-27 Thread Sean Catchpole
On 6/27/07, Kia Niskavaara [EMAIL PROTECTED] wrote: Yes, but what about other libraries? var $j = jQuery.noConflict(); Maby this should be included in the greasemonkey script? An excellent point, perhaps I'll stick the entire [code] region inside of a closure so that one can still call jQuery

[jQuery] Re: slideViewer now works with the toolTip plugin!

2007-06-27 Thread GianCarlo Mingati
bella ;-) ma tu di dove sei? io di roma gc On Jun 27, 4:19 pm, Salvatore FUSTO [EMAIL PROTECTED] wrote: great, paisa' salvatore P.S. è che su queste liste sembriamo degli emigrati stile inizio '900 :) - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Terry B
yea already been testing the methods and going from div.[name] to #[name] took my script from 70s to 16s. i also tested using the document.getElementById('[name]') and there was no difference between that and using #. no more div.[name] for me On Jun 27, 1:57 pm, Diego A. [EMAIL

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Karl Swedberg
On Jun 27, 2007, at 2:02 PM, Ganeshji Marwaha wrote: the second one [ $t(#TimelineContainer) ] will select any element with an id of TimelineContainer Quick clarification. This will only select the first one it finds in the DOM. To find any element with an id of TimelineContainer, we'd

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread Karl Swedberg
So glad to hear that it worked! Cheers, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 27, 2007, at 2:09 PM, Josh Nathanson wrote: Karl, I've got it working now, using $.get and appendTo. I knew it couldn't be as hard as I was making it. Thanks a

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-27 Thread zarino
Wow, Scott, that's thorough! The third method seems the most plausible. I've tried to implement it, but the fact snippets don't appear in the 'factholder'. Safari tells me there's an error loading the page, and I see that it's tried to load the file website/facts/undefined.html (instead of

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-27 Thread Scott Sauyet
zarino wrote: How come the javascript governing which file-name to choose isn't working? Also, does the path in the jQuery .load event have to be relative to that javascript file, or the 'parent' html file? The path should be relative to the HTML page, not the Javascript. If that doesn't

[jQuery] Re: Integrating Google Internal Site Search using jquery

2007-06-27 Thread Sean Catchpole
Hi, I don't really see the point of making this a jQuery plugin, it's very straightforward as is. Now perhaps if the searches where returned via ajax then that's a different story. ~Sean

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-27 Thread zarino
Hm... I've made the path relative to the HTML file, but it still doesn't work. You can now find all of the files here - http://zarino.zappia.co.uk/keep/ ...or for quick reference: - http://zarino.zappia.co.uk/keep/default.html - http://zarino.zappia.co.uk/keep/scr/files.js -

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Terry B
The whole point of having an ID is to have a unique id. You should not be assigning the same ID name to multiple objects. Use classes if you want to handle multiple objects. http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#adef-id id = name [CS] This attribute assigns a name

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-27 Thread Benjamin Sterling
Diego, No real feedback, just a Great work pat on the back. I'd like to see the TinyMCE implementation (or even a TinyMCE to jQuery re-write). On 6/27/07, Diego A. [EMAIL PROTECTED] wrote: This is a new thread that originates from this one:

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-27 Thread Scott Sauyet
zarino wrote: Hm... I've made the path relative to the HTML file, but it still doesn't work. My fault. Try: var fact = facts[Math.floor(facts.length * Math.random())]; not var fact = facts[Math.floor(facts.size * Math.random())]; -- Scott

[jQuery] Re: Integrating Google Internal Site Search using jquery

2007-06-27 Thread tzmedia
That's what I was thinking about was using Ajax to show the results in the main div content area as one possibility with jquery. Not sure how practical that would be. I've seen search features contained in a div where the whole thing slides down. Such as: http://www.wordofsport.com/ when you

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Karl Swedberg
Yes, of course, Terry. I didn't mean to suggest that having multiple IDs is a good idea. I was just noting that the ID selector $('#TimelineContainer') will not select any element with that ID. It will only find one -- even if someone wrongly has more than one element with the same ID.

[jQuery] Re: Select only the next row in a table

2007-06-27 Thread Massimiliano Marini
Great! It works! :) I've learned something new, thanks to Glen, Corey and Karl. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Terry B
sry man, i wasnt meaning to get on ya... i wanted to just to point it out cause some ppl really dont know and i would luv to see the developers actually enforce it and not make it easy to be lazy :D so, again sorry... On Jun 27, 4:12 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Yes, of

[jQuery] error at new plugin page

2007-06-27 Thread MathiasBank
Hallo, It seems, that there is an error at the new plugin page: jQuery Extensions for example should have 8 plugins. But if I'm looking into this category, there are only 4 Extensions. I cannot see a next or previous link. How can I get a complete list of avaiable plugins? Mathias

[jQuery] Re: error at new plugin page

2007-06-27 Thread John Resig
Huh, yeah - that's weird - it stops at four and doesn't continue. Also look at Layout (which should have 7) which also only has 4. I'm CC'ing Mike into this so that he can spot it as well. --John On 6/27/07, MathiasBank [EMAIL PROTECTED] wrote: Hallo, It seems, that there is an error at

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-27 Thread zarino
Excellent! That was it. It all works brilliantly now. :-D As a side-note: Am I being really picky here, or could the contents of facts.js and custom.js be combined into one file? Seems a shame to have a whole separate javascript file containing just one line of code. Thanks so much. ~ Zarino

[jQuery] Re: error at new plugin page

2007-06-27 Thread Mike Alsup
A lot of (most? all?) categories behave that way. Including the All plugins category. Mike On 6/27/07, John Resig [EMAIL PROTECTED] wrote: Huh, yeah - that's weird - it stops at four and doesn't continue. Also look at Layout (which should have 7) which also only has 4. I'm CC'ing Mike into

[jQuery] Re: Dimensions - scrollTop

2007-06-27 Thread Brandon Aaron
On 6/27/07, Glen Lipka [EMAIL PROTECTED] wrote: I dont understand how scrollTop works. Look at this demo page. http://www.commadot.com/jquery/dimensions/ Scroll to the bottom and click the box. Shouldn't it have something in ScrollTop? It is the window that has the scroll offset in this

[jQuery] Re: Randomly insert one of a pre-defined HTML extracts?

2007-06-27 Thread Scott Sauyet
zarino wrote: Excellent! That was it. It all works brilliantly now. :-D As a side-note: Am I being really picky here, or could the contents of facts.js and custom.js be combined into one file? Seems a shame to have a whole separate javascript file containing just one line of code. That would

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread Ganeshji Marwaha
whatever u provide... i am interested in some lite-weight dra-drop plugin... be sure to post it back here... u already have an excited user waiting to use it. -GTG On 6/27/07, weepy [EMAIL PROTECTED] wrote: ah - don't want to get y'all too excited - but I just meant providing 'dragstart'

[jQuery] Re: Dimensions - scrollTop

2007-06-27 Thread Glen Lipka
Ahh, I see. Thank you. In terms of setting the ScrollTop, is it possible for that to take a Duration parameter so it could do a slow scroll? Maybe even take easing? Its alot less jarring on the user that way. (Although certainly not for all circumstances) Im excited to swap out for 1.0. I can

[jQuery] Re: How do I find this error?

2007-06-27 Thread Ganeshji Marwaha
yes, u r right, u have to have one of those applications... i have used both script debugger and script editor. both are ok... so, first download and install it... and then follow the instructions that is given on the top of the blog entry. This should result in ur view-script debuggger menu...

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-27 Thread Ganeshji Marwaha
posting an demo page some where would help me take a look. -GTG On 6/27/07, Muckinger [EMAIL PROTECTED] wrote: I´ve tried to but the Link between div, p span ... whatever. Always the same effect. I tried also to change the Link to a block-element. :-( Any other Idee? As i said, must be a

[jQuery] Collapsible/Accordion Listing

2007-06-27 Thread aDeviKreates
Greetings All! I am attempting to create a price list as follows: Product Product Category Items When the user comes to the page, I want all the Products to be visible with their Categories and Items hidden. Once the user clicks on the Product, I want the Categories to be displayed with their

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread Glen Lipka
Wow, that kicks ass. I just switched to it from interface draggable on my blog. Saved me 40k. Interestingly, I am dragging a 24-bit PNG. IE is the one with wierd behavior. First off, it jumps way to the left when you start dragging. Secondly, it kills the opacity. I probably should revisit my

  1   2   >