[jQuery] Re: Inserting text into TextArea at location

2007-06-25 Thread Alex Brem
Hi variaas, just use my plugin or just the code as inspiration: http://laboratorium.0xab.cd/jquery/fieldselection/0.2.3-test/ I'm a bit busy so please check out test.html for an example. :) Alex variaas wrote: How do I insert a string at a specific place in a textarea? I want to insert the

[jQuery] Re: Javascript: OOP help, accessing parent objects

2007-06-25 Thread Christof Donat
Hi, function Contained () { var self=this; self.var1=1; self.var2=2; self.method1=function () { }; } function Container () { var self=this; self.varA = 'a'; self.varB = 'b'; self.containedObj = new Contained; } var foo = new Container;

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

2007-06-25 Thread Ganeshji Marwaha
Thanks Glen for the kind words and the suggestion. I will implement it asap. In the meantime, i have some temporary thingie in place that should avoid the problem in the server until i get it fixed. -GTG On 6/24/07, Glen Lipka [EMAIL PROTECTED] wrote: I like it alot. The only thing that

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

2007-06-25 Thread Ganeshji Marwaha
Thanks, glad you liked it. On 6/24/07, Jean [EMAIL PROTECTED] wrote: very nice! On 6/24/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Hi there, I have been using jquery for a couple of weeks now. I should say this is the best library out there. I come from raw javascript, prototype,

[jQuery] Javascript: OOP help, accessing parent objects

2007-06-25 Thread Gordon
I am tryign to make more use of OOP techniques in JavaScript, but most of the OOP I have done up to now has been in class-based languages, and I'm struggling a little with the prototype based approach used in javascript. I know this isn't a jQuery specific question but you guys seem like the

[jQuery] Re: Javascript: OOP help, accessing parent objects

2007-06-25 Thread Christof Donat
Hi, C++ ... (new Container()).containedObj.method1(); //How could method1 ever access varA? OOps, this shopuld of course read (new Container())-containedObj.method1(); Christof

[jQuery] slideView plugin (nav auto-selection)

2007-06-25 Thread GianCarlo Mingati
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Hi all, now when you click a link, a className of current is applied (eg: if you click #6, current class is added to that link and removed from each other link in the list: the first time the gallery

[jQuery] Re: jQuery for GreaseMonkey

2007-06-25 Thread Kia Niskavaara
Will this work if a site already is using jquery? Sean Catchpole wrote: Ahoy, Seems like a had a little time, so here's the script: http://userscripts.org/scripts/show/10141 Cheers ~Sean

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

2007-06-25 Thread GianCarlo Mingati
Very nice, seems similar to http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html ;-)) GC On Jun 25, 10:36 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Thanks, glad you liked it. On 6/24/07, Jean [EMAIL PROTECTED] wrote: very nice! On 6/24/07,

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

2007-06-25 Thread Rob Desbois
Josh, that's all very true, but the reason that getElementById() is faster than getElementsByTagName() for example, is that it doesn't traverse the DOM to perform a string comparison of each element's ID. I don't know what the exact mechanism is, but I would assume it is a hash table from

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

2007-06-25 Thread JimD
This is excellent. I too found Jcarousel to be very cool but a bit heavy for my needs especially as a secondary app on our site. As Xavier mentioned auto scroll would be great not much more needed. On Jun 25, 3:11 am, xavier [EMAIL PROTECTED] wrote: Hi, Like it as well. Would it be possible

[jQuery] Parseing XML in Internet Explorer with jQuery

2007-06-25 Thread Gordon
I am writing an application that looks up addresses based on post codes. I have modified the perl script that the database provider supplied to output XML, and now I need to write some client side javascript to parse the results. At the moment I'm at a very early stage and thought it would be a

[jQuery] Re: Javascript: OOP help, accessing parent objects

