[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Allright, i have made some changes to the backend and uploader so that it has some more stabillity. To answer your question Benjamin, each progress callback function passes an object with this information: http://docs.jquery.com/UI/Uploader/callbacks/fileProgress#tOptions In this option array,

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
P.s. i have tons of new ideas to make the usage of the Flash Uploader (A LOT) easier, but this will be incorporated in V1.5. -- Gilles On 14 feb, 10:24, Gilles (Webunity) [EMAIL PROTECTED] wrote: Allright, i have made some changes to the backend and uploader so that it has some more

[jQuery] Re: Animate function. Once I animate how do I er.... de... animate

2008-02-14 Thread andrea varnier
there's a toggle() method, too, that toggles between two functions. like this: $(#container).toggle(function() { $(#container).animate({marginTop: -300px}, slow); }, function() { $(#container).animate({marginTop: 300px}, slow); }); :)

[jQuery] Re: plugin to 'throw items around'

2008-02-14 Thread Shawn
Never seen a plugin like that myself. But... If you were to combine a DnD plugin with the easing plugin, you may be able to get a close approximation. As an aside (not relevant to your question...), I don't see the point of any such interface. The moment you click/drag the next element the

[jQuery] Google uses jQuery on another site

2008-02-14 Thread Cloudream
Google China holds one commonweal contest at www.gong1chuang1.com announce: http://googlechinablog.com/2008/02/blog-post_14.html pages use jQuery: http://www.gong1chuang1.com/googlecup/newsrelease.jsp ('gong1chuang1' stands for Chinese pinyin 'gongyi chuangyi' which means commonweal

[jQuery] Re: what editor do you use?

2008-02-14 Thread Stamen Georgiev
PSPad - http://www.pspad.com/ It's free and it comes really close to HomeSite, which I used for years. I love the scripting features. On Feb 13, 6:38 pm, Feijó [EMAIL PROTECTED] wrote: I changed my own a few weeks ago, now I'm using Editpad++ (http://sourceforge.net/projects/notepad-plus/)

[jQuery] Re: what editor do you use?

2008-02-14 Thread Feijó
Yeah, I'm enjoying that pspad but I cant find a good feature I'm used to use with notepad++ CTRL+D duplicate current line/selection. Do you know if it exists in pspad? Or I can script it? baita abrao Feij Stamen Georgiev escreveu: PSPad - http://www.pspad.com/ It's free and it comes

[jQuery] Re: jQuery pimped out Free Css Template project

2008-02-14 Thread [EMAIL PROTECTED]
Hi Ty, I came across both YooTheme and Apple's site around the same time last week. I immediately took notice of their menu's. I've decided to port some of them and improve them to stand-alone jQuery plugins. That way I can use them for my own projects/templates. Maybe we can work together. I'm

[jQuery] Re: returning an object array to a JS function - doesnt work

2008-02-14 Thread jquertil
thanks! I guess that makes sense.

[jQuery] [validation] Validating a form with a radio and checkbox buttons - strange behavior

2008-02-14 Thread serge.cp
Hi! One of test from demos named Validating a form with a radio and checkbox buttons behave strange from my point of view. Checkboxes group Spam Spam via E-Mail Spam via Phone Spam via Mail show error message Please select at least two types of spam., if none or only one of checkboxes was

[jQuery] Re: clock pick in ajax loaded form - ie error

2008-02-14 Thread pedalpete
You are right Josh, I didn't have the most recent version. I've updated it now, and I do get the 'alert', but still no clockpick. I've included bgiframe at the testing address, just incase it was a z- index issue, but that doesn't seem to be it. I am also now getting the alert.

[jQuery] Taconite + Jframe + forms = weird problem

2008-02-14 Thread lvp1138
We are currently designing a very dynamic application, and we thought we could use Jframe, from http://garage.pimentech.net/scripts_doc_jquery_jframe/, to do ajax calls instead of having to write jquery ajax calls code for forms, DIVs, etc, that we constantly remove and add to the DOM. It

[jQuery] Re: About jQuery.attr(type,value)

2008-02-14 Thread wwwiori
Thank you for your reply. And I have testing on IE7 and Firefox2.0.x , and when I using code: document.getElementById(changeType).setAttribute(type,button); can change the type when the element has created... so,I think maybe IE and Firefox can support on the change when the element has

[jQuery] fastest way to load both jquery thickbox

2008-02-14 Thread ben
Hi guys/girls, Sorry for the noobie question but i've been searching and experimenting with no luck! I've got a pretty simple site with one page - and it loads both jquery and thickbox. I've put both the files into the one js file and it's size is 33KB, i know i can gzip (somehow) to get jquery

[jQuery] Please help IE 6 not working with cycle

2008-02-14 Thread Ash
Hi, I am using jQuery Cycle on our portfolio page and all is fine, apart from IE6 (Shock IE6 not playing ball?) it does not display the slide show at all or any images for that matter. Can anyone help me? Please? Here's the page... http://www.c9dd.com/v2/portfolio/index.php Thanks Ash

[jQuery] Re: About jQuery.attr(type,value)

2008-02-14 Thread wwwiori
Thank you very much. It's a good idear for this. I would like to know why the jQuery.attr doesn't work on this too...:) :) Thank you again. On 2月13日, 下午10时13分, andrea varnier [EMAIL PROTECTED] wrote: On 13 Feb, 12:23, wwwiori [EMAIL PROTECTED] wrote: Dear Team, I have a question that

