[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread RobG
On Jul 2, 11:45 am, "John Resig" <[EMAIL PROTECTED]> wrote: > Hi Everyone - > > I'm pleased to announce the release of jQuery 1.1.3. After many months > of testing, developing, and more testing, we have a very solid release > available for download. It comes with roughly 80+ fixed bugs and a > ha

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread Ganeshji Marwaha
WOW! That is an exhaustive list of features, enhancements and fixes for a point release. Jquery UI? For crying out loud, i dont know what to say... Am too excited that, i am replying to this email without even looking at it in svn. I hope jQuery UI is also as slim as jquery itself. Thanks guys, y

[jQuery] Re: Finding Correct Element

2007-07-01 Thread Ganeshji Marwaha
There are various ways by which you can select the right element, and not all elements. A very typical way is to give'em unique ids. But, if that is not the case for u, u can probably use the HTML structure and navigate to the right element properly. Just post a snippet of ur HTML structure here,

[jQuery] Re: NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com

2007-07-01 Thread Ganeshji Marwaha
ya, this is cool... i just dont get the reason why they are using the dev js file for production. it is whoppy 150 k download. hmmm. -GTG On 7/1/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > Oh and AjaxRain.com is a jQuery-Powered site as well. :) > > Rey Bango wrote: > > > > I've been keeping

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread Glen Lipka
This is awesome. Very JQuery Glen On 7/1/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: I agree! You guys are the shizz! :o) Chris Marshall Salinger wrote: Congratulations jQuery team. You guys rock! The news about jQuery UI is really exciting, I can't wait to test it out. Thanks, Mar

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread Sean Catchpole
Excellent news! Using jQuery is like eating Ice Cream for the first time, you're just so happy. =) ~Sean

[jQuery] Toggle element based on value

2007-07-01 Thread DamianD
Hi, How do I toggle a div based on the div's value? Example: The site I am working on has multiple blog posts per page. Under each post is a menu. One of the menu items is for emailing the story. Under this there is a div that will display the email form. This div is hidden by default. Th

[jQuery] Call ajax when items were out of the screen

2007-07-01 Thread Sebastián V. Würtz
Anyone have an idea how i can know when a list is out of the screen? what i want to do is call a list via ajax and when the user use the scrollbar to show more items in the list wich are out of the screen some script call the srv via ajax to get me more results (items) thx

[jQuery] Links not working in collapse tree menu

2007-07-01 Thread [EMAIL PROTECTED]
I used the collapse tree menu I found on http://24ways.org "A carol Scripting - Derek Featherstone/Day 21". You can right mouse click and open the links in a new window - you can see the link in the status bar. If i disable the javascript the links work, You can view my html page: http://www.csu.

[jQuery] Re: Toggle element based on value

2007-07-01 Thread DamianD
I think i'm on the right track, my code below works...sort of: $("a.emailitem").click(function(){ $("div.newsitememail:nth(0)").toggle(); } ); Though, obviously, no mater which "a.emailitem" is clicked - the first newsitememail div is toggled...not exactly what is needed. I tr

[jQuery] Re: Form Plugin and File Uploads (form.submit() is not a function)

2007-07-01 Thread Sergio Michels
I had this problem once, look for the "" tag... On 7/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > Just started to play with jQuery and Form Plugin. And now I have some > problems :) > > I want to upload a file using jQuery and Form Plugin. When I'm trying > to upload a file an

[jQuery] Finding Correct Element

2007-07-01 Thread Damian
Hi, Beginning jQuery user here. I am currently coding for my blog. I have a small options menu for each post on the page and I am using jQuery to hide this. I have added a graphic link on each post, that when clicked, would unhide the appropriate menu. Currently when I click any of these lin

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread Christopher Jordan
I agree! You guys are the shizz! :o) Chris Marshall Salinger wrote: > Congratulations jQuery team. You guys rock! > > The news about jQuery UI is really exciting, I can't wait to test it out. > > Thanks, > Marshall > > John Resig wrote: > >> Hi Everyone - >> >> I'm pleased to announce the rele

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread Marshall Salinger
Congratulations jQuery team. You guys rock! The news about jQuery UI is really exciting, I can't wait to test it out. Thanks, Marshall John Resig wrote: > > Hi Everyone - > > I'm pleased to announce the release of jQuery 1.1.3. After many months > of testing, developing, and more testing, we ha

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread John Resig
Thanks for helping, but I think this is the main digg link that we're going to try promoting: http://digg.com/programming/jQuery_1_1_3_800_Faster_still_20KB --John On 7/1/07, vulgarisoverip <[EMAIL PROTECTED]> wrote: Awesome, can't wait to try it! I hope it fixes some of the Safari problems I

