[jQuery] Re: ANNOUNCE: jqUploader upgraded to 1.0.2

2007-06-29 Thread Gerry
I don't know if anyone else has had this but on IE67 you have to click the Browse button twice before the Select File dialog appears. I'm assuming this is to do with the activating a flash control by clicking it bug that occurs in IE. I thought there was a jQuery fix for this somewhere, maybe

[jQuery] Re: Naming Conventions

2007-06-29 Thread Ganeshji Marwaha
its ur plugin... u r the boss... but i think u misunderstood my point. so, just to make it clear... i am not a fan of long method names. i am all for short and sweet. My intention was to tell you that the jquery plugin architecture is such that, each plugin is kinda a method on the jquery object

[jQuery] Re: Odd behavior with events and loaded content

2007-06-29 Thread Ganeshji Marwaha
is it possible that u r attaching this event handler multiple times to the link, probably by calling ur addClass() method somewhere... also, can u post a test page somewhere where we can have a look at what is going on. -GTG On 6/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a

[jQuery] Re: adressing relatively from $(this) - jquery beginner!

2007-06-29 Thread Yansky
If you just want to fade the divs out then try this: (assuming you want to keep the different classes you have for each div) a class=mylink/a div classfo div01/div div classfo div02/div div classfo div03/div $(a.mylink).click(function(){ $('.fo').fadeOut(); return false; }); On

[jQuery] Re: NEWS: iPhone Browser Capabilites Released

2007-06-29 Thread wafla
Et voila. http://ajaxian.com/archives/iphone-development-aptana-and-morfik Mindshare grab for iphone library. On Jun 20, 5:02 pm, wafla [EMAIL PROTECTED] wrote: I am not a javascript wizard (AFAIK), but this is a great opportunity to evangelize jQuery. Everybody and their brother will be

[jQuery] How to wait or freeze between 2 statements

2007-06-29 Thread G[N]Urpreet Singh
Hi, What I want to achieve is that the user click Build and the Preview links gets updated with the new link. Before the link is updated, it is replaced by a Loading... msg. This is working perfectly. What I cant figure out is that can I make the browser wait for half a second after loading so

[jQuery] Re: jQuery and IE7?

2007-06-29 Thread Nick
I seem to have found a solution to this - although I'm not sure why it should work. If I add the local host 127.0.0.1 to the Intranet site list of the IE7 Security tab, after deselecting Automatically detect intranet - it overcomes the problem, both for pages running locally and also, strangely,

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

2007-06-29 Thread GianCarlo Mingati
hey Jörn thanks! but believe me it was quick container.next(.stripTransmitter ul).find(a).Tooltip({ etc... I reloaded the page and it was working! I agree that's a nice jquery 'feature': making plugins work on top of each other (as Glen says) saves time and is easy! I'm sure i'd getter better

[jQuery] Re: adressing relatively from $(this) - jquery beginner!

2007-06-29 Thread Ganeshji Marwaha
i guess ur problem is that, u r not wrapping the entire code within document.ready(). try this, this works perfectly fine. $(function() { $(a.mylink).click(function(){ $(this).find(div:visible).fadeOut(); return false; }); });

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

2007-06-29 Thread mikeyao
see this http://groups.google.com/group/jquery-en/browse_thread/thread/f274cfee52fd0188/92e705d8cff94bd6?lnk=gstq=mikeyaornum=1hl=en#92e705d8cff94bd6 I have solved the problem. This is a IE6 bug. On Jun 25, 7:29 pm, Gordon [EMAIL PROTECTED] wrote: I am writing an application that looks up

[jQuery] Re: Difference between element and # access

2007-06-29 Thread Diego A.
I thought it would. How could I think otherwise. Sorry John ;-) On Jun 27, 7:03 pm, John Resig [EMAIL PROTECTED] wrote: 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

[jQuery] OT - AJAX book

2007-06-29 Thread Angelo Zanetti
Hi all I've used JQuery for a project and it was fine. Now I want to buy a book just for AJAX not necessarily jQuery. What would you guys suggest? Thanks in advance. Angelo

[jQuery] Re: Joern Form Validation hangs IE when validate monster forms

2007-06-29 Thread Dan G. Switzer, II
Which version of the Validation plug-in are you using? -Dan _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Web Specialist Sent: Thursday, June 28, 2007 9:27 PM To: jquery-en@googlegroups.com Subject: [jQuery] Joern Form Validation hangs IE when validate

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Fred Janon
Javascript: the definitive guide, David Flanagan, O'Reilly. You can buy the book and also chapters in pdf online instantly for $3.99/chapter. Chapter 20 is about Ajax. A must have for the Javascript programmer (Crockford recommends it), one chapter on Ajax, what you need and want to know.

[jQuery] Re: Joern Form Validation hangs IE when validate monster forms

2007-06-29 Thread Web Specialist
Last version - 1.1. 2007/6/29, Dan G. Switzer, II [EMAIL PROTECTED]: Which version of the Validation plug-in are you using? -Dan -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Web Specialist *Sent:* Thursday, June 28, 2007

[jQuery] Re: Joern Form Validation hangs IE when validate monster forms

2007-06-29 Thread Web Specialist
Thank you so much Dan for this great help. Reading your last paragraph looks like don't exist any solution because IE manages very poorly loop form fields, right? Cheers 2007/6/29, Dan G. Switzer, II [EMAIL PROTECTED]: Part of the problem is looping over tons of form field elements is always

[jQuery] Re: Problems with jQuery's site?

2007-06-29 Thread John Resig
The site is fine for me. --John On 6/29/07, Massimiliano Marini [EMAIL PROTECTED] wrote: Someone has noticed it? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[jQuery] Re: Problems with jQuery's site?

2007-06-29 Thread Rey Bango
Looks good to me. What did you see? Massimiliano Marini wrote: Someone has noticed it? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c)

