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
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
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,
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
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
Excellent news!
Using jQuery is like eating Ice Cream for the first time, you're just
so happy. =)
~Sean
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
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
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.
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
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
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
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
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
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
$(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
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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?
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
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
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 let's you simulate firing an event. Is there anyway to check
if the event returned true or false?
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
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
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
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
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
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
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:
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
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
44 matches
Mail list logo