2007-06-25 Thread Gordon
Okay, thanks for the help. I was just trying to figure out how to do inheritence in javascript and instead embedded objects inside other objects. :) One solution I found was something like this: function Contained () { var self=this; self.var1=1; self.var2=2;

[jQuery] Style question: holding on to an element

2007-06-25 Thread Michael Schuerig
I've been looking at the source code for the Dim Screen plugin http://docs.jquery.com/Plugins/dimScreen Two things caught my eye. The plugin always refers to the overlay div by id. Is there a reason not to close over a variable referring to the overlay instead? Then, when the overlay is

[jQuery] Re: resize columns!

2007-06-25 Thread Marc Jansen
Hi, mabe this is exactly what you are searching: http://spindrop.us/2007/05/22/equal-height-columns-with-jquery/ -- Marc Simpel schrieb: Hi there has anyone seen a demo or something that can resize the width of several div:s? What I'm looking for can be found on netvibes.com. They have a

[jQuery] Comet and Taconite

2007-06-25 Thread peter
I was wondering if someone could help me. I am trying to write a new module for PerlJQuery that includes comet, and am having difficulty with the example. PerlJQuery is based on CGI and taconite and should also works with mod_perl. I would really appreciate it if someone could give me a really

[jQuery] Re: slideView plugin (nav auto-selection)

2007-06-25 Thread Sapphire
Nice update. Is it possible to add some descriptive text to each image using a markup like this: liimg style=float:left src= /psome text to describe image/p/li Also, how about making the hover and active colors different. Thanks for all your efforts. -- Sapphire On Monday 25 June 2007

[jQuery] Re: .click() not working on page loaded with .load()

2007-06-25 Thread Dan G. Switzer, II
Krafton, I'm using this code in jquery to load the content of a div (primaryContentContainer) by cliking on a href... $(document).ready(function() { $(a).click(function() { var link=$(this).attr(id);

[jQuery] Re: OT: Excellent Resource for Web Developers

2007-06-25 Thread Rey Bango
Sweet! Glad it helped! :) Jean wrote: man this save my life i have one project to do and i will make the flash content but i´m not so good in this and the http://www.webappers.com/2007/06/23/flash-and-javascript-interactive-diy-map/ resolve a lot of things LOL On 6/24/07, [EMAIL

[jQuery] Re: ANNOUNCE: Linux.com is using jQuery

2007-06-25 Thread Rey Bango
Very cool! howa wrote: jQuery rules -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com

[jQuery] Re: Javascript: OOP help, accessing parent objects

2007-06-25 Thread Christof Donat
Hi, Okay, thanks for the help. I was just trying to figure out how to do inheritence in javascript and instead embedded objects inside other objects. :) Ah, what you are looking for is this: function super() { /*...*/ }; super.prototype = { varA: 'a', varB: 'b' } function

[jQuery] Re: .click() not working on page loaded with .load()

2007-06-25 Thread Karl Swedberg
Hi Krafton, In addition to Dan's excellent reply, I'd like to suggest a couple good resources: Brandon Aaron has written a plugin to help with binding events to elements after they're inserted into the DOM: http://dev.jquery.com/browser/trunk/plugins/behavior Also, this tutorial

[jQuery] Re: resize columns!

2007-06-25 Thread Simpel
Hi! Thanks for answering but I'm afraid that's not what I'm looking for. 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 is more or less irrelevant... On 25 Juni, 15:59, Marc Jansen [EMAIL PROTECTED] wrote: Hi, mabe

[jQuery] TreeView with Checkbox Tree

2007-06-25 Thread Mario Moura
Hi Folks I am looking for this: http://www.blueshoes.org/_bsJavascript/components/tree/examples/example3.html I want insert Checkbox in my treeview. Is it possible with JQuery? Regards Mário Moura

[jQuery] Re: slideView plugin (nav auto-selection)

2007-06-25 Thread GianCarlo Mingati
Hi, it would be possible but i'd like to keep slideViewer very simple to setup and use. Adding new tags and content to each LI element would add time to setup the gallery, instead the idea behind slideviewer is: write a list of images, add a 1(one) line script, refresh the page ;-) The html