[jQuery] Tooltip Bug (IE7)

2007-06-29 Thread Rodrigo Castilho Galvão Ferreira
The other problem in IE7 is: When we try to select an item of combobox (select) is removed focus of the item. Verify in: http://tinyurl.com/2gox5r Thanks, -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com

[jQuery] Re: Joern Form Validation hangs IE when validate monster forms

2007-06-29 Thread Dan G. Switzer, II
No. There could be a solution-but it would take adjusting the source. Is the loop the problem? The first part is to identify what's performing slowly, the second part is figuring out ways to improve the speed. J -Dan _ From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: JQuery on 'load'ed html

2007-06-29 Thread Karl Swedberg
Hi there. Is there a place where we can see the complete code? Maybe an example page or something? I'm looking for DOM insertion or .load () method in the code below, but I don't see it. Maybe I'm losing my mind. --Karl _ Karl Swedberg www.englishrules.com

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Angelo Zanetti
thanks fred, going to check it out. cheers Fred Janon wrote: Javascript: the definitive guide, David Flanagan, O'Reilly. You can buy the book and also chapters in pdf online instantly for $3.99/chapter. Chapter 20 is about Ajax. A must have for the Javascript programmer (Crockford

[jQuery] Problems with jQuery's site?

2007-06-29 Thread Massimiliano Marini
Someone has noticed it? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Rey Bango
Hi Angelo, Here are some options for Ajax-specific books: Head Rush Ajax - Great intro book which does a good job of breaking down XHR. This was my first Ajax book and it really helped me understand how all of the Ajax plumbing works Ajax in Action - Everyone raves about this book

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Tobias Parent
Ajax in Action Ajax Design Patterns ... and of course, Head-Rush Ajax Angelo Zanetti wrote: Hi all I've used JQuery for a project and it was fine. Now I want to buy a book just for AJAX not necessarily jQuery. What would you guys suggest? Thanks in advance. Angelo

[jQuery] OT: Pingdom: Web Page Loading Time Tester

2007-06-29 Thread Rey Bango
One of the more common topics that occurs in the Ajax/DOM/JS space is page load times. This is especially important to the jQuery team and one of the reasons we go to great lengths to keep the library at about 20k total size. Which leads to Pingdom. If you're interested in seeing how your

[jQuery] Re: How to wait or freeze between 2 statements

2007-06-29 Thread R. Rajesh Jeba Anbiah
On Jun 29, 12:20 pm, G[N]Urpreet Singh [EMAIL PROTECTED] wrote: What I want to achieve is that the user click Build and the Preview links gets updated with the new link. Before the link is updated, it is replaced by a Loading... msg. This is working perfectly. What I cant figure out is that

