[jQuery] JQuery and ASP.NET marriage solved

2007-01-10 Thread Stefan Holmberg
Hi, I have been working these last months to try to find out a way of nicely getting JQuery and ASP.NET (especially when using master pages) to get along when it comes to development. If there are any more ASP.NET people here then I have the a free (of course) control (sourcecode as well)

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Mike Alsup
I said I was confused yesterday... I have never used them and thought they work like $.ajaxTimeout. Ok, then make it: $(document.body).ajaxStart($.blockUI).ajaxStop($.unblockUI); That will work. But I still prefer this syntax: $().ajaxStart($.blockUI).ajaxStop($.unblockUI); :-)

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Klaus Hartl
Mike Alsup schrieb: I said I was confused yesterday... I have never used them and thought they work like $.ajaxTimeout. Ok, then make it: $(document.body).ajaxStart($.blockUI).ajaxStop($.unblockUI); That will work. But I still prefer this syntax:

Re: [jQuery] Concatenating functions (callback)

2007-01-10 Thread Dave Methvin
I'm wondering what is the best way to concatenate (callback) functions. Create a custom event and trigger that. That way, you don't even need to pass in a callback; just trigger(yourevent, [eventargs]) on the element and jQuery does all the work calling the handlers for you. If there isn't a

Re: [jQuery] jQuery Star Ratings

2007-01-10 Thread Andy Matthews
Yehuda... I think that the idea of having 0 stars is important and I'd suggest putting it back in. For example Netflix, the first place I saw that used this sort of thing, has a special icon for 0 (or not rating). Here's a screenshot for perusal: http://www.commadelimited.com/uploads/rating.gif

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Andy Matthews
TheCounter.com says 12%, but still far lower than what would be considered penetration of any sort. Oh well, just wanted to point out the option. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Duymelinck Sent: Wednesday, January 10, 2007

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Christopher Jordan
Thanks for your help everybody, but I'm still having trouble. I've just gone out to the BlockUI page from jquery.com/plugins and re-downloaded the code (the packed version). Here's my code which still isn't working: html head title/title script type=text/javascript

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Mike Alsup
If the example on that page won't work with the latest plug-in, shouldn't it be changed? Or is there a different site now that shows more current examples? The example page and source code are in sync and always have been. Your version is not in sync with the example page. Sorry for the

Re: [jQuery] Concatenating functions (callback)

2007-01-10 Thread Jörn Zaefferer
What would be the most elegant way to do this? I had the idea to store the functions in a list and call them one after the other in a loop. The other idea I had is this: var myCallback; function initialize(callback) { if (myCallback) { myCallback = function() {

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Olaf Bosch
Andy Matthews schrieb: More importantly you can do this with CSS instead of javascript: Yes, this are not the same, right!? I will use the FAVICONS!!! and this automatic. I use this CSS-technic all allong of my developed Sites to. See in my Footer, not with IE ;) This JS works then in IE, is

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Christopher Jordan
Whew! I thought for a moment that I was going crazy. I'll download the unpacked version and use it for the time being. Thanks for looking into it for me Mike! :o) Chris Mike Alsup wrote: Thanks for your help everybody, but I'm still having trouble. I've just gone out to the BlockUI page

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Mike Alsup
Whew! I thought for a moment that I was going crazy. I'll download the unpacked version and use it for the time being. Thanks for looking into it for me Mike! :o) No problem, Chris. That was my fault for not testing the packed version. Lesson learned. I'll upload the new stuff tonight

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Klaus Hartl
Christopher Jordan schrieb: Whew! I thought for a moment that I was going crazy. I'll download the unpacked version and use it for the time being. Thanks for looking into it for me Mike! :o) Chris Mike Alsup wrote: Thanks for your help everybody, but I'm still having trouble. I've

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Andy Matthews
Oh...I see...that is a good idea Olaf. I didn’t notice that you were using the favicon. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Bosch Sent: Wednesday, January 10, 2007 9:16 AM To: jQuery Discussion. Subject: Re: [jQuery] Play around

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Christopher Jordan
Thanks for the offer Mike. It's not a big deal. I'll use the unpacked version until I hear that the packed version has been fixed. :o) Cheers, Chris Mike Alsup wrote: Whew! I thought for a moment that I was going crazy. I'll download the unpacked version and use it for the time being. Thanks

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Christopher Jordan
Ok, I see. It's a problem with the packed version. Sorry about that. The unpacked version works fine. I'll fix the packed one today. Mike If the blocked version caused some syntax error that should have been visible in the console. Chris, what are you using for developing? I

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Klaus Hartl
Christopher Jordan schrieb: Ok, I see. It's a problem with the packed version. Sorry about that. The unpacked version works fine. I'll fix the packed one today. Mike If the blocked version caused some syntax error that should have been visible in the console. Chris, what are

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Olaf Bosch
Andy Matthews schrieb: Oh...I see...that is a good idea Olaf. I didn’t notice that you were using the favicon. var problemo = 0; And here are the BEAT2: http://olaf-bosch.de/bugs/jquery/links2.html The JS is direct in Head for faster testing, i have options added. What make the *fuc.*

Re: [jQuery] Can't seem to get BlockUI to work.

2007-01-10 Thread Mike Alsup
I thought I had this working, but now I'm getting the following error in the FireBug console: Chris, It's surely a bug in my code but do you have a test page where I can test it? Thanks. Mike ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] jQuery 1.1a - what happened to pushStack?