[jQuery] Use sortable and droppable together

2007-06-25 Thread kiloo
Hi, I'm prototyping an application, trying to put a sortable and a droppable together. Basically, the sortable has a bunch of list items which are sortable, but I also have a droppable on the same page and contains a list of droppable items, which themselves are NOT draggable or sortable. I

[jQuery] Re: jQuery for GreaseMonkey

2007-06-25 Thread Sean Catchpole
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. ~Sean

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

2007-06-25 Thread Ganeshji Marwaha
@xavier - sure, i will add an autoscroll feature asap, and will keep this list updated when i do so. Thanks a ton for the feedback. @jim - yes, the key is light-weight. It is just under 1.5K, and i guess that should't bite when we are bandwidth constrained. ;-). Thanks a lot for the feedback.

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

2007-06-25 Thread Ganeshji Marwaha
yes, it looks similar to imageslide plugin, but with more customization options. For example, change the direction from horizontal to vertical, change the number of visible items, change the animation speed, add custom navigation buttons, use any content instead of images only. Just something to

[jQuery] Re: Parseing XML in Internet Explorer with jQuery

2007-06-25 Thread Gordon
The perl script sends an application/xml header. And where am I bypassing UTF encoding? (The responseXML in the code shouldn't have been there by the way, it was just a leftover from my attempts to work around the problem) On Jun 25, 6:16 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: q:when is an xml not

[jQuery] Re: TreeView with Checkbox Tree

2007-06-25 Thread Christof Donat
Hi, I am looking for this: http://www.blueshoes.org/_bsJavascript/components/tree/examples/example3.ht ml I want insert Checkbox in my treeview. Is it possible with JQuery? I guess Jörns Treeview Plugin will do the trik for you. Just add the checkboxes to the li-Tag.

[jQuery] Preload multiple hidden data with $.get()?

2007-06-25 Thread vince
I am using many draggable and hideable panes such as for preferences and quick info. Right now I am using multiple $.get requests at document load and am not getting all the data loaded for some reason. Maybe there is an easier way to do this? Example: $(document).ready( function() {

[jQuery] Re: Preload multiple hidden data with $.get()?

2007-06-25 Thread Josh Nathanson
It looks like you are using php, can you just do a plain old server include, rather than doing it client side? -- Josh - Original Message - From: vince [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday, June 25, 2007 10:48 AM Subject: [jQuery] Preload

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

2007-06-25 Thread Ganeshji Marwaha
How do i add this plugin to the jquery plugins page ( http://docs.jquery.com/Plugins). Do i register, login and edit the wiki myself, or should i be sending it to someone who is authorized to do this? -GTG. On 6/25/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: @xavier - sure, i will add an

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

2007-06-25 Thread Mike Alsup
Just register and then you can add it yourself. BTW, I like this plugin. Cheers! Mike How do i add this plugin to the jquery plugins page (http://docs.jquery.com/Plugins).

[jQuery] Re: TreeView with Checkbox Tree

2007-06-25 Thread Jörn Zaefferer
Christof Donat wrote: I want insert Checkbox in my treeview. Is it possible with JQuery? I guess Jörns Treeview Plugin will do the trik for you. Just add the checkboxes to the li-Tag. http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ Thats what I thought at first, too.

[jQuery] Re: New Plugin Repository Issue Queue

2007-06-25 Thread Dan G. Switzer, II
This is a stupid question, but I submitted a plug-in last week and it's yet to show up in the list of plug-ins. What am I missing? -Dan _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Monday, June 25, 2007 3:31 PM To:

[jQuery] Re: .click() not working on page loaded with .load()

2007-06-25 Thread Krafton
Thanks Dans, That's exatcly my problem, following your advice, this is my new code : $(document).ready(function() { $(a).bind(click,function() { var link=$(this).attr(id); $(#primaryContentContainer).load(pages/+link

[jQuery] Re: jQuery binding without chaining events?

2007-06-25 Thread Ganeshji Marwaha
as scott mentioned, i would strongly reading through the article. But, just for fun here is a simple hack that could be useful. $(#elem).unbind(click).bind(click, fnName); this will unbind all the click event handlers from the provided element, then bind ur new click event. this way you can be

[jQuery] Re: New Plugin Repository

2007-06-25 Thread Chris Jordan
Okay, I've finally looked over this big ol' thread to see if my question was covered or not... and it wasn't. Back when this page was first released (and then removed after the DDOS atack), I had registered and added my plug-in. The good news was that I went to put my plug-in back in the

[jQuery] Re: New Plugin Repository

2007-06-25 Thread Jörn Zaefferer
Chris Jordan wrote: Any help would be appreciated. Based on the current situation I can recommend to stick with your current repository, put a link to that repository and upload new releases as zip-files on the plugin page. It doesn't really matter where the repository is hosted, as long

[jQuery] Re: New Plugin Repository

2007-06-25 Thread Jörn Zaefferer
Daemach2 wrote: Here's an idea: If the newly created official plugin repository could be the home for the plugins themselves, and had a publishing interface that could make its data available to other servers via a web service or json/xml download, perhaps the community could create a local

[jQuery] Re: New Plugin Repository

2007-06-25 Thread Daemach2
I'm up for anything that would make this process easier for new people. plugin dependencies are a pain to deal with! It might make coding easier too - create a new plugin, and list some starting dependencies. On your local test page, use script src=generateScripts.cfm?scripts=jquery,.myplugin

[jQuery] Re: slideView plugin (nav auto-selection)

2007-06-25 Thread johan_vm
http://interface.eyecon.ro/demos/slideshow.html#5slideShow1 This is what I am searching... On 25 jun, 18:33, johan_vm [EMAIL PROTECTED] wrote: Hi, This plugin is very nice. But I have one question/request: Could it be even simpler? I'd like to use standard jQuery effects when

[jQuery] SELECTOR CHALLENGE

2007-06-25 Thread John Farrar
OK here it is short and simple. If I have more than one form on a page I would like to select on the forms like this... form coop:manage=true I would like this to be returned as a jQuery object that can be itterated through with .each! Thanks oh guru in advance for your great knowledge,

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread John Farrar
NOTE: I can select the forms and loop through them using var myResults = new Array(); jQuery('form').each(function(){ if(this.attr('coop:manage') == true) myResults[myResults.length] = this; }); return myResults; ...but that gives me an array that is non-jquery and it isn't as good as it

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

2007-06-25 Thread Karl Swedberg
be sure to add it to http://jquery.com/plugins/ (without the docs.), too! The docs plugin page is deprecated. (Not gone away, just deprecated.) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 25, 2007, at 3:20 PM, Mike Alsup wrote: Just

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread Sean Catchpole
On 6/25/07, John Farrar [EMAIL PROTECTED] wrote: var myResults = new Array(); jQuery('form').each(function(){ if(this.attr('coop:manage') == true) myResults[myResults.length] = this; }); return myResults; I may be mistaken, but I believe that currently jQuery does not support attributes

[jQuery] Attach success to jquery.rating

2007-06-25 Thread Sebastián V. Würtz
How i attach a succes event to the jquery.rating pluggin from John Resig? I want to do some taks when the rating value is submited, like update the container div of the rating This is not working or is bad implemented. $('form.rating').rating( function(){ success: function()

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread John Farrar
OK... is there a way to concactinate the results. I can pull the ID's of each form and then is there a way to re-assemble them into a jquery object collection? Thanks, John Farrar On Jun 25, 8:09 pm, Sean Catchpole [EMAIL PROTECTED] wrote: On 6/25/07, John Farrar [EMAIL PROTECTED] wrote:

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread Ⓙⓐⓚⓔ
var myResults = $('form').filter(function(){return ! $(this).html().match('coop:manage')}) // untested, and rather sloppy... but it should do the job On 6/25/07, John Farrar [EMAIL PROTECTED] wrote: NOTE: I can select the forms and loop through them using var myResults = new Array();

[jQuery] Re: slideView plugin (nav auto-selection)

2007-06-25 Thread johan_vm
Hi, This plugin is very nice. But I have one question/request: Could it be even simpler? I'd like to use standard jQuery effects when transitioning between images: (http://docs.jquery.com/Effects). Is it possible to let 2 images fade into eachother, instead of the sliding effect? regards, and

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread John Farrar
This didn't seem to match attributes. On Jun 25, 8:34 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: var myResults = $('form').filter(function(){return ! $(this).html().match('coop:manage')}) // untested, and rather sloppy... but it should do the job On 6/25/07, John Farrar [EMAIL PROTECTED] wrote:

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread John Farrar
Well, for this to pass a jquery object you can't use an equality boolean phrase in JS... unless I am doing something wrong. (Plus if it did work wouldn't that pass individual ones out? Or does it continue to loop regardless of if you passed a return or not? On Jun 25, 8:36 pm, Sean Catchpole

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread Ⓙⓐⓚⓔ
ouch! namespaces are second class citizens in the JavaScript world! I think the latest version of jQuery handles it better. so Sean's should work. http://jqueryjs.googlecode.com/svn/branches/1.2/ On 6/25/07, John Farrar [EMAIL PROTECTED] wrote: This didn't seem to match attributes. On Jun

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread Ⓙⓐⓚⓔ
oops http://jqueryjs.googlecode.com/svn/trunk/jquery/ On 6/25/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: ouch! namespaces are second class citizens in the JavaScript world! I think the latest version of jQuery handles it better. so Sean's should work. http://jqueryjs.googlecode.com/svn/branches/1.2/

[jQuery] NEWS: jQuery-Powered Site down2night.com on Mashable

2007-06-25 Thread Rey Bango
Mashable.com has a nice little write-up about jQuery-Powered Site down2night.com's latest features. One of the cool new features is their Nightlife Heatmap which uses swfobject to overlay a heat map of all of the hotspots (excuse the pub) in a selected area.

[jQuery] Re: NEWS: jQuery-Powered Site down2night.com on Mashable

2007-06-25 Thread Sean Catchpole
Sweet, thanks for the info. ~Sean

[jQuery] Re: Javascript: OOP help, accessing parent objects

2007-06-25 Thread RobG
On Jun 25, 6:42 pm, Gordon [EMAIL PROTECTED] wrote: I am tryign to make more use of OOP techniques in JavaScript, but most of the OOP I have done up to now has been in class-based languages, and I'm struggling a little with the prototype based approach used in javascript. I know this isn't

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

2007-06-25 Thread Jean
I´m thinking create my project defense apresentation with this jCarouselLite couze everybody make with PowerPoint and i want to be different \o/ On 6/25/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: yes, it looks similar to imageslide plugin, but with more customization options. For example,

[jQuery] Re: Load image even if others are loading

2007-06-25 Thread Michael Geary
John, the problem is probably that browsers will normally do only two (or some small number of) simultaneous downloads per domain. When you append the HTML for all your thumbnails and then later ask for a full image, it gets queued up behind all those thumbnail downloads. Is there any way you

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

2007-06-25 Thread Ganeshji Marwaha
hi karl, i tried adding it to http://jquery.com/plugins/ page. Everthing went thru fine, but the plugin doesn't show up. Is there something that i am doing wrong? -GTG On 6/25/07, Karl Swedberg [EMAIL PROTECTED] wrote: be sure to add it to http://jquery.com/plugins/ (without the docs.), too!

[jQuery] Re: Javascript: OOP help, accessing parent objects

2007-06-25 Thread Kenneth
On 6/25/07, Christof Donat [EMAIL PROTECTED] wrote: Hi, C++ ... (new Container()).containedObj.method1(); //How could method1 ever access varA? OOps, this shopuld of course read (new Container())-containedObj.method1(); Christof I don't post much, but I must say that's