[jQuery] Is there a way...

2007-06-29 Thread rayfidelity
i don't know how to explain. It's like this div class=imglinka href=javascript:function();img src=img.gif //a/div div class=imglinka href=javascript:function();img src=img.gif //a/div div class=imglinka href=javascript:function();img src=img.gif //a/div ... When i click on the link, i call

[jQuery] below plugin and easing problem

2007-06-29 Thread Robert O'Rourke
Hi there, Im getting an error with the below plugin (as part of the autocomplete bundle), it says this.each is not a function. Should it be jQuery(this).each ? Also I have the easing plugin included but it says the method bounceout is undefined when i try and use it... I don't know where

[jQuery] Re: Naming Conventions

2007-06-29 Thread Josh Bush
Thanks for the feedback. Does anyone else have any input on this. I think I'll be pushing a new release this weekend. Josh On Jun 28, 7:33 pm, Josh Bush [EMAIL PROTECTED] wrote: As my masked input plugin approaches 1.0, I'm noticing that my plugin isn't following the conventions of the

[jQuery] Re: Problems with jQuery's site?

2007-06-29 Thread Massimiliano Marini
Looks good to me. What did you see? Sorry guys, the problem was: our internal proxy! Now is all ok, thanks. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[jQuery] Re: OT: Pingdom: Web Page Loading Time Tester

2007-06-29 Thread Web Specialist
Very nice. Only one problem: works only for internet sites. Do you know any tool(except FireBug) to use in intranet sites? 2007/6/29, Rey Bango [EMAIL PROTECTED]: One of the more common topics that occurs in the Ajax/DOM/JS space is page load times. This is especially important to the jQuery

[jQuery] Re: Collapsible List

2007-06-29 Thread Scott Sauyet
aDeviKreates wrote: Unfortunately, I don't have a live site to look at. This is an intranet site right now. Is there any other information I can provide that might help? I can't tell enough from the code supplied. Probably the best bet would be to create as simplified a test version of

[jQuery] Re: Masked Input Plugin RC2

2007-06-29 Thread Josh Bush
I looked into this more last night and it looks like I can't cancel that the Esc keypress (in FF). The best it looks like I'll be able to do if wipe the buffer so that when the user starts typing again phantom characters don't start appearing (Queue spooky music). On Jun 28, 1:17 am, Gilles

[jQuery] Re: OT: Pingdom: Web Page Loading Time Tester

2007-06-29 Thread Rey Bango
Unfortunately, I don't know of any other tool other than FireBug. I Googled for that and found the following: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b8a80824-6b9c-46af-b5d4-86dea6bae801.mspx?mfr=true

[jQuery] Re: Collapsible List