[jQuery] Re: changing a class depending... thanks!

2007-07-01 Thread Bruce MacKay
$(this).text(); was the key Cheers,Bruce At 11:36 a.m. 2/07/2007, you wrote: Try: $(this).html(); Or, better yet: $(this).text(); "html" is a function not a member variable. Karl Rudd On 7/2/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: Hi folks, I've tried, but I just cannot g

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread vulgarisoverip
Awesome, can't wait to try it! I hope it fixes some of the Safari problems I've had with the 1.1.3 alpha. Digg it: http://www.digg.com/programming/jQuery_1_1_3_final_is_out -Peter On Jul 1, 9:45 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > Hi Everyone - > > I'm pleased to announce the release

[jQuery] Grid and Editor

2007-07-01 Thread Alan Gutierrez
Last year almost, I set out to create a grid control with jQuery. Time has passed, and I thought I'd revisit the project. I'd like to ask what grid controls are available to jQuery and if you feel there is space for a another one. Furthermore, I want to create an editor. I've been teachin

[jQuery] jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread John Resig
Hi Everyone - I'm pleased to announce the release of jQuery 1.1.3. After many months of testing, developing, and more testing, we have a very solid release available for download. It comes with roughly 80+ fixed bugs and a handful of enhancements for good measure. Highlights include: 1. Impro

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-07-01 Thread Diego A.
Take your time, I know you have a million and one things to do. I've spread the word so I'll look forward to comments by FCK/Codepress users... On 01/07/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > > Diego A. wrote: > > Hi Jorn, > > > > I've done a little more work to the script and I think I

[jQuery] Re: NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com

2007-07-01 Thread Rey Bango
Oh and AjaxRain.com is a jQuery-Powered site as well. :) Rey Bango wrote: > > I've been keeping an eye on AjaxRain.com and I just noticed a big update > with a boatload of jQuery plugins being listed. Very cool. > > http://www.ajaxrain.com/index.php > > Rey... > > -- BrightLight Developme

[jQuery] NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com

2007-07-01 Thread Rey Bango
I've been keeping an eye on AjaxRain.com and I just noticed a big update with a boatload of jQuery plugins being listed. Very cool. http://www.ajaxrain.com/index.php Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com

[jQuery] Re: changing a class depending on content

2007-07-01 Thread Karl Rudd
Try: $(this).html(); Or, better yet: $(this).text(); "html" is a function not a member variable. Karl Rudd On 7/2/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: Hi folks, I've tried, but I just cannot get my head in the right direction with this one. In a non-ajax application I ha

[jQuery] changing a class depending on content

2007-07-01 Thread Bruce MacKay
Hi folks, I've tried, but I just cannot get my head in the right direction with this one. In a non-ajax application I have, if a database record is successfully updated, the return stream from the server contains an appropriate message of the form: The record was successfully updated If an

[jQuery] Re: Naming Conventions

2007-07-01 Thread Jörn Zaefferer
Sean Catchpole wrote: .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 cas

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

2007-07-01 Thread Jörn Zaefferer
Web Specialist wrote: 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

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-07-01 Thread Jörn Zaefferer
Diego A. wrote: 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? I'd like to provide you some more feedback on this, but currently I have no idea what to say about it. I put the URL to your code on m

[jQuery] Re: blockUI error

2007-07-01 Thread Jack Killpatrick
Thanks Mike, that fixed the problem for me. - Jack Mike Alsup wrote: Thanks for catching and reporting that one, Jack. It's fixed now and v1.24 is available at: http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js Mike On 6/28/07, Jack Killpatrick <[EMAIL PROTEC

[jQuery] Re: Detecting an event's return value

2007-07-01 Thread Robert James
On 7/1/07, John Resig <[EMAIL PROTECTED]> wrote: Not as of yet - we're currently trying to figure out ways to improve the custom event/triggering system. --John That would be very helpful. If you want to use JavaScript to, for example, submit a form, there's currently no good way (that I k

[jQuery] Re: Detecting an event's return value

2007-07-01 Thread John Resig
Not as of yet - we're currently trying to figure out ways to improve the custom event/triggering system. --John On 7/1/07, S. Robert James <[EMAIL PROTECTED]> wrote: jQuery let's you simulate firing an event. Is there anyway to check if the event returned true or false?

[jQuery] Re: Detecting an event's return value

2007-07-01 Thread Ganeshji Marwaha
that is why there are event handlers. :-) -GTG On 7/1/07, S. Robert James <[EMAIL PROTECTED]> wrote: jQuery let's you simulate firing an event. Is there anyway to check if the event returned true or false?