[jQuery] Re: ajax file uploads: getting strange error

2008-02-14 Thread Yılmaz Uğurlu
Can you try upload your file without upload plugin. Create simple file form and just post to data your uplaod action. Maybe your uplaod action returning invalid result. I got the similiar error when i first try. The problem was upload action in my project. Just check that. 2008/2/13, Jake McGraw

[jQuery] How to define FireBug?

2008-02-14 Thread mtest
Hello all :) If it possible to define Firebug? Install it or not? Like it possible do whis browsers by command: if ($.browser.safari) { alert(this is safari!); } maybe like this :)) if ($.extensions.firebug) { alert(FireBug is install!); } Thank you to attention, and one more time sorry

[jQuery] Re: what editor do you use?

2008-02-14 Thread eitanpo
I use Komodo Edit http://www.activestate.com/Products/komodo_edit/, it's the free version of Komodo IDE, and vi on linux On Feb 13, 6:38 pm, Feijó [EMAIL PROTECTED] wrote: I changed my own a few weeks ago, now I'm using Editpad++ (http://sourceforge.net/projects/notepad-plus/) its freeware,

[jQuery] Grid with client side sorting

2008-02-14 Thread Lawrence Oluyede
At work we're evaluating some grid controls with client side sorting capabilities. We tried Ext.Grid but it's a little too invasive (it also modifies the HTML content of the page outside the div where it belongs), it's *really* heavy and have some issues with our CSS files (its CSS classes are

[jQuery] Re: How to define FireBug?