2007-06-29 Thread Sean Catchpole
On 6/28/07, aDeviKreates [EMAIL PROTECTED] wrote: $(document).ready(function() { $('div.demo-show div').hide(); $('div.demo-show h3').click(function() { $(this).next().slideToggle('fast'); });

[jQuery] Re: Joern Form Validation hangs IE when validate monster forms

2007-06-29 Thread Jörn Zaefferer
Web Specialist wrote: Jorn Form Validation is a great great piece of code but looks like doesn't scale for monster form. What's wrong with my form? You are the first that reported performance problem. Therefore I see three approaches to this problem: * Split the form into subforms and

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Ganeshji Marwaha
Professional Ajax is also a very book, written by Nicholas C Zakas. I haven't read this book, but have heard a lotta positive feedback from people who have. I guess the book is in 2nd edition now. I believe the author got an offer from both yahoo and google soon after the first edition of this

[jQuery] Re: Load Data with an external javascript

2007-06-29 Thread traunic
http://trainofthoughts.org/blog/2007/04/12/jquery-plugin-xsajax/ On Jun 29, 7:52 am, nohrad [EMAIL PROTECTED] wrote: I'm working on a basic jquery script allowing to get ads (banner + link OR external JS) from a database and then to print it on my page. I don't have any problem for ads of

[jQuery] Re: Joern Form Validation hangs IE when validate monster forms

2007-06-29 Thread Web Specialist
Jorn, thanks for your comment. I'm a very happy user for your plugin. This is great for our applications. For 99% of our forms using Form Validation is a nice experience. But using your demo: http://jquery.bassistance.de/validate/demo-test/custom-methods-demo.html and inserting(add another

[jQuery] Re: Difference between element and # access

2007-06-29 Thread traunic
Which of these would be faster? $(#myForm).each(function(frmI,frm){ $(input.classA,frm)... $(input.classB,frm)... $(#inputC,frm)... }); or $(#myForm input.classA)... $(#myForm input.classB)... $(#inputC)... On Jun 27, 2:03 pm, John Resig [EMAIL PROTECTED] wrote:

[jQuery] Re: Difference between element and # access

2007-06-29 Thread Dan G. Switzer, II
Which of these would be faster? $(#myForm).each(function(frmI,frm){ $(input.classA,frm)... $(input.classB,frm)... $(#inputC,frm)... }); or $(#myForm input.classA)... $(#myForm input.classB)... $(#inputC)... The 2nd set definitely does a lot less processing. -Dan

[jQuery] Return value of previous event handler

2007-06-29 Thread /\/\orten
I have to onsubmit handlers. One is (in legacy code) added directly to the form element as an attribute: form ... onsubmit=... The other handler is added through jQuery: jQuery(form).bind(submit, function(event) { ... }); The attribute-based handler performs form validation and is

[jQuery] Yet another autocomplete

2007-06-29 Thread vulgarisoverip
Hi everyone, I've developed a custom autocompleter (more like Google Suggest: http://www.google.com/webhp?complete=1hl=en) for a project at work and thought I'd share it with everyone. Let me know if you find it useful or have any suggestions:

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Smith, Allex
I second that, Johns book is very well written with a good chapter on Ajax. Although I have to say my favorite chapter was Chapter 2: Object Oriented JavaScript. Excellent book. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] Need help with JQuery + Prototype integration

2007-06-29 Thread sprak
Greetings; I am having a bit of trouble getting JQuery 1.1.2 and Prototype 1.5.0 to play nice with each other. Here is my page (abbreviated) and script with JQuery alone. HTML: html head ... script language=JavaScript type=text/javascript src=/design/en/

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-29 Thread jsrobinson
I agree with all the points about jQuery's greatness thus far, but... I have noticed that jQuery's animation can sap an older CPU, even in simpler examples. I understand that the SlickSpeed test is not about animation, but given my anecdotal observations, the user experience on older PCs leaves

[jQuery] Getting and appending elements

2007-06-29 Thread [EMAIL PROTECTED]
I'm working on a script that gets option elements based on some logic. So I have if(!myArray[myIndex]) { myArray[myIndex] = $(this).get(0); } else { myArray[myIndex] += $(this).get(0); } Then later I append them to an select element with: $(this).append(myArray[thisIndex]); which works

[jQuery] Re: Naming Conventions

2007-06-29 Thread Sean Catchpole
.mask is nice because it's short, but .maskInput is nice because it's more unique. I can think of other ways to mask and element. Perhaps using both would be good: $.fn.mask = $.fn.maskInput = function(mask,options){...}; This would allow the quick and dirty, but in case another plugins also

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Fred Janon
Let's not forget Pro Javascript by John Resig. I just bought the pdf online, very good. A chapter on Ajax and a few after it on Ajax applications. Fred On 6/30/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Professional Ajax is also a very book, written by Nicholas C Zakas. I haven't read

[jQuery] Getting and appending elements [may be a duplicate, sorry]

2007-06-29 Thread bennybobw
Sorry if this is a duplicate, the google-groups page seems to be acting up on me. --- I'm working on a script that gets option elements based on some logic. So I have

[jQuery] Re: jQuery and IE7?

2007-06-29 Thread Nick
Just for anyone else who gets this problem: I checked a bit more and all that was needed was to clear down the Auto detect Inatranet and the delay went. Nick On Jun 29, 10:12 am, Nick [EMAIL PROTECTED] wrote: I seem to have found a solution to this - although I'm not sure why it should work.

[jQuery] Re: Return value of previous event handler

2007-06-29 Thread Ganeshji Marwaha
i would say, the most obvious way is to set the return value to some javascript variable and let the jquery handler pick it from there. -GTG On 6/29/07, //orten [EMAIL PROTECTED] wrote: I have to onsubmit handlers. One is (in legacy code) added directly to the form element as an attribute:

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-29 Thread Rey Bango
v1.1.3 will have enhanced performance in many areas including selectors, effects, and animations. It should be out very, very soon. jsrobinson wrote: I agree with all the points about jQuery's greatness thus far, but... I have noticed that jQuery's animation can sap an older CPU, even in

[jQuery] OT: Web 2.0 Icons

2007-06-29 Thread Rey Bango
In case anyone needs them: http://www.miniajax.com/social-media-icons.php Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Ganeshji Marwaha
Others, don't mind Rey, he is just having a Head Rush - and i am not saying that coz Head Rush Ajax... ;-) -GTG On 6/29/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Others, don't my Rey, he is just having a Head Rush - and i am not saying that coz Head Rush Ajax... ;-) -GTG On 6/29/07, Rey

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Rey Bango
That guy Resig doesn't know squat! I mean, he can barely code an alert box let alone anything remotely related to Ajax! ;) Fred Janon wrote: Let's not forget Pro Javascript by John Resig. I just bought the pdf online, very good. A chapter on Ajax and a few after it on Ajax applications.

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Ganeshji Marwaha
yes, i completely agree... i also read the pdf version only. It was soo good... Just for clarification, the full name of the book is Pro Javascript Techniques. I suggested Professional Ajax, coz i thought the original poster was looking an all AJAX book, with more patterns and best practices

[jQuery] Re: Getting and appending elements

2007-06-29 Thread Ganeshji Marwaha
array.join does that right? -GTG On 6/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm working on a script that gets option elements based on some logic. So I have if(!myArray[myIndex]) { myArray[myIndex] = $(this).get(0); } else { myArray[myIndex] += $(this).get(0); } Then later I

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Ganeshji Marwaha
Others, don't my Rey, he is just having a Head Rush - and i am not saying that coz Head Rush Ajax... ;-) -GTG On 6/29/07, Rey Bango [EMAIL PROTECTED] wrote: That guy Resig doesn't know squat! I mean, he can barely code an alert box let alone anything remotely related to Ajax! ;) Fred Janon

[jQuery] Re: Need help with JQuery + Prototype integration

2007-06-29 Thread Ganeshji Marwaha
ur last option is the best :-) but, did u try adding prototype.js above jquery.js -GTG On 6/29/07, sprak [EMAIL PROTECTED] wrote: Greetings; I am having a bit of trouble getting JQuery 1.1.2 and Prototype 1.5.0 to play nice with each other. Here is my page (abbreviated) and script with

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Rey Bango
Ha! I'm not the one that had to double post because I used the word my instead of mine. Whose having the head rush, huh?!? LOL. Ganeshji Marwaha wrote: Others, don't mind Rey, he is just having a Head Rush - and i am not saying that coz Head Rush Ajax... ;-) -GTG On 6/29/07, *Ganeshji

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Ganeshji Marwaha
hey, rey, that is funny coz, in the second of the double-post, did u notice that it is not mine as u mentioned, but it is mind instead. he he, i win, u da one with head rush... -GTG On 6/29/07, Rey Bango [EMAIL PROTECTED] wrote: Ha! I'm not the one that had to double post because I used the