[jQuery] Re: a question about the easing types in interface plugin

2007-07-01 Thread Ganeshji Marwaha
Easing is the pattern of movement. For example, assume that u need an element to move from left to right side of the screen. This can be done in multiple ways. 1. Start slowly, the move fast, and end slowly 2. Always have a constant speed from start of end 3. Start fast, end slowly etc. So, vari

[jQuery] Re: ajaxForm problem in IE while submitting

2007-07-01 Thread Ganeshji Marwaha
You should bind the form after the load finishes, instead of in the document.ready. Like this.. $("some").load(url, function() { #("myForm").ajaxForm(); }); -GTG On 7/1/07, millisami <[EMAIL PROTECTED]> wrote: Hi all! I used this ajaxForm plugin. Saw the demos at http://malsup.com/jque

[jQuery] Textfield word wrap

2007-07-01 Thread S. Robert James
I have a textfield which I don't show scrollbars on - easy, using CSS. But I'd like to have the lines wordwrap, instead of just going off the screen. Can I use jQuery to catch the maxrows and wrap lines which are too long?

[jQuery] Detecting an event's return value

2007-07-01 Thread S. Robert James
jQuery let's you simulate firing an event. Is there anyway to check if the event returned true or false?

[jQuery] Re: Binding actions after an ajax call?

2007-07-01 Thread Tobias Parent
Sorry, folks - my bad. -Toby (told ya I was a NOOB...) Brad Perkins wrote: That's just the way Gmail threads its messages. It appears the poster replied to the original thread and changed the subject. Google Groups noted "Discussion subject changed to "Binding actions after an ajax call?" by T

[jQuery] Re: Binding actions after an ajax call?

2007-07-01 Thread Loren Pipes
Kinda new myself, but I believe that the load method can take a callback as the third parameter, like... $('#myDivID div.itemContent').load('/controller/action/', null, function() { $('a', $(#myDivID div.itemContent')).click(function() { do your thing return false; }) }); VP On 6/30/07, Tobias

[jQuery] Sliding horizontal menu in a limited area

2007-07-01 Thread Kia Niskavaara
I'm looking for a plugin that can handle unlimited horizontal menu items. If the area is too small it should be able to click right/left to see all menu items. Just like the tabs in Firefox. All menu items doesn't need to be visible at the same time. But it should be obvious to the user that there

[jQuery] Form Plugin and File Uploads (form.submit() is not a function)

2007-07-01 Thread [EMAIL PROTECTED]
Hi, Just started to play with jQuery and Form Plugin. And now I have some problems :) I want to upload a file using jQuery and Form Plugin. When I'm trying to upload a file an error occurs, saying: "Error: form.submit is not a function Source File: jquery.form.js Line: 292" If i don't include

[jQuery] Re: Binding actions after an ajax call?

2007-07-01 Thread Brad Perkins
That's just the way Gmail threads its messages. It appears the poster replied to the original thread and changed the subject. Google Groups noted "Discussion subject changed to "Binding actions after an ajax call?" by Tobias Parent". Instead of using the actual subject Gmail uses a common index

[jQuery] a question about the easing types in interface plugin

2007-07-01 Thread Guapo
i checked the demo page on the interface website. but i donno what the easing types really mean. on the demo page, i selected an easing type and click the "animate" link. the top emement just move left to right or right to left. I can't see any difference between them. who can explain it to me, g

[jQuery] Re: Binding actions after an ajax call?

2007-07-01 Thread tzmedia
There's some sort of error with the Gmail group a subject titled: Binding Actions to an ajax call is being piled on at the bottom of the thread started by Ray Bango: ANNOUNCE: Call for Articles for Visual jQuery Magazine... Strange huh? On Jun 30, 8:10 pm, Tobias Parent <[EMAIL PROTECTED]> wrote:

[jQuery] 1.13 bug - IE6 attr function

2007-07-01 Thread weepy
I have a bug in the fading code for IE6 it is triggered in the function attr on line 1587 >> return elem.filter ? (parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) >> / 100).toString() : ""; elem.filter is actually >> ""progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,siz

[jQuery] ajaxForm problem in IE while submitting

2007-07-01 Thread millisami
Hi all! I used this ajaxForm plugin. Saw the demos at http://malsup.com/jquery/form But there is a problem while submitting the form in IE. The beforeSubmit event is not triggred in IE. But in Firefox, it does as expected. Did the research, but couldn't find any solution. But what I find out duri