2007-01-10 Thread Sam Collett
On 10/01/07, Klaus Hartl [EMAIL PROTECTED] wrote: John Resig schrieb: Sam - You should post something like this to the Dev mailing list: http://jquery.com/mailman/listinfo/dev_jquery.com Ah, this is were you are all going... ;-) -- Klaus I wasn't aware of that list either.

[jQuery] a on click show form

2007-01-10 Thread unohoo
Hi, I'm a convert from prototype and so apologies if this may come out as a dummy question. What I intend to do is following: I have a link ( element). On click, it displays a form which has 2 radio elements. By default, this form is not visible. only when the element is clicked, the form

Re: [jQuery] a on click show form

2007-01-10 Thread unohoo
So this means the function: $(function() { var jqForm = $('#your-form-id'); jqForm.hide(); $('a').click(function() { jqForm.show(); }); }); will be called when the document / page is ready. And then I also need to have a different function in there for the radio

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Andy Matthews
That's really nice George...great job. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Adamson Sent: Wednesday, January 10, 2007 1:47 PM To: discuss@jquery.com Subject: Re: [jQuery] List of jQuery-Powered Sites Just a little one... We're

[jQuery] Automatically advancing to next form element...

2007-01-10 Thread Dan G. Switzer, II
Does anyone have code that will automatically advance the focus the next form element in the DOM and if it's the last form element, cycle to the first form field again? -Dan ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery Site: PackPass

2007-01-10 Thread Matt Stith
He is not the owner of the site, he just found it and wanted to tell us. It seems hes using asp, though. On 1/9/07, 齐永恒 [EMAIL PROTECTED] wrote: Cool, could you tell me what technology do you use? thanks 2007/1/10, DaveG [EMAIL PROTECTED]https://mail.google.com/mail?view=cmtf=0[EMAIL

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Stefan Holmberg
http://www.findfreefonts.net using 1.0.4 all over the site - just using one external js script as well and that's the BarelyFitz tab control. On 1/9/07, Rey Bango [EMAIL PROTECTED] wrote: Hi everyone, With the release jQuery v1.1 eminent, I'd like to begin compiling a list of jQuery powered

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Shane Graber - jQuery
Just out of curiosity, why did you use tabber.js instead of the tab plugin for jQuery? Shane On 1/10/07, Stefan Holmberg [EMAIL PROTECTED] wrote: http://www.findfreefonts.net using 1.0.4 all over the site - just using one external js script as well and that's the BarelyFitz tab control.

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Andy Matthews
Stefan.. Man...what a difference it makes with you lining up the checkboxes. So much easier to read them. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Holmberg Sent: Wednesday, January 10, 2007 2:55 PM To: jQuery Discussion. Subject: Re: [jQuery] List of

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-10 Thread Matt Stith
http://www.wilmslowrugby.com Used more for the backend than it is the front, but its all jquery powered. On 1/10/07, Rey Bango [EMAIL PROTECTED] wrote: Hey all, I just wanted to let you know that I've been compiling the list of sites and definitely noting all of the ones submitted. Thank you