[jQuery] Re: OT - AJAX book

2007-06-29 Thread Rey Bango
hahahah!!! Its a double Head Rush!! w00t! Thank God its Friday. LOL! Ganeshji Marwaha wrote: hey, rey, that is funny coz, in the second of the double-post, did u notice that it is not mine as u mentioned, but it is mind instead. he he, i win, u da one with head rush... -GTG On 6/29/07,

[jQuery] Re: Interface Sortables in a scrolling div

2007-06-29 Thread Marshall Salinger
I have added the iautoscroller to the sortable and now it scrolls the div which is great. But I am still having trouble with how the sortables behave when you scroll down and drag one. Can anyone with experience with using the interface library assist me with this? Any pointers would be

[jQuery] History / Remote Plugin Instructions

2007-06-29 Thread cfdvlpr
Can anyone point me to some basic instructions for how to get started using this plugin? One question I have is do I have to name the class for all the links that I want to use with this to remote?

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread cfdvlpr
I'd like to use this plugin on many buttons that are not normal a href links. They are actually li elements that have a .click function associated with them. And, there are many different li elements on the page with many different ids and classnames. How can I use this plugin with these li

[jQuery] Re: Tooltip Bug (IE7)

2007-06-29 Thread Rodrigo Castilho Galvão Ferreira
Jörn, Thanks, very good script and very fast solution... perfect plugin now :) -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com On 6/29/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Rodrigo Castilho Galvão Ferreira wrote: The other problem in IE7 is: When we try to select

