[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!

[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 e

[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: 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 i

[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 co

[jQuery] Re: Quick Cash Loan: The Instant Source For Urgent Extra Cash

2007-06-29 Thread Matt Stith
Quick Cash Loan, for three easy payments of all your money. On 6/29/07, Moona Naeem <[EMAIL PROTECTED]> wrote: Quick Cash Loan: The Instant Source For Urgent Extra Cash A cricket ball from the park smashed the windscreen of Richard's car. His bank balance was nearly empty and the paycheck was

[jQuery] Re: Masked Input Plugin RC2

2007-06-29 Thread Eric Crull
The $AddMaskDefinition really adds a lot of flexibility to the plugin. It allows you to do a lot of user form validation character by character. For example, if I wanted to have an input that only accepted a signed integers with decimal quarters (like +4.75 or -1.50, for the sphere reading in e

[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 is be

[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 think

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread Benjamin Sterling
> > > class="ProductColor#currentrow#"> > > Be aware, that the above is not correct XHTML. you can probably get away with: But, if that does not work, you can go in an make changes to the plugin that will allow you to check for a different attribute. -- Benjamin Sterling http://www.Kenzo

[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] > wrote: can i get a link to the last issue, to get an idea of what is the typical style. -GTG

[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. > > Benja

[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] > wrote: Absolutely. Anything jQuery-related. Be

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

2007-06-29 Thread Ganeshji Marwaha
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 Sterling wrote: > Rey, > I may have missed it in the blog, but can these articles be related to > plugins? ie

[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: And this: $(function() { $('a.remote').remote('##output', { hashPrefix: 'color' }); $.ajaxHistory.initialize(); });

[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] > wrote: Back in September of l

[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] > wrote: In case anyone needs them: http://www.miniajax.com/social-media-icons.php Rey... -- BrightLight Development, LLC.

[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] http://www.iambright.co

[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 is being highlighted. Here's an example: http://zivotdesign.com/examples/jquery/test.html The example

[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]> wrot

[jQuery] Re: Problems with select *newbie question

2007-06-29 Thread Sergio Michels
did you tried just $("select").val() ? On 6/29/07, Jean <[EMAIL PROTECTED]> wrote: > > > 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 Ag

[jQuery] Select list scroll event?

2007-06-29 Thread owen
I'd like to be able to change the source attribute of an image based on which option in a is being highlighted. Here's an example: http://zivotdesign.com/examples/jquery/test.html The example uses change(), which is okay, except you have to click to choose one of the options. I'd like the image

[jQuery] Re: OT: Web 2.0 Icons

2007-06-29 Thread Sergio Michels
fam fam icons are great too On 6/29/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > 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] 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: 5 10 20 30 40 50 now how do I simply re-execute the paging or tablesorter s

[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 PR

[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] 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] 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 (http://www.

[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 elements: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_E

[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 p

[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 se

[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 links. They are actually 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 elements / bu

[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: 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 great

[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] 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: 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 use

[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, *Ganes

[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 JQ

[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

[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 Jan

[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: 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 si

[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: 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 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

[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 practice

[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] 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: ... jQuery.noConflict(); ... Solutions Your Needs

[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

[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 elements based on some logic. So I have if(!myArray[myIndex]) {

[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 F

[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=1&hl=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: http://www.vulgarisoip.com/2007/06/29/jquerysuggest

[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] 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

[jQuery] Getting and appending elements

2007-06-29 Thread [EMAIL PROTECTED]
I'm working on a script that gets 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 great if t

[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: The other handler is added through jQuery: jQuery("form").bind("submit", function(event) { ... }); The "attribute-based" handler performs form validation and is executed first, but I n

[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 wan

[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

[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 PROTECTE

[jQuery] Re: Fill form fields with value returned from a query

2007-06-29 Thread Massimiliano Marini
> http://jquery.com/plugins/project/field > > It'll work with radio, checkbox and select elements--along with text > elements. Nice plugin Dan, thanks for the information. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it."

[jQuery] Re: Fill form fields with value returned from a query

2007-06-29 Thread Massimiliano Marini
> $.ajax({ > type: "POST", > url: "test.php", > data: "query:edit&id="+idval, > dataType: "json", > success: function(data){ > $("#name").val(data.name); > $("#surname").val(data.surname); > } > }); Very easy many thanks :) -- Massimiliano Marini - http://

[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 inpu

[jQuery] Re: sort of horizontal scrolling

2007-06-29 Thread Ganeshji Marwaha
I was already playing a bit with it, as another feature for my jCarouselLite plugin . The feature request came from some jQuery user here. I am going to give it a shot this weekend to see if i can get it done without too much code... If it i

[jQuery] Re: Naming Conventions

2007-06-29 Thread Jörn Zaefferer
Josh Bush wrote: Thanks for the feedback. Does anyone else have any input on this. I think I'll be pushing a new release this weekend. I like this: $.mask.addPlaceholder(character, regex); $("...").mask(mask, options); -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Masked Input Plugin RC2

2007-06-29 Thread Ganeshji Marwaha
oops this is bad news... yes, i guess, i have also tried hard in the past, but if that is a FF feature what can we do? - GTG On 6/29/07, Josh Bush <[EMAIL PROTECTED]> wrote: I looked into this more last night and it looks like I can't cancel that the Esc keypress (in FF). The best it l

[jQuery] Re: Tooltip Bug (IE7)

2007-06-29 Thread Jörn Zaefferer
Rodrigo Castilho Galvão Ferreira wrote: The other problem in IE7 is: When we try to select an item of combobox () is removed focus of the item. I may have a fix for that already (by using hover instead of mouseover/out). If you want to give it a try: http://dev.jquery.com/browser/trunk/plugi

[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 b

[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 perf

[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: Is there a way...

2007-06-29 Thread Glen Lipka
$("p").click( function() { var theLinkTheUserClickedOn = $(this); var theImageInTheLink = $(this).children("img"); //use the ajax capabilities in jQuery here (http://visualjquery.com) //getthe resulting src as a variable FOO $(this).children("img").attr("src", FOO) } ); Does that help? Glen

[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: 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 (We

[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 http://www.cyscape.com/products/bhawk/page-load-time-detai

[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 j

[jQuery] sort of horizontal scrolling

2007-06-29 Thread GianCarlo Mingati
Hi all i was investigating at make something like this: http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm but with jquery. does anybody played with this stuff already? How do i calculate how much the UL has already scrolled left? The gallery should be wrapped whitin a div with overflow

[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 thi

[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 jQuer

[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 t

[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 pa

[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 figu

[jQuery] Is there a way...

2007-06-29 Thread rayfidelity
i don't know how to explain. It's like this ... When i click on the link, i call jquery ajax and do something. Can jquery change the img (so that it would give response from ajax) even though the images are the same and they are all in the same class? Or do i have to assign a unique class to

[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] 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 () is removed focus of the item. Verify in: http://tinyurl.com/2gox5r Thanks, -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com

[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] 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 PROTEC

[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 "Bul

[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 www.learningjquery.

[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: 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 recommend

[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: 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 alway

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

2007-06-29 Thread Dan G. Switzer, II
Part of the problem is looping over tons of form field elements is always a bit slow-especially in IE. What I'd recommend doing is looking "form: function()" block in Jorn's code. I suspect the problem is related to the block of code: form: function() { this.prepareForm

[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. http://w

[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 9

[jQuery] Load Data with an external javascript

2007-06-29 Thread nohrad
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 type "banner + link", but for external JS it's much more complicated. Here is an example of external JS stored in my databas

[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 m

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-29 Thread Diego A.
Hi Jorn, I've done a little more work to the script and I think I've reached a good/stable structure. Would you mind taking another look? http://www.fyneworks.com/jquery/FCKEditor/ While I was at it I also converted my Codepress plugin: http://www.fyneworks.com/jquery/Codepress/ ...it's essenti

[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: 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 firs

  1   2   >