Re: [jQuery] Exception to an event

2007-01-10 Thread Klaus Hartl
Peter Bengtsson schrieb: Here's the HTML: div class=registration pIntro/p labelX:/label input name=foo / /div Here's the jQuery code: $(div.registration).click(function() { alert(clicked anywhere in registration div) }); But I don't want this event to apply to the

Re: [jQuery] Exception to an event

2007-01-10 Thread Peter Bengtsson
Alternatively, is there a suitable XPath expression I can use without needing to unbind()? Try: $(div.registration).click(function(e) { if (e.target.tagName.toLowerCase() != 'input') { alert(clicked anywhere in registration div except for input) } }); Thanks!

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-10 Thread Michael E. Carluen
Matt, That's an awesome piece of work you have there.. Still without a doubt, had jQuery written all over it- really cool! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Stith Sent: Wednesday, January 10, 2007 1:05 PM To: jQuery Discussion. Subject: Re:

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-10 Thread Joel Birch
As I have posted before - here it is again for completion's sake: http://www.incomesolutions.com.au Uses jQuery for: - hiding and revealing blocks of content - Ajax submission of sign-up forms - Tabs plugin to compress content into a small space - Corners plugin for rounded corners for IE6 - fix

[jQuery] dinamic content and document.ready()

2007-01-10 Thread Ámon Tamás
Hi all! The code something like this: -- script type=text/javascript $('a.lightbox_a').click(function(){ $(#bimages img).attr('src', $(this).attr('href')); $(#bimages).modalContent(null, 'show', 'slow'); return false; }); $(#limages).append('a href=smg.jpg class=lightbox_aimg

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-10 Thread Gavin M. Roy
http://www.applepeelz.com I have a few under development that I'll post when they're live. Gavin On 1/10/07, Rey Bango [EMAIL PROTECTED] wrote: Hey all, I just wanted to let you know that I've been compiling the list of sites and definitely noting all of the ones submitted. Thank you for

Re: [jQuery] dinamic content and document.ready()

2007-01-10 Thread Christian Bach
This can be a bit tricky, since there is no document.append event. Here is how i usually do it. script $(function() { doStuff(); $(div).click(function() { // append a link to the document $(body).append('a href=#test/a');

Re: [jQuery] SWFObject Embed

2007-01-10 Thread Sam Sherlock
have you tried Luke Lutmans flash plugin? Its inspired by sIFR, swfObject UFO. using the flash plugin in place of swfObject. On 10/01/07, xmrcivicboix [EMAIL PROTECTED] wrote: Hi guys, I having an issue with SWFObject embed in IEs. Firefox works like a charm but IE does not show up any

Re: [jQuery] Automatically advancing to next form element...

2007-01-10 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Does anyone have code that will automatically advance the focus the next form element in the DOM and if it's the last form element, cycle to the first form field again? Some untested code: var elements = $($(#myform)[0].elements); var pointer = 0; function

[jQuery] fadeIn/fadeOut question

2007-01-10 Thread Antonio Collins
I have a div that should fadeIn/Out as its content is changed on a 15 second schedule. The desired behavior is: Div is displayed via .fadeIn() 14 secs later it is hidden via .fadeOut() and its content updated 1 sec later the cycle starts again The div fails to reappear

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Brice Burgess
http://www.pommo.org/ - jQ used for all ajax calls, drag drop ordering of subscriber fields, edit-in-place subscriber management, client side input validation, modal content, and more.. http://www.sf.net/ - jQ used in project + site suckerfish menus http://www.tgeorgianos.com/ - jQ used for

Re: [jQuery] Automatically advancing to next form element...

2007-01-10 Thread Dave Methvin
Does anyone have code that will automatically advance the focus the next form element in the DOM and if it's the last form element, cycle to the first form field again? Have you looked at setting tabOrder on the fields? That doesn't require any Javascript at all. Or were you looking to have

Re: [jQuery] dinamic content and document.ready()

2007-01-10 Thread Ámon Tamás
Christian Bach wrote: This can be a bit tricky, since there is no document.append event. Here is how i usually do it. script $(function() { doStuff(); $(div).click(function() { // append a link to the document $(body).append('a href=#test/a');

Re: [jQuery] fadeIn/fadeOut question

2007-01-10 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Collins Subject: [jQuery] fadeIn/fadeOut question Does anyone know what the problem is? (Target browser is IE7 using jQuery 1.0.3.) - We'd, collectively, love to help but Can we see some code? Are you using

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-10 Thread leftend
Although it's not officially launched yet (and therefore some of the links are still broken), I used jQuery extensively on this site: http://www.the-in.com/ The best stuff is behind the login: - Sending messages via Ajax - Editing your profile is all done inline with Ajax - When we get around

Re: [jQuery] Automatically advancing to next form element...

2007-01-10 Thread Dan G. Switzer, II
Dave, I'm actually looking at it for several uses: * The autocomplete function I'm using doesn't correctly tab to the next field if you use the [TAB] key when selecting an option from the keyboard * Implementing autotabbing to the next field when a certain number of characters have been typed in

Re: [jQuery] SWFObject Embed

2007-01-10 Thread Luke Lutman
Here's the link to my plugin: http://jquery.lukelutman.com/plugins/flash Luke Sam Sherlock wrote: have you tried Luke Lutmans flash plugin? Its inspired by sIFR, swfObject UFO. using the flash plugin in place of swfObject. On 10/01/07, * xmrcivicboix* [EMAIL PROTECTED]

Re: [jQuery] fadeIn/fadeOut question

2007-01-10 Thread Antonio Collins
Here's a barebones example page. While making the example, I've discovered that this is a quirks-mode issue. When the doctype is omitted, the box reappears in IE7 but its sized incorrectly. So, how can I get it to work as desired with the xhtml doctype? !DOCTYPE html PUBLIC -//W3C//DTD XHTML

[jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-10 Thread Olaf Bosch
Hi all, here is FaviconLinkMarker Beta3: http://olaf-bosch.de/bugs/jquery/links3.html - No IMG-tag, all CSS - config. Favicon left or right (before/after) - editable TITLE-tag - No CSS edit for using - No CSS overwritten, all what you in CSS given is after JS given (i hope ;) ) *attantion!!!*

[jQuery] Tiny plugin example, message box

2007-01-10 Thread James Thomas
Hey all, I've just discovered Jquery this last weekend and I am now converting all of my in-house Javascript to use it. I played with most of the others but didn't really like any of them; then I found Jquery and was instantly hooked - the website is right, it does make javascript fun. Anyway,

Re: [jQuery] fadeIn/fadeOut question

2007-01-10 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Collins Subject: Re: [jQuery] fadeIn/fadeOut question Here's a barebones example page. While making the example, I've discovered that this is a quirks-mode issue. When the doctype is omitted, the box reappears in IE7 but its

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-10 Thread Andreas Haugstrup Pedersen
I've made a small File Manager script and in December I released a new version that uses jQuery for small, but good user interface improvements. URL: http://www.solitude.dk/filethingie/ I use jQuery for - Multiple file uploads that doesn't suck. - Showing/hiding file details. - Table

Re: [jQuery] Tiny plugin example, message box

2007-01-10 Thread Mike Alsup
$.fn.isEmpty = function() { var isempty = true; this.each( function() { if (this.value.length != 0) { isempty = false; } } ); return isempty;

Re: [jQuery] fadeIn/fadeOut question

2007-01-10 Thread Antonio Collins
Hrm, what version of IE7? The box is working fine for me, and looks exactly the same in FF and IE7... -ALEX Maybe I am going crazy. It's working fine for me now too! But I swear the barebones example WAS NOT working properly. I guess that's crazy talk...

Re: [jQuery] SWFObject Embed

2007-01-10 Thread xmrcivicboix
wow very cool. I just searched around to see if you can do filters (drop shadow). Any chance this plugin will let you do drop shadows and stuff? Luke Lutman wrote: Here's the link to my plugin: http://jquery.lukelutman.com/plugins/flash Luke Sam Sherlock wrote: have you tried

Re: [jQuery] SWFObject Embed

2007-01-10 Thread Luke Lutman
The plugin just inserts a swf, so you can do whatever you like -- drop shadows or other flash 8 filters -- inside the swf :-) Luke xmrcivicboix wrote: wow very cool. I just searched around to see if you can do filters (drop shadow). Any chance this plugin will let you do drop shadows and

Re: [jQuery] a on click show form

2007-01-10 Thread Blair McKenzie
Yes, $(fn) is jQuery for run fn when the page is ready. Putting event binding in here ensures that you don't try binding events to elements that don't exist yet. You can bind element events with either $(selectstring).eventname(fn) or $(selectstring).bind(eventname,fn). One thing to think about

Re: [jQuery] Tiny plugin example, message box

2007-01-10 Thread Blair McKenzie
I think there are some full-fledged formhttp://fuzz.bassistance.de/jQueryFormValidation/validateTest.html validationhttp://www.willjessup.com/sandbox/jquery/form_validator/form_validate.htmlplugins around. Even if none of them are quite what you're after they could probably give you some ideas.

[jQuery] benchmark tool for ajax?

2007-01-10 Thread nkeric
hi all, Is there a tool for benchmarking ajax app instantly? for example, testing the drag drop performance? I'm using the jquery interface plugin, the sortable plugin works well if there's not much element inside the 'sortableitem', however, if the sortableitem contains some more elements, the

Re: [jQuery] Automatically advancing to next form element...

2007-01-10 Thread dave.methvin
Dan G. Switzer, II wrote: I'll probably play around w/developing a plugin for this that will allow you to programmatically go between next/prev form fields. Sounds good. BTW, I meant the tabIndex property, not tabOrder. If you don't set tabIndex I believe it goes in HTML source order.

Re: [jQuery] benchmark tool for ajax?

2007-01-10 Thread Blair McKenzie
The latest FireBug extension has JS code profiling in it. As for improving sortable's performance, that's come up a lot in the list so you could probably find something by looking at the nabble archivehttp://www.nabble.com/JQuery-f15494.html. But I think the conclusion was that generic

Re: [jQuery] Tiny plugin example, message box

2007-01-10 Thread Allan Mullan (Skorpion)
Yeah I'm working on one now - not easy as you have to factor in alot of things (i.e. do you have events fire on onchange() or onsubmit() and if you use onchange() there are some that must be checked onsubmit()) - it's a bit of a nightmare. Allan - Original Message Follows - I think

Re: [jQuery] SWFObject Embed

2007-01-10 Thread xmrcivicboix
Good stuff man. One question though. I have this: createCDE: function() { var pos = eip.dimension(); $(body).append('div id=CDE style=position:absolute; z-index:1; overflow:hidden; top:0px; left:0px;/div'); $(#CDE).after('script type=text/javascript \n' +

Re: [jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-10 Thread Aaron Heimlich
On 1/10/07, Olaf Bosch [EMAIL PROTECTED] wrote: *attantion!!!* IE have a bug, the image are not consistent for linebreaks I've seen that before. It happens after a link has been word-wrapped onto the beginning of the next line. Once the link has been word-wrapped further into the line, the

Re: [jQuery] SWFObject Embed

2007-01-10 Thread Aaron Heimlich
On 1/10/07, xmrcivicboix [EMAIL PROTECTED] wrote: This program communicates with Flex 2 in order to bring up the RichTextEditor. How I can write it using your library to so that when then function showCDE is triggered, the write(CDE) method will execute? Try this: createCDE: function() {

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Stefan Holmberg
Shane, I started out using Klaus plugin which is indeed an excellent piece of work - however the history management seems so tied to href='#tabtoselect' and I needed more flexibility in how to work with the location.hash. I needed it customized and be able to both select tab AND a page number to

Re: [jQuery] List of jQuery-Powered Sites

2007-01-10 Thread Stefan Holmberg
Yes indeed. Made all the difference. Thanks again for that. Such a thing might be easy for you guys but I am pretty much a noob when it comes to clientside and design. As you might have seen I also thank you on the site:s about page, probably forgot a few people. Want me to link your name to a