[jQuery] Problems with select *newbie question

2007-06-29 Thread Jean
This worked, but isnt now and i dont know why, someone could help me? $('select').change(function() {alert($(select option:selected).val());}); -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread Rey Bango
Back in September of last year, jQuery team member Yehuda Katz published the first issue Visual jQuery Magazine (http://www.visualjquery.com/magazine/). The online magazine was a huge success with great content and received a very positive response from the jQuery community. Yehuda is now

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread cfdvlpr
Here's one thing that I've tried that doesn't seem to work: $(function() { $('[EMAIL PROTECTED]').remote('##test'); $.ajaxHistory.initialize(); }); I get this error in Firebug when I click on the li elements: uncaught exception: [Exception... Component returned failure code: 0x80070057

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread Benjamin Sterling
Rey, I may have missed it in the blog, but can these articles be related to plugins? ie jqModal, Form Validator... Ben On 6/29/07, Rey Bango [EMAIL PROTECTED] wrote: Back in September of last year, jQuery team member Yehuda Katz published the first issue Visual jQuery Magazine

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread Benjamin Sterling
Nathon, Which history plugin are you referring to? Also, I am pretty sure that the plugin is looking for a href attribute, I could be wrong, but the history plugin I am using does. On 6/29/07, cfdvlpr [EMAIL PROTECTED] wrote: Here's one thing that I've tried that doesn't seem to work:

[jQuery] Editor in jQuery ?

2007-06-29 Thread Johny
Is there a rich text editor that I can insert into my blog application? Thanks for replies. L

[jQuery] TableSorter Dynamic Pagination

2007-06-29 Thread 1nZur3k70r
Im trying to use the TableSorter plugin with pagination: (http:// motherrussia.polyester.se/pub/jquery/demos/pager/) However I want to change PageSize Dynamically from a pull down menu. currently Im trying this: select class=nice id=freedom onchange=$.tablePager.params.pageSize = this.value;

[jQuery] Re: Getting and appending elements

2007-06-29 Thread bennybobw
array.join didn't want to work for me but it worked by changing: myArray[myIndex] += $(this).get(0); to myArray[myIndex].push($(this).get(0)); Thanks. -bennybobw On Jun 29, 3:03 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: array.join does that right? -GTG On 6/29/07, [EMAIL PROTECTED]

[jQuery] Re: Getting and appending elements

2007-06-29 Thread Ganeshji Marwaha
glad it worked. On 6/29/07, bennybobw [EMAIL PROTECTED] wrote: array.join didn't want to work for me but it worked by changing: myArray[myIndex] += $(this).get(0); to myArray[myIndex].push($(this).get(0)); Thanks. -bennybobw On Jun 29, 3:03 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote:

[jQuery] Re: Select list scroll event?

2007-06-29 Thread Ganeshji Marwaha
funny, it works in opera and ie6, just not in FF. -GTG On 6/29/07, owen [EMAIL PROTECTED] wrote: I'd like to be able to change the source attribute of an image based on which option in a select is being highlighted. Here's an example: http://zivotdesign.com/examples/jquery/test.html The

[jQuery] Re: Editor in jQuery ?

2007-06-29 Thread Rey Bango
FCKEditor http://www.fckeditor.net/ TinyMCE http://tinymce.moxiecode.com/ Johny wrote: Is there a rich text editor that I can insert into my blog application? Thanks for replies. L -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED]

[jQuery] Re: OT: Web 2.0 Icons

2007-06-29 Thread Rey Bango
Yep. They're awesome. Rey Sergio Michels wrote: fam fam icons are great too On 6/29/07, *Rey Bango* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: In case anyone needs them: http://www.miniajax.com/social-media-icons.php Rey... -- BrightLight Development, LLC.

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread Rey Bango
Absolutely. Anything jQuery-related. Benjamin Sterling wrote: Rey, I may have missed it in the blog, but can these articles be related to plugins? ie jqModal, Form Validator... Ben On 6/29/07, *Rey Bango* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Back in September of last

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread cfdvlpr
I think we're refering to the same plugin. I was just confused. I see now that it's looking for an href attribute. So, what I've done is something like this: cfloop... a class=remote href=color-#currentrow#li class=ProductColor#currentrow#/li/a /cfloop And this: $(function() {

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread Rey Bango
http://www.visualjquery.com/magazine/issue1.01.pdf Ganeshji Marwaha wrote: can i get a link to the last issue, to get an idea of what is the typical style. -GTG On 6/29/07, *Rey Bango* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Absolutely. Anything jQuery-related.

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread Glen Lipka
What are the timelines? Target deadlines. Glen On 6/29/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: can i get a link to the last issue, to get an idea of what is the typical style. -GTG On 6/29/07, Rey Bango [EMAIL PROTECTED] wrote: Absolutely. Anything jQuery-related. Benjamin

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread Rey Bango
I'll let Yehuda answer that. Rey Glen Lipka wrote: What are the timelines? Target deadlines. Glen On 6/29/07, *Ganeshji Marwaha* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: can i get a link to the last issue, to get an idea of what is the typical style. -GTG On

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread Benjamin Sterling
cfloop... a class=remote href=color-#currentrow#li class=ProductColor#currentrow#/li/a /cfloop Be aware, that the above is not correct XHTML. you can probably get away with: li href=url class=remote/li But, if that does not work, you can go in an make changes to the plugin that will

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread tzmedia
Hi Rey, I proposed the idea about a monthly column highlighting say three or so sites each month, that are doing a bang up job with jQuery. I've contacted a certain noted javascript author who wrote a few articles for .NET magazine in the UK. Waiting to see if he'll help me out with it. I

[jQuery] Re: Select list scroll event?

2007-06-29 Thread Sergio Michels
work for me on FF2 On 6/29/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: funny, it works in opera and ie6, just not in FF. -GTG On 6/29/07, owen [EMAIL PROTECTED] wrote: I'd like to be able to change the source attribute of an image based on which option in a select is being

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-06-29 Thread Rey Bango
Hey Ty, I think thats a great idea. Make sure to update us here as I'm sure Yehuda will be reading this soon. Rey... [EMAIL PROTECTED] wrote: Hi Rey, I proposed the idea about a monthly column highlighting say three or so sites each month, that are doing a bang up job with jQuery. I've

[jQuery] Re: Select list scroll event?

2007-06-29 Thread Ganeshji Marwaha
it seems like change() event is not cross-browser... to have it truly cross browser, u will have to listen for all 3 events - focus, change and click. -GTG On 6/29/07, owen [EMAIL PROTECTED] wrote: I'd like to be able to change the source attribute of an image based on which option in a

[jQuery] Re: Interface Plugin - Pulsate and Bounce Newline Problems

2007-06-29 Thread Adam Greene
hi Nathan, I ran into the same issue as well. The jQuery.fx method is setting the effected element to display:block, and that is the root of your troubles. I'm not an expert in css, but for my jQuery pulsate call on a span, I added this to its style: display:inline !important; which overrides

[jQuery] Re: Interface Plugin - Pulsate and Bounce Newline Problems

2007-06-29 Thread Brandon Aaron
BTW ... this is fixed in the upcoming jQuery 1.1.3. :) -- Brandon Aaron On 6/29/07, Adam Greene [EMAIL PROTECTED] wrote: hi Nathan, I ran into the same issue as well. The jQuery.fx method is setting the effected element to display:block, and that is the root of your troubles. I'm not an

[jQuery] autoHeight Plugin

2007-06-29 Thread Chango
Anyone knows how to do for this to work on Opera? I have tested on IE, Firefox and works perfect, in Opera don't do the trick. The Plugin Site: http://lib.mobius.tw/jquery/myplugin/iframe_autoHeight/api.htm Cheers!