2008-02-14 Thread spinnach
try if (window.console) { console.log(...); } dennis. mtest wrote: Hello all :) If it possible to define Firebug? Install it or not? Like it possible do whis browsers by command: if ($.browser.safari) { alert(this is safari!); } maybe like this :)) if ($.extensions.firebug) {

[jQuery] Re: Superfish animation problem in ie

2008-02-14 Thread Joel Birch
Hi Ben, Glad I could help. Regarding your delay question: I intentionally made it so that hovering items with submenus immediately cancels any existing delay on other submenus in order to make the menu snappy and responsive. However, I recommend that you try adding the hoverIntent plugin as

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread Eridius
Why on earth do you think you know hat my plugin is and needs. I have my reason for wanting to disable scrolling just like thickbox does. [EMAIL PROTECTED] wrote: Why on earth would you want to? Your visitors may think your page broke their computer! Eridius wrote: but the wheel

[jQuery] Re: plugin to 'throw items around'

2008-02-14 Thread Bhaarat Sharma
hm yeah you are correct when items are just going back to their original location that it sounds like it defeats the purpose. but this one is even better http://www.etsy.com/color.php . In this one the items are not returned to their original location. Yeah I havnt come across a plugin such as

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread Ariel Flesler
What about setting overflow:hidden to the document ? that will prevent mousewheel, will hide the scrollbars as well. Ariel Flesler On 14 feb, 10:44, Eridius [EMAIL PROTECTED] wrote: Why on earth do you think you know hat my plugin is and needs.  I have my reason for wanting to disable

[jQuery] Re: How to define FireBug?

2008-02-14 Thread Scott Trudeau
I frequently do something like: if(typeof window.console == 'undefined') window.console = { log: function() {} }; So I can just use console.log() at will since if Firebug (or alternative) is not present, it will just do nothing when called. You can also extend that to do some kind of alternate

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-14 Thread Mike Alsup
The problem is the use of the 'target' option with the ajaxForm call within the jFrame plugin. That option is meant to target the server response to a particular element in the document. But your server response is an XML document, not HTML, and that cannot be inserted wholesale into the current

[jQuery] Re: OT: FCK editor now double spaces with enter key?

2008-02-14 Thread tlphipps
I actually tested this yesterday and confirmed that it worked on my installation. On Feb 13, 4:08 pm, Chris Jordan [EMAIL PROTECTED] wrote: Nice find. I'll bet that does it! :o) On Feb 13, 2008 10:36 AM, tlphipps [EMAIL PROTECTED] wrote: I think I found the setting. In the

[jQuery] Correct way to read and write JSON string

2008-02-14 Thread wolf
ok, thanks to everyone for the answers. I can now see why there is no jQuery method to decode a JSON string: the eval is done implicitly, since underlyingly, a script is requested when doing an Ajax JSON request. Got that, and yes, if your source is trusted, then maybe eval() is really the way to

[jQuery] Dynamically prepending elements to a div

2008-02-14 Thread meeboo
Hey all In this example, how come I can't prepend the paragraph to the div more than once? $(#adder).click(function() { $('#container').prepend($('#content')); }); # Add content div id=container/div p id=contentcontent/p -- View this message in context:

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Kai Lautaportti
Hi Gilles I was giving the demos a try and this looks very promising. Great work! Is the code available in a public repository somewhere at the moment? A quick look at jQuery SVN turned up only some very old (deleted) versions. Looking forward to a public release. cheers, Kai Lautaportti

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread Matt
You could just set the css overflow property to hidden. body { overflow:hidden; } this should hide scrollbars, so no scroling possible Matt 2008/2/14, Eridius [EMAIL PROTECTED]: Why on earth do you think you know hat my plugin is and needs. I have my reason for wanting to disable

[jQuery] Re: Create thickbox dymanically after opening one

2008-02-14 Thread cbmtrx
This is very similar to the problem I'm facing: To enable a thickbox to reload itself with new content *UNTIL* the user closes the TB manually. Then if they relaunch the TB (from the same DOM element) it should load up the TB with the original, default content (and not the newer, reloaded

[jQuery] Thickbox: Reload TB with new content?

2008-02-14 Thread cbmtrx
Hi folks, (FYI: I've asked this question in the thickbox forum, but it doesn't seem to get much traffic, so maybe someone here will have an answer.) I have the thickbox widget working fine. Love it. While most of the TBs are standard (open box, display content, close box) in some cases I need

[jQuery] Re: OT: FCK editor now double spaces with enter key?

2008-02-14 Thread Andy Matthews
We found that setting, and it looks like it worked. Thanks! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tlphipps Sent: Thursday, February 14, 2008 7:59 AM To: jQuery (English) Subject: [jQuery] Re: OT: FCK editor now double spaces with

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Benjamin Sterling
Wha!!! No 24hr seven days a week support for everything under the sun?!! Thanks for the update Gilles, I will be working on something today. Where can I get the files? I could not find a zip? I can just grab it down from your demo site, not a huge deal. Thanks again. On 2/14/08, Gilles

[jQuery] Re: How to define FireBug?

2008-02-14 Thread Karl Swedberg
Also, if it's really Firebug that you're after, and not just the console, you could do this: if (window.console console.firebug) { console.log(Firebug is installed); } --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 14, 2008, at

[jQuery] Re: Dynamically prepending elements to a div

2008-02-14 Thread Benjamin Sterling
First would be that you can't have more then one ID on a page, if you need, you should change id=content to class=content. And second, if your html look exactly as you have it, you are no cloning the P, you are just moving it. If you need to duplicate it do something like:

[jQuery] Re: what editor do you use?

2008-02-14 Thread timothytoe
I just tried Komodo. Very nifty. I like how it checks JavaScript syntax and does word completion. The jQuery plugin that comes with it is old. Is there a newer one? It also is missing a PHP plugin. Where is the locations for those plugins it uses? Is the Komodo IDE worth the money? Still love

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Benjamin Sterling
Gilles, In your code you have fMaxFilesize but on the wiki you have fMaxFileSize, should I fix the wiki or do you want your code camelCased? On 2/14/08, Benjamin Sterling [EMAIL PROTECTED] wrote: Wha!!! No 24hr seven days a week support for everything under the sun?!! Thanks for the update

[jQuery] Re: what editor do you use?

2008-02-14 Thread Smith, Allex
Eclipse - Aptana and various other application specific plug-ins around Eclipse. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Feijó Sent: Wednesday, February 13, 2008 8:38 AM To: jquery-en@googlegroups.com

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread [EMAIL PROTECTED]
Sorry Eridius, I was going to suggest ensuring that your content only takes up the screen area but thought you would probably have discounted that for some reason. Before now, I've never used Javascript to control content and am quite shocked by the attitude of many developers to accessibility.

[jQuery] Re: what editor do you use?

2008-02-14 Thread timothytoe
Nevermind about the PHP. It couldn't find my PHP.exe, which was in WAMP5. Still think it's kind of lame that the jQuery support is for jQuery1.1. On Feb 14, 7:30 am, timothytoe [EMAIL PROTECTED] wrote: I just tried Komodo. Very nifty. I like how it checks JavaScript syntax and does word

[jQuery] [Validate] Validation doesn't work until after submit button used

2008-02-14 Thread Rick Faircloth
Hi, all. (especially Jorn) Anything wrong with this script? Thanks, Rick $().ready(function() { $(#add-announcement-form).validate({ errorPlacement: function(error, element) {

[jQuery] Re: what editor do you use?

2008-02-14 Thread rolfsf
http://www.panic.com/coda/ coda - but then, I'm one of those mac people... rolfsf Feijó-2 wrote: I changed my own a few weeks ago, now I'm using Editpad++ ( http://sourceforge.net/projects/notepad-plus/ ) its freeware, nice resources, like macros, quick-text, highlighted source, ...

[jQuery] a small accessibility rant

2008-02-14 Thread [EMAIL PROTECTED]
Before (trying to) adopt jQuery, I've never used Javascript to control content. In reading hundreds of blogs by Javascript developers over the past weeks, I've been alarmed by their attitude to accessibility. It's not just a matter of 'political correctness', and it's not just about minority

[jQuery] Re: what editor do you use?

2008-02-14 Thread Feijó
Thanks for the tip!! I set my copy line as CTRL+D and assigned that Swap with line above/below :) Feij Sean O escreveu: I used Notepad++ for a while, thinking it was the bee's knees. But then I found PSPad a few months ago, and it's earned my title as go-to editor. Tabbed Interface,

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread [EMAIL PROTECTED]
A little note from your friendly local accessibility bore ;) In Thickbox, Cody uses 'position:fixed' for the thickbox div. This ensures the div won't move. However, if you try increasing the font size in a Thickbox window, you'll see that you can't get to the bottom of the box! So, in my view,

[jQuery] Re: clock pick in ajax loaded form - ie error

2008-02-14 Thread Josh Nathanson
Pete - it may have something to do with the absolute positioning of the returned ajax content. Try using relative positioning and see if that helps. -- Josh - Original Message - From: pedalpete [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Wednesday,

[jQuery] tabs: possible to save a form when switching tabs?

2008-02-14 Thread [EMAIL PROTECTED]
Hi, I'm using the jQuery tabs plugin from here http://docs.jquery.com/UI/Tabs. I have a number of AJAX tabs. When one of the tabs loads (the tab Properties), it loads with a form. How do I call my validate form function and then submit this form when a user clicks on a different tab? Here are

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Well to be honest, currently the code is a bit of a mess. Do a view- source on the demo and you see that you have to pass in everything in the constructor. What i want to do, if that is oke with you guys, that you can do something like this: oUploader = new Uploader('moviename');

[jQuery] Re: [Validate] Validation doesn't work until after submit button used

2008-02-14 Thread Jörn Zaefferer
Hi Rick, here is some explanation of the behaviour: http://docs.jquery.com/Plugins/Validation#Validation_event Jörn

[jQuery] Re: a small accessibility rant

2008-02-14 Thread J Moore
Well, a pixel could be a tiny dot or it could be 5mm. So, really, isn't saying font-size: 11px proportional too? It sounds like your friend needs a better screen magnifier. Increasing just the font size in the browser is a hack. The one build into OS X (see 'universal access' in system prefs)

[jQuery] Re: About jQuery.attr(type,value)

2008-02-14 Thread hj
On Feb 13, 6:41 pm, wwwiori [EMAIL PROTECTED] wrote: Thank you for your reply. And I have testing on IE7 and Firefox2.0.x , and when I using code: document.getElementById(changeType).setAttribute(type,button); can change the type when the element has created... so,I think maybe IE and

[jQuery] sending an array[] with $.ajax post

2008-02-14 Thread hcvitto
hi i've got an array made after a selection of checkboxes and i want to send this values to a php page to do some sql query. i couldn't manage to pass the values via post and this is my function var myFunction = function() { $(#cancellaRecord).click(function() {

[jQuery] Re: clock pick in ajax loaded form - ie error

2008-02-14 Thread pedalpete
Hey Josh, I removed the absolute positioning, but so far no luck. Do you suspect this is strictly a css issue? On Feb 14, 9:22 am, Josh Nathanson [EMAIL PROTECTED] wrote: Pete - it may have something to do with the absolute positioning of the returned ajax content. Try using relative

[jQuery] Re: animation question

2008-02-14 Thread spaceage
andrea--thanks so much for this helpful tip. I get the positioning and overflow stuff, but I'm unclear on the 'li:eq(' + n + ')' syntax-- I would have expected some form of .each perhaps with an incrementing variable to use as the multiplier for determining the top value for each li. If I read

[jQuery] Form plugin in jQuery 1.2.3

2008-02-14 Thread Klaus Hartl
Is it just me or does the form plugin currently not work in jQuery 1.2.3? No way... --Klaus

[jQuery] Re: what editor do you use?

2008-02-14 Thread Collin Allen
At home, I use TextMate under Mac OS X. At work on a Windows XP box, I use a custom themed Notepad++, seen here: http://img169.imageshack.us/img169/6766/nppgd0.jpg

[jQuery] Re: Animate function. Once I animate how do I er.... de... animate

2008-02-14 Thread somedude
this worked great, thanks! On Feb 13, 5:08 pm, J Moore [EMAIL PROTECTED] wrote: um, use a variable? var x = true; $(#container).click(function() { if (x) { $(#container).animate({marginTop: -=237px}, slow); } else { $(#container).animate({marginTop:

[jQuery] Re: Dynamically prepending elements to a div

2008-02-14 Thread meeboo
Solved it, it seems as if prepend moves the element instead of copying it. So when trying to add the element a second time you just end up moving the element to the exact position it's located. meeboo wrote: Hey all In this example, how come I can't prepend the paragraph to the div more

[jQuery] Re: a small accessibility rant

2008-02-14 Thread Benjamin Sterling
Cherry, There are quite a few of us that would agree with you, Richard Worth and myself to name two, there is plugin but could not find it right away that help with accessibility. Everything I do has to be 508 compliant and not just because I feel it is the right thing to do, but I would with the

[jQuery] only text rule ??

2008-02-14 Thread fab
Hi, I would like to have a onlytext rule, that is to say no special chars as ' / ; : `$ etc... Or maybe im wrong and it is already done ?? Please excuse my english.. Thanks and kiu :D

[jQuery] Re: fastest way to load both jquery thickbox

2008-02-14 Thread MorningZ
One option is to use Dean Edward's packer tool: http://dean.edwards.name/packer/ If your packed file(s) don't work, you may need to run it through JSLint (http://dean.edwards.name/packer/) and fix it up before packing (having proper ending semicolons is a big thing to look out for)

[jQuery] hover effect for input type=image (beginner question)

2008-02-14 Thread Michael Schwarz
Hi everybody, I have the following code: div id=search form action=whatever.php input name=searchFor class=inputField id=searchFor value=search for... type=text input class=hoverThis src=/img/btn_search.gif alt=Search title=Search name=Search value=Search type=image /form /div An I would

[jQuery] Slideshow for divs

2008-02-14 Thread William Horta
does anyone know a plugin or a way to slide divs from left to right ? i found some ways but only with images, and im not very good at programming so i coudln't do it with .animation it didn't work very well

[jQuery] Re: Hide / Show problems with IE

2008-02-14 Thread igb
Nevermind...i figured it out. sorry for the double post On Feb 13, 2:11 pm, igb [EMAIL PROTECTED] wrote: Hello, I am trying to use the show/hide jquery function to show and hide book descriptions by clicking on the name of the book. It seems that the script works OK in firefox but not at

[jQuery] What's wrong with this conditional?

2008-02-14 Thread [EMAIL PROTECTED]
Hi. I'm still struggling with this! It's supposed to load an alternative stylesheet if images are OFF. I'm trying a zillion different methods, but they only seem to 'half' work :( Here's my latest attempt; I tried a ternary as a last resort ;) I don't get a code error, but still only the 'images

[jQuery] Re: Dynamically prepending elements to a div

2008-02-14 Thread meeboo
Problem solved by cloning the element which is to be added, like this. $(#adder).click(function() { var $elementToBeAdded = $('#content').clone(); $('#container').prepend($elementToBeAdded); }); easy peasy meeboo wrote: Hey all In this example, how come I can't prepend the

[jQuery] Jquery AJAX Email Client ???

2008-02-14 Thread KONIU
Hi, Does anybody know an ajax email client like this one ona dojo http://dojotoolkit.org/demos/email-using-1-0 ??? but in Jquery.

[jQuery] Sending Tabular Reports to Printer

2008-02-14 Thread bruceow
Hello, I have been looking (three days) for something that will allow me to format data from a MySql table into a tabular form and send that report(s) to the printer, at one time, without using window.print(). There may be one or several reports and would like to send this to the printer after

[jQuery] Re: what editor do you use?

2008-02-14 Thread Aaron Barker
I use TextMate when I'm at work on a Mac, and E-TextEditor on the Windows at home (http://www.e-texteditor.com/). It uses the same bundles as TextMate, so it's nice to have that power on Windows. Aaron On Feb 13, 9:38 am, Feijó [EMAIL PROTECTED] wrote: I changed my own a few weeks ago, now I'm

[jQuery] on form submission, how to decide on submit: return true / false

2008-02-14 Thread freech
Hi there, I just stepped in the jQuery world, and my first homework is try to make a simple form validation example like following. The problem is I haven't figure out how to automatically decide, on form submission, how to figure out return turn or false. I want the submit receiving happened

[jQuery] Re: [treeview] How to force a branch open.

2008-02-14 Thread sozzi
Hi Jörn, I can't seem to make it work. If you have a look at e.g http:// www.ehs.sfu.ca/general/categories/C16/ You'll see it works beautifully up to that point. If you click on a further article on the right hand side navigation (i.e Back Care:http://www.ehs.sfu.ca/general/details/back_care/)

[jQuery] Re: tabs: possible to save a form when switching tabs?

2008-02-14 Thread Klaus Hartl
Try the select event. If the handler for that event returns false you won't be allowed to switch tabs. Something like: var $tabs = $('#foo').tabs().bind('select.ui-tabs', function(e, ui) { return validateForm( $('#tabcontent div.ui-tabs-container:visible form')[0] ); }); I assumed youhave to

[jQuery] Re: a small accessibility rant

2008-02-14 Thread [EMAIL PROTECTED]
Wow, I really appreciate both of your quick replies! Benjamin, I have seen yours Richard's contributions - knowing I'm not all alone is what's keeping me motivated ;) From the accessibility plugin's demo page, it serves an accessibility reminder. Which is a start :) @JMoore - my point is

[jQuery] Re: Form plugin in jQuery 1.2.3

2008-02-14 Thread Mike Alsup
No sweat. I had every confidence you'd find the problem wherever it was. Good to hear it wasn't in the plugin though. :-) Cheers! On Thu, Feb 14, 2008 at 2:13 PM, Klaus Hartl [EMAIL PROTECTED] wrote: Scratch that, it was just me! Sorry Mike, I was afraid I couldn't use this excellent

[jQuery] Re: Jquery AJAX Email Client ???

2008-02-14 Thread Cloudream
is it hard to do it? jQuery is quite easy to use. Try it yourself :) On Feb 15, 1:47 am, KONIU [EMAIL PROTECTED] wrote: Hi, Does anybody know an ajax email client like this one ona dojohttp://dojotoolkit.org/demos/email-using-1-0??? but in Jquery.

[jQuery] Re: What's wrong with this conditional?

2008-02-14 Thread Richard D. Worth
The first part of the ternary is going to evaluate as a boolean (true or false). What you've actually got in there is a jQuery object with a load function, which exists (notice, you're referencing it as a variable, not calling it) and therefore the true part of your ternary is evaluating each

[jQuery] Re: fastest way to load both jquery thickbox

2008-02-14 Thread polyrhythmic
Packing is probably not the fastest method, unless you're in a low- bandwidth situation, due to the overhead of decoding the packed script after download. I would recommend Minifying your JS -- the most well known is probably JSMin (http://javascript.crockford.com/jsmin.html) but there's a

[jQuery] Re: Form plugin in jQuery 1.2.3

2008-02-14 Thread Klaus Hartl
Scratch that, it was just me! Sorry Mike, I was afraid I couldn't use this excellent piece of work... --Klaus

[jQuery] Re: tabs: possible to save a form when switching tabs?

2008-02-14 Thread [EMAIL PROTECTED]
Thanks, Klaus. I only want to run this form validation if a user is leaving the tab with a.title = Properties. How do I screen for that prior to executing the function? - Dave On Feb 14, 12:43 pm, Klaus Hartl [EMAIL PROTECTED] wrote: Try the select event. If the handler for that event returns

[jQuery] Re: what editor do you use?

2008-02-14 Thread polyrhythmic
Komodo doesn't have 1.2 support yet because of the change from scriptdoc format (http://groups.google.com/group/jquery-en/ browse_thread/thread/24f40cfd6830b6dd/), I believe. However thanks to hard work from many jQuery group members (http://groups.google.com/

[jQuery] Re: hover effect for input type=image (beginner question)

2008-02-14 Thread andrea varnier
On 14 Feb, 15:26, Michael Schwarz [EMAIL PROTECTED] wrote: Hi everybody, hi :) A) change src=/img/btn_search.gif into src=/img/btn_search_hover.gif onMouseOver and back onMouseOut $('.hoverThis').hover(function(){ $(this).attr('src', '/img/btn_search_hover.gif'); }, function(){

[jQuery] Re: Jquery AJAX Email Client ???

2008-02-14 Thread Benjamin Sterling
I don't know if it would be hard to do, but there is a little more you need then just a js framework to achieve. You will need some backend programming, ie. asp, asp.net, php, ruby, coldfusion, etc. On 2/14/08, Cloudream [EMAIL PROTECTED] wrote: is it hard to do it? jQuery is quite easy to

[jQuery] Getting height() value on a dynamic area

2008-02-14 Thread GTinMaryland
I'm working on a layout where the user clicks a button and content loads via Ajax into content box elsewhere on the page. Right after making that ajax call I try to get the height() of the content box, but the value returned is the height of the box BEFORE the content was loaded. How can I get

[jQuery] Re: change in jQuery.grep in 1.2.3?

2008-02-14 Thread jody
Thanks, Karl, for the clarification.

[jQuery] Re: Slideshow for divs

2008-02-14 Thread Chris J. Lee
http://plugins.jquery.com/project/ScrollTo On Feb 14, 11:05 am, William Horta [EMAIL PROTECTED] wrote: does anyone know a plugin or a way to slide divs from left to right ? i found some ways but only with images, and im not very good at programming so i coudln't do it with .animation it

[jQuery] Re: hover effect for input type=image (beginner question)

2008-02-14 Thread Michael Schwarz
Hi Andrea, hi :) Thanks alot! hope this helps :) It does help so much, as well as your explanation! I'll now try to make that hover function more generic 'cause I have more than one input button per page Michael

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread Eridius
I guess i should have been more specific. This is basically a rewrite of thickbox but designed for html content and not for images and thickbox is not really design in a way i can use it and thickbox reloaded has an IE bug that is annoy so i thought I would rewrite the plugin from scratch and

[jQuery] Re: Jquery AJAX Email Client ???

2008-02-14 Thread Eridius
Not sure how hard it would be but it would be a big project to do. bmsterling wrote: I don't know if it would be hard to do, but there is a little more you need then just a js framework to achieve. You will need some backend programming, ie. asp, asp.net, php, ruby, coldfusion, etc.

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-02-14 Thread [EMAIL PROTECTED]
I'll give that a go - thanks for the advice :-) If that doesn't work - is there a way to simply not use the iflash plugin (e.g. manually add the object and embed tags - and if so where do they get added)? On Feb 12, 9:07 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi ipo and thanks for

[jQuery] Keeping Submenu Open?

2008-02-14 Thread CyberWoolf
Hello all, I have a menu with a submenu using jQuery. The problem is I am trying to get the submenu to stay open after you have clicked on the sub menu item. So, to have the sub menu open on the active top menu place but clear when there is no submeu. After hours of searching, I cannot find

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-02-14 Thread Alexandre Plennevaux
i guess it shouldn't be too hard. let me know if the fix i suggest didn't work and i'll send you updated code for what you require. On Thu, Feb 14, 2008 at 9:01 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'll give that a go - thanks for the advice :-) If that doesn't work - is there a

[jQuery] Re: animation question

2008-02-14 Thread andrea varnier
On 14 Feb, 15:04, spaceage [EMAIL PROTECTED] wrote: andrea--thanks so much for this helpful tip. you're welcome :) I would have expected some form of .each perhaps with an incrementing variable to use as the multiplier for determining the top value for each li. If I read this correctly, it

[jQuery] jquploader: possible to build an upload form without Flash?

2008-02-14 Thread [EMAIL PROTECTED]
Hi, Guess I'm just a sucker for punishment. Has anyone had any success building a form that doesn't require Flash that uploads files using jqUploader? I followed their setup instructions http://www.pixeline.be/experiments/jqUploader/setup.php and it didn't say anything about needing the

[jQuery] scrollTop not working in IE 6/7 or FF

2008-02-14 Thread Eridius
i have this code alert($('body').scrollTop()); in opera and safari, I get the correct number however IE 6/7 and FF give me 0, anyone no why this would happen? My HTML is valid so that is not an issue, not sure what else tho would case IE and FF to me up. -- View this message in context:

[jQuery] Re: Slideshow for divs

2008-02-14 Thread Ariel Flesler
The newborn: http://plugins.jquery.com/project/SerialScroll Ariel Flesler On 14 feb, 18:04, Chris J. Lee [EMAIL PROTECTED] wrote: http://plugins.jquery.com/project/ScrollTo On Feb 14, 11:05 am, William Horta [EMAIL PROTECTED] wrote: does anyone know a plugin or a way to slide divs from

[jQuery] Re: on form submission, how to decide on submit: return true / false

2008-02-14 Thread andrea varnier
On 14 Feb, 15:57, freech [EMAIL PROTECTED] wrote: //I have problem on here: if ( !$(.sdComt).response ) { return false; } else { return true; } ok, if I got it right, you're using a $.post call to check if the user's input is correct or somehow acceptable, and then you append to

[jQuery] Re: Getting height() value on a dynamic area

2008-02-14 Thread polyrhythmic
Do you have the height() called from the AJAX callback function? Make sure the height isn't called until the ajax callback. If that doesn't work, perhaps the elementReady plugin would help. Charles On Feb 14, 11:08 am, GTinMaryland [EMAIL PROTECTED] wrote: I'm working on a layout where the

  1   2   >