[jQuery] moving Div to a Div

2008-08-28 Thread pedramphp
Dear FOlk , I have a shopping cart when I click on the ( Buy this ) Button the product will be added to the Basket , the think is I would like to move the Image into the shopping automatically without any dragging ... so I need to move one Div to another DIv with jQuery animation could we let the

[jQuery] Re: IE and safari bug with jquery.each and $.ajax

2008-08-28 Thread Karl Rudd
Do they all come through? You realise that the AJAX responses aren't guaranteed to return in order. Karl Rudd On Thu, Aug 28, 2008 at 12:00 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think I've found a bug in jquery in IE7 and safari, seems fine in FF3. Try running this code in IE7.

[jQuery] Re: Validate and dynamically added controls

2008-08-28 Thread Gordon
I've managed to get an example up for you to look at now, it's at http://cms.merus.co.uk/editsurvey.php.html and the javascript for the editor is at http://cms.merus.co.uk/surveybuilder.js At the moment only Question attempts to attach rules to fields, when a new question is added its Label

[jQuery] Validate or Masked Input plugin for entering/validating times?

2008-08-28 Thread Klaus Hartl
Hi there, I have a text input into which a user is supposed to enter a time in a format like hh:mm or h:mm. I was thinking about using the Masked Input plugin for that, which works pretty well for the format 99:99 but doesn't check if the numbers entered are valid hours/minutes. As far as I

[jQuery] Re: Can anyone explain the jitter in my website using the slide effect?

2008-08-28 Thread Eric
Get that element to stop changing in height and it should help. Is there any way to use the slide effect in jQuery without it changing the element's height? There isn't any specific reason I need to use slide, I just thought it looked cool, but if that effect is going to always jitter because

[jQuery] Re: AutoComplete Detecting mustMatch failure.

2008-08-28 Thread Chris Bailey
I'm running into something similar. The result handler has no corrollary for cases where you aren't using mustMatch, and want to take some action if the user doesn't select something. For example, I want to put the ID from the extra data value into a hidden field when it matches, but want to

[jQuery] Selectors and changing source of HTML-elements

2008-08-28 Thread velij
Hi everyone, this is my first message to the jquery group, hope you don't mind and i'll improve over time :) My HTML is this: ul id=gallery li h2a href=#targeturlwww.targetlink.com.whatnot/a Title/h2 img src=thumb.jpg alt= / pLorem impsum /p /li First i'd like to find the IMG tag from every

[jQuery] Cycle - goto

2008-08-28 Thread gvcmsq
Hi guys, i need something similar to the solution on http://malsup.com/jquery/cycle/goto.html, but with an addition: i'd like to specify if the scrolling is to be 'forward' or 'backward', so it would be something like: $('#s1').cycle(2, 'forward'); or $('#s1').cycle(2, 'backward'); For

[jQuery] Re: dumb form button element question

2008-08-28 Thread garrett
Give the buttons a unique ID and get the ID using the attr function On Aug 27, 9:12 pm, Maarten [EMAIL PROTECTED] wrote: with .child I know I can get the number of children of a certain element, but if i have something like this input type=button class=buttonfun value=Button One input

[jQuery] Attaching onAfter dynamically

2008-08-28 Thread gvcmsq
Hi guys, i need something similar to the solution on http://malsup.com/jquery/cycle/goto.html, but with an addition: i want to be able to call $('#s1').cycle(2) with an onAfter handler and $('#s1').cycle(3) without it (basically, i want the onAfter to execute depending on a certain condition)

[jQuery] Alternate colors does not work when sorted - Tablesorter

2008-08-28 Thread Ramesh R
Hi, Tablesorter plugin - Alternate color does not work when you sort on a particular column. Any solution for this. -- cheers !! ramesh r

[jQuery] Re: File Upload

2008-08-28 Thread Martynas Brijunas
Hi, you can also try www.swfupload.org, it is fully configurable. On Aug 28, 5:05 am, Karl Rudd [EMAIL PROTECTED] wrote: The file input doesn't style very well, at least on all browser. Have a look here:  http://www.quirksmode.org/dom/inputfile.html You can kind of fake it, that is you

[jQuery] Re: ReNestableTree, raw code

2008-08-28 Thread David C . Zentgraf
I'm actually going to follow this up with a bug fix release already. ;-3 Includes a cross-browser fix and resolves some invalid event propagation that might occur. jQuery(function () { $('#sortableList li').draggable({ revert : 'invalid', start

[jQuery] Re: moving Div to a Div

2008-08-28 Thread Richard D. Worth
This may not be exactly what you're looking for, but have you looked at jQuery UI's transfer effect?: http://docs.jquery.com/UI/Effects/Transfer http://ui.jquery.com/repository/latest/demos/functional/#ui.effects.general At the very least you could look at the code and see how to go about

[jQuery] Re: Alternate colors does not work when sorted - Tablesorter

2008-08-28 Thread MorningZ
Use the Zebra widget for alt row coloring instead of your own coloring method

[jQuery] Re: keypress event using $(this)

2008-08-28 Thread Richard D. Worth
Here are a couple options: 1) Set up the keypress binding on the element(s) and then wrap your switch in a conditional (if) that checks a flag your test link click would set to true 2) Event delegation: Set up the keypress binding at the document/some other higher level in the DOM. Use

[jQuery] Re: Targeting hidden elements kills each() process

2008-08-28 Thread Richard D. Worth
You could use the ':visible' pseudo-selector ( http://docs.jquery.com/Selectors/visible ) to target only the visible elements. - Richard On Wed, Aug 27, 2008 at 3:22 PM, Po Cheng [EMAIL PROTECTED] wrote: Hi, General: I'm trying to access several elements on the page, some hidden, some

[jQuery] Re: missing ; before statement

2008-08-28 Thread mohsin
sometime i m getting following lines with my ajax data instead of error HTTP/1.1 200 OK Date: Thu, 28 Aug 2008 11:50:39 GMT Server: Apache/ 2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 X-Powered-By: PHP/5.2.5 Expires: Mon, 26 Jul 1997 05:00:00 GMT Cache-Control:

[jQuery] Re: $(div.tabs div.containers) in Safari 3

2008-08-28 Thread gemmes
Thank you for replying, and for new script you did for me. However, this script does work fine in Safari 3 when i dont use the as a CSS selector, I was just wondering why it did not work with in Safari thanks gemmes

[jQuery] Re: data cache and tag attributes

2008-08-28 Thread Richard D. Worth
Some downsides to using expandos (arbitrary attribute key/value pairs on DOMElements): 1) possible memory leaks 2) keyname choice is limited because of built in attributes/properties 3) have to be careful about what you stick in there (see 1). Best to stick with simple values, ints and strings

[jQuery] Re: Validate and dynamically added controls

2008-08-28 Thread Jörn Zaefferer
Would you mind updating to validate 1.4? I don't want to debug your app just to discover a bug that was fixed long ago. Jörn On Thu, Aug 28, 2008 at 11:36 AM, Gordon [EMAIL PROTECTED] wrote: I've managed to get an example up for you to look at now, it's at

[jQuery] Passing index of element to event handler?

2008-08-28 Thread Zissou
Hi everyone, I'm looking for a neat way to pass the index of an element in a wrapped to an event handler bound to that element. Like so: $(container).find('a[href$=.jpg]').bind('click', {}, function (e) { // I want to access the index of the clicked element inside the wrapped set here

[jQuery] Attaching onAfter dynamically

2008-08-28 Thread gvcmsq
Hi guys, i need something similar to the solution on http://malsup.com/jquery/cycle/goto.html, but with an addition: i want to be able to call $('#s1').cycle(2) with an onAfter handler and $('#s1').cycle(3) without it (basically, i want the onAfter to execute depending on a certain condition).

[jQuery] How to Create a Model Window in JQUERY Modal Window

2008-08-28 Thread Babu PCA
Hi All, Can any one tell us about jquery modal window usage I would like to know how to use that Thanks and regards Babu

[jQuery] Transfer effect in UI

2008-08-28 Thread pedramphp
Dear folk , I tested the Transfer effect in http://ui.jquery.com/repository/latest/demos/functional/#ui.effects.general on Safari 3 , it doesn't work what is the problem ... I would like to use Transfer Effect Regards Pedram

[jQuery] Re: Validate and dynamically added controls

2008-08-28 Thread Gordon
D'oh! I'm certain I'd already upgraded to 1.4 but it seems that in the course of shuffling files around it got overwritten again with an older version and I failed to notice. Thanks for taking the time to help out though. On Aug 28, 12:53 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Would you

[jQuery] Re: How to Create a Model Window in JQUERY Modal Window

2008-08-28 Thread MorningZ
Check out the excellent plugin jqModal: http://dev.iceburg.net/jquery/jqModal/ it's simple to use and there's tons of examples

[jQuery] Re: moving Div to a Div

2008-08-28 Thread pedramphp
Dear Richard , I think Transfer is good for me . but the sample in UI http://ui.jquery.com/repository/latest/demos/functional/#ui.effects.general it seems not to work on safari 3

[jQuery] Sleep or delay in JQuery

2008-08-28 Thread Ronn
Hello all, I'm new to JQuery and I'm looking for a Sleep or Delay function. I have two animations and I want one to not start until the other has finished. Any Ideas? Thanks in advance

[jQuery] Re: How to Create a Model Window in JQUERY Modal Window

2008-08-28 Thread Babu Pca
thanks for u r help On Thu, Aug 28, 2008 at 6:26 PM, MorningZ [EMAIL PROTECTED] wrote: Check out the excellent plugin jqModal: http://dev.iceburg.net/jquery/jqModal/ it's simple to use and there's tons of examples -- With Thanks and Regards Babu pca

[jQuery] Re: dumb form button element question

2008-08-28 Thread Maarten
Ok thats what I'm doing now but I was hoping I could simplify my code On Aug 28, 9:21 am, garrett [EMAIL PROTECTED] wrote: Give the buttons a unique ID and get the ID using the attr function On Aug 27, 9:12 pm, Maarten [EMAIL PROTECTED] wrote: with .child I know I can get the number of

[jQuery] [general] select all non-empty inputs

2008-08-28 Thread Boersnoes
Hi, I want to select all the values from the filled in/checked/selected fields in a form and concatenate them in a string so I can pass it on to the history plugin. I have written working code, but I feel that it could be simplified. Any suggestions? var args = '';

[jQuery] IE8b2 crash scenario

2008-08-28 Thread Alistair Potts
[apologies, I put this on the dev list but should really have put it here] IE8b2 will crash if you try to insert a text node after a float. This might not seem such a common thing to do, but remember that jquery parses html into nodes before appending - and if your html starts with a space then

[jQuery] Travel a Table filtered by checked Checkboxes

2008-08-28 Thread [EMAIL PROTECTED]
Hi folks, I have a problem, with the following scenario. Given is a Table like the following table thead.../thead tbody tr tdinput type=checkbox/tdtdReferenceNumber/td ...more tds /tr /tbody /table A Submit Button is calling a function that should check the table for checked checkboxes

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread Andy Matthews
I can confirm this. The Transfer effect doesn't work in Safari 3 for the PC. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 28, 2008 7:41 AM To: jQuery (English) Subject: [jQuery] Transfer effect in UI

[jQuery] [TreeView] Lazy-load

2008-08-28 Thread debussy007
Hello, I use the Tree plusgin of Bassassistance but I noticed the files in the lazy-load demo was not the same as the files to download. For example there is no image ajax-loader.gif in the files. I tried to add it and add in the CSS the code that's missing: .treeview .placeholder {

[jQuery] Re: File Upload

2008-08-28 Thread shapper
The ExtJS FileUploadField seems a good solution ... a custom Browse buttom with a read only path field. All customized. Does anyone knows how to turn this into JQuery? I have been reading SWFUpload but I can't want to use Flash. I have also see the FileStyle JQuery Plugin but it only styles the

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread pedramphp
Dear Karl we need your help... On Aug 28, 4:12 pm, Andy Matthews [EMAIL PROTECTED] wrote: I can confirm this. The Transfer effect doesn't work in Safari 3 for the PC. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread pedramphp
Dear Karl we need your help... On Aug 28, 4:12 pm, Andy Matthews [EMAIL PROTECTED] wrote: I can confirm this. The Transfer effect doesn't work in Safari 3 for the PC. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:

[jQuery] Firfox 3 and Firefox 2

2008-08-28 Thread pedramphp
Dear folk , how could I run firefox 2 and firefox 3 at the same time ... is there any installation for both . or any trick.. or is there anything like IE Tester

[jQuery] Re: select all non-empty inputs

2008-08-28 Thread tlphipps
I didn't look through all your code, but I'm pretty sure you can get what you're after just using the .serialize() method. http://docs.jquery.com/Ajax/serialize On Aug 28, 7:42 am, Boersnoes [EMAIL PROTECTED] wrote: Hi, I want to select all the values from the filled in/checked/selected

[jQuery] Plugin function does not exist.

2008-08-28 Thread riegersn
$.fn.selectMatch = function(x) { for (i=0; ithis[0].options.length; i++) { if (this[0].options[i].innerHTML == x) alert('found it'); } return this; }; in my script im calling

[jQuery] UI Tabs not working in IE

2008-08-28 Thread furio
I am using UI Tabs in the portfolio section of my site to display the different categories of my work ( http://www.adamditota.com/portfolio www.adamditota.com/portfolio ). It seems to work fine in Firefox but not at all in IE7. I guess to kill two birds with one stone, I am also using the

[jQuery] Re: problem using form.js and nice edit together.

2008-08-28 Thread Hasanga
Still no result guys :P yea you point is right Mike, NiceEdit doesn't got a good documentation also :P Need to try with some other RTE. Is there any other Rich Text Editors You guys know which can have this functionality I need to implement ? Thanks again... Hasanga On Aug 26, 4:39 pm, Mike

[jQuery] PNG Opacity Fix for IE6 - Not working!, please help me by tonight before i see my client!

2008-08-28 Thread GodsDead
hey all, i need some help fast! This is my site i created ages ago that i should ahve completed about 2 months ago for a client and i have no idea why i havent got off my arse, anywho. i want it uplaoded and finished today, although i just realised the PNG Opacity Fix for ie6 using Jquery dousnt

[jQuery] NEWBIE Question re span and form elements

2008-08-28 Thread Peter Bailey
Hi there. I recently discovered jQuery and it appears to be an excellent library. I started looking at libs because I have a specific problem I want to solve easily. I want to an able to show and hide a span on my page. The span may contain some form elements like checkboxes for example. It is

[jQuery] Re: jqModal and div

2008-08-28 Thread Tony
Anyone? Anyone? Is there anyone that can help me here? On Aug 27, 10:22 am, Tony [EMAIL PROTECTED] wrote: http://dadoodesign.com/jqDemo/ IE6 ISSUE** As you can see when the button is pushed, the modal pushes the div down? Tried playing with the Z index but that didn't seem to solve the

[jQuery] animate in order

2008-08-28 Thread Ronn
I have two items: $('#backDropLeft').animate({height:550}, {duration: 750, easing: 'easeOutBack'}); $('#contactBox').fadeIn(1000, function() { }); How can I make contactBox wait until backDropLeft is finished to run its animate?

[jQuery] Re: Firfox 3 and Firefox 2

2008-08-28 Thread Shao Kang Tat
Hi, you can google portable firefox or just go to this link: http://portableapps.com/apps/internet/firefox_portable Well, you can't have both FF2 and FF3 running at the same time but you can have them both on your computer at the same time. Hope that helps, Shao On Aug 28, 10:08 am, [EMAIL

[jQuery] Re: jQuery slideshow

2008-08-28 Thread Ariel Flesler
var pos= 0, $imgs; function slide(){ $imgs.eq( pos++ ).fadeOut(slow, function(){ if( pos == $imgs.length ) pos = 0; // rewind $imgs.eq( pos ).fadeIn(slow, slide ); }); ); // Wait for document ready to start the magic $(function(){ $imgs = $('img.foo');

[jQuery] Re: Why do a recursion while window unload?

2008-08-28 Thread Ariel Flesler
IE isn't the only one leaking memory if this is not performed. This has been greatly improved recently. It will be faster on the next release. Meanwhile you can try using the last revision of jQuery on the svn repository. Cheers -- Ariel Flesler http://flesler.blogspot.com On Aug 27, 6:33 pm,

[jQuery] jquery wallpaper

2008-08-28 Thread tlphipps
Several months ago somebody posted a link to some jquery wallpapers that they had created (not cheatsheets, just color background with jquery logo). I lost my copy and for the life of me I can't locate these anymore. Does anybody still have a link for these wallpapers?

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread Richard D. Worth
Please note that there is a dedicated mailing list for jQuery UI: http://groups.google.com/group/jquery-ui Thanks for pointing out the issue. It looks like an issue with just that demo page. Transfer itself doesn't have any problems working in Safari. Thanks. - Richard On Thu, Aug 28, 2008 at

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread pedramphp
ok thank then I'll use it ... thanks for your Idea On Thu, Aug 28, 2008 at 6:15 PM, Richard D. Worth [EMAIL PROTECTED] wrote: Please note that there is a dedicated mailing list for jQuery UI: http://groups.google.com/group/jquery-ui Thanks for pointing out the issue. It looks like an issue

[jQuery] Re: Transfer effect in UI

2008-08-28 Thread Richard D. Worth
I failed to provide another useful link. If you find an issue with this or other UI plugins (and best if you can include a sample test page to reproduce), feel free to create a ticket here: http://ui.jquery.com/bugs/newticket Discussion before or after ticket creation on the mailing list always

[jQuery] Re: missing ; before statement

2008-08-28 Thread Michael Geary
Those are headers. They should be separate from the data. An HTTP download looks like: Header-1: Value Header-2: Value Header-3: Value Content... That is, the first blank line ends the headers. If your server is inserting a blank line before the headers, it would cause the problem you

[jQuery] Re: Validate and dynamically added controls

2008-08-28 Thread Jörn Zaefferer
Ah, sorry not mentioning that before, but please use the uncompressed version. Jörn On Thu, Aug 28, 2008 at 2:53 PM, Gordon [EMAIL PROTECTED] wrote: D'oh! I'm certain I'd already upgraded to 1.4 but it seems that in the course of shuffling files around it got overwritten again with an older

[jQuery] Re: [TreeView] Lazy-load

2008-08-28 Thread Jörn Zaefferer
You can get the latest revision, which includes the enhanced async stuff, here: http://dev.jquery.com/browser/trunk/plugins/treeview/ Jörn On Thu, Aug 28, 2008 at 3:21 PM, debussy007 [EMAIL PROTECTED] wrote: Hello, I use the Tree plusgin of Bassassistance but I noticed the files in the

[jQuery] Change event for hidden form field

2008-08-28 Thread Andy Matthews
I'm modifying the value of a hidden input field from a popup window. I thought it would be a simple thing to bind a change event on this field so that when it's value changed, something else would happen. This doesn't seem to work. Am I doing something wrong, or am I misunderstanding what I need

[jQuery] Re: jQuery slideshow

2008-08-28 Thread admi99
Thank you :) However it isn't what I need :) At First : shouldn't it be more like that : $imgs.eq( pos ).fadeOut(slow, function(){ if( pos == $imgs.length ) pos = 0; // rewind else pos++; $imgs.eq( pos ).fadeIn(slow, slide ); }); Secondly, stil there's

[jQuery] Re: Change event for hidden form field

2008-08-28 Thread Andy Matthews
Something I forgot to add. The change event that I bound does fire correctly when I manually change the value of the field (I changed it's type from hidden to text for testing). _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, August

[jQuery] Re: animate in order

2008-08-28 Thread Brian Schilt
You'll need to put the second animation in the callback function of the first. $('#backDropLeft') .animate({height:550}, {duration: 750, easing:'easeOutBack'}, function(){ $('#contactBox').fadeIn(1000, function() { }); }); Brian On Aug 28, 9:56 am, Ronn [EMAIL PROTECTED] wrote: I

[jQuery] Re: jQuery slideshow

2008-08-28 Thread Ariel Flesler
No, your code will hide and show back the last item. If I'm wrong, the code I gave you works as expected. -- Ariel Flesler http://flesler.blogspot.com On Aug 28, 12:27 pm, admi99 [EMAIL PROTECTED] wrote: Thank you :) However it isn't what I need :) At First : shouldn't it be more like that :

[jQuery] Re: jQuery slideshow

2008-08-28 Thread admi99
My point was the recursion :) I know that it iterates wrong. my last post should be : pos++; if( pos == $imgs.length ) pos = 0; // rewind On 28 Sie, 17:52, Ariel Flesler [EMAIL PROTECTED] wrote: No, your code will hide and show back the last item. If I'm wrong,

[jQuery] Jquery Tabs inside a Tab

2008-08-28 Thread Sridhar Gowda
Hi, I am using http://cse-mjmcl.cse.bris.ac.uk/blog/jQueryNestedMenus/nested.html for jquery nested tabs. But for my requirement i need to selected default 1st sub tab when i click on parent tab. $('#ddetail_tabs ul').tabs({ selected: 0}); this works only for the parent tab. not for the

[jQuery] IE7 change event not bubbling

2008-08-28 Thread Chad B.
I've got code that works great in FF but only partially in IE7. The problem centers around event bubbling (correct terminology?) and the change event. Essentially, I am binding the change event to a table, and filtering for changes to checkbox and text inputs in the cells. The table contents

[jQuery] $ Not defined

2008-08-28 Thread Chris
I am having trouble with the $ not defined error and after reading Karl's response (http://groups.google.com/group/jquery-en/ browse_thread/thread/17dab2899c5cfc18/7312dc68c84d93af?lnk=gstq=%24+is +not+defined#7312dc68c84d93af) I have assured myself that it is in fact NOT loading my local copy of

[jQuery] Re: Doc's site down?

2008-08-28 Thread Sam
For jQuery reference, I use Visual jQuery almost exclusively, unless using a new plugin: http://remysharp.com/visual-jquery/ Seems to be a better option than the docs site.

[jQuery] replace href url value for anchor tag

2008-08-28 Thread jon
this is probably pretty simple but trying to find documentation on how to change the href value on an anchor tag. i've seen docs that let you filter an anchor tag based on class which is prob what i'll do but i need to change the url that it is pointing to href=some/pattern/here to rewrite to

[jQuery] Re: New plugin - date picker

2008-08-28 Thread Mat
Hi Stefan, I was wondering if you could help me with regards to your jQuery DatePicker? Let me just say that this piece of work is fantastic, i've extended it somewhat to ensure my requirements are embedded. I'm having a difficulty with one area. When viewing the DatePicker in IE 7.0 the browser

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-28 Thread NYJC102
Hi Mike, Yes, indeed! Test page currently resides at http://preview.tinyurl.com/652c6n Obviously, from there you can see my source, etc. At this point, it does not even fade since I've been trying to figure it all out! Thanks again... -Josh On Aug 27, 1:32 pm, Mike Alsup [EMAIL

[jQuery] Re: problem using form.js and nice edit together.

2008-08-28 Thread Mike Alsup
yea you point is right Mike, NiceEdit doesn't got a good documentation also :P Need to try with some other RTE. Is there any other Rich Text Editors You guys know which can have this functionality I need to implement ? Here's one: http://www.fyneworks.com/jquery/FCKEditor/

[jQuery] Re: Firfox 3 and Firefox 2

2008-08-28 Thread Eric Martin
Assuming you have neither versions installed: 1) install FF2 - use the custom option to install in a different directory (C:\Program Files\Mozilla Firefox 2) 2) install FF3 - use the custom option to install in a different directory (C:\Program Files\Mozilla Firefox 3) 3) from the command line,

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Dan G. Switzer, II
Andy, First I'd recommend updating to latest version that Jörn's been managing. I have no plans on updating my version. I'm using Dan's autocomplete plugin in an app and it's working great. I just have one question. I'm loading in all options (around 5-10) into an array when the page loads. I'd

[jQuery] Re: Attaching onAfter dynamically

2008-08-28 Thread Mike Alsup
i need something similar to the solution onhttp://malsup.com/jquery/cycle/goto.html, but with an addition: i want to be able to call $('#s1').cycle(2) with an onAfter handler and $('#s1').cycle(3) without it (basically, i want the onAfter to execute depending on a certain condition) This

[jQuery] Re: Travel a Table filtered by checked Checkboxes

2008-08-28 Thread Brian Schilt
Would you be able to store the Reference Number in the value attribute of the checkbox? That would make things a lot easier. input type='checkbox' name='refNumber' value='ReferenceNumber'/ Then you could do something like this? $(tableID) .find(':input:checkbox:checked') .each(function(){

[jQuery] Re: Cycle - goto

2008-08-28 Thread Mike Alsup
i need something similar to the solution onhttp://malsup.com/jquery/cycle/goto.html, but with an addition: i'd like to specify if the scrolling is to be 'forward' or 'backward', so it would be something like: $('#s1').cycle(2, 'forward');  or $('#s1').cycle(2, 'backward'); For example, if

[jQuery] Re: Understanding event delegation

2008-08-28 Thread Brian Schilt
No, you don't need to input your large block of code twice, one for each span. Event delegation doesn't care which element is clicked, it just care what element type was clicked. The code I provided above can handle an unlimited amount of span tags that are children of an anchor tag. I'm doing

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-28 Thread Mike Alsup
Yes, indeed!  Test page currently resides athttp://preview.tinyurl.com/652c6n Obviously, from there you can see my source, etc.  At this point, it does not even fade since I've been trying to figure it all out! Firebug shows the following message in the console: [cycle] unknown transition:

[jQuery] Summarize Plugin trouble

2008-08-28 Thread dellis
Hello, I'm having some trouble with the summarize plugin. I'm using drupal 5.10 and jquery 1.2.6. The summarize code works perfectly when I just have text in the 2nd child element (the one that hides/shows). Ex code: script type=text/javascript $(document).ready(function() {

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-28 Thread Mike Alsup
Firebug shows the following message in the console: [cycle] unknown transition: srollDown You have a typo.  Try 'scrollDown' with a 'c'.   Note that you have this typo in two places: jqueryCycle.js and jqcycle.js Mike By the way, I should mention that you're really making this hard on

[jQuery] Re: Summarize Plugin trouble

2008-08-28 Thread Derrick Ellis
oops, sorry, ignore the iframe tag... that was an attempted solution... this is the code that isn't working; script type=text/javascript $(document).ready(function() { $('div.expandable').summarize({expandText:' Click here for more information...'}); }); /script ?php print 'div

[jQuery] Re: replace href url value for anchor tag

2008-08-28 Thread Mike Alsup
this is probably pretty simple but trying to find documentation on how to change the href value on an anchor tag. i've seen docs that let you filter an anchor tag based on class which is prob what i'll do but i need to change the url that it is pointing to href=some/pattern/here to rewrite

[jQuery] Re: $ Not defined

2008-08-28 Thread Mike Alsup
I am having trouble with the $ not defined error and after reading Karl's response (http://groups.google.com/group/jquery-en/ browse_thread/thread/17dab2899c5cfc18/7312dc68c84d93af?lnk=gstq=%24+is +not+defined#7312dc68c84d93af) I have assured myself that it is in fact NOT loading my local

[jQuery] Re: animate in order

2008-08-28 Thread Ronn Ross
Brian Thanks for the response. Unfortunately it still is not working. I tried adding an alert to backDropLeft's callback function like so: $('#backDropLeft').animate({height:550}, {duration: 750, easing: 'easeOutBack'}, function(){ alert(hello); }); and it didn't

[jQuery] Re: Change event for hidden form field

2008-08-28 Thread Brian Schilt
I would recommend replacing the pop up window with an in-page modal window (http://ui.jquery.com/repository/latest/demos/functional/ #ui.dialog). The modal windows these days are advanced enough to function much like a pop up window with draggable, resizable, scolling and whatnot. This would be

[jQuery] Re: Change event for hidden form field

2008-08-28 Thread Andy Matthews
Brian... The page in question has image upload built into the list of images to be selected from. So that wouldn't work. However, the function call that you suggested is what I ended up using. Thanks for the feedback...appreciated. -Original Message- From: jquery-en@googlegroups.com

[jQuery] mooMonth inspired calendar

2008-08-28 Thread dadabe
I've been using Mootools for a few sites now but I want to program my next site purely in jQuery. So far so good, Moodalbox to FancyBox, Sliding Tabs to localScroll, but there is one feature I haven't been able to find the equivalent of - mooMonth (no longer being developed but had lots of

[jQuery] Re: animate in order

2008-08-28 Thread Brian Schilt
Ok, our syntax was a bit jacked up. I created a test page, this will work: $('#backDropLeft').animate({height:550},750,'easeOutBack', function(){ $('#contactBox').fadeIn(1000); }); Make sure that you have jquery-ui loaded up as well otherwise easing won't work. Brian On Aug 28, 12:50 pm,

[jQuery] Re: animate in order

2008-08-28 Thread Ronn Ross
Brian, Thanks that worked great. I'm still new to JQuery, but community has been a great help. Thanks again for the help, Ronn On Thu, Aug 28, 2008 at 1:31 PM, Brian Schilt [EMAIL PROTECTED] wrote: Ok, our syntax was a bit jacked up. I created a test page, this will work:

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Andy Matthews
Dan... I think it might actually work without those changes you suggested. Problem is that at the point I'm calling the plugin, it doesn't recognize showResults as a method: $(#category).autocompleteArray( // this array comes from the coupons_edit.cfm file catArray, {

[jQuery] Re: Doc's site down?

2008-08-28 Thread John Resig
We've been working with the guys at Media Temple - they're going to be breaking us off into multiple servers. Right now the docs site (for example) is getting the equivalent of about 3-4 Slashdot/Digg effects per day so we have to boost up the resources that we have. --John On Thu, Aug 28, 2008

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Dan G. Switzer, II
Andy, I think it might actually work without those changes you suggested. Problem is that at the point I'm calling the plugin, it doesn't recognize showResults as a method: That's a private function that only the plug-in can access. -Dan

[jQuery] Re: Doc's site down?

2008-08-28 Thread Sam Sherlock
I googled jquery chm I got this link (I know some may view chm's as pesky [others may not be able to use them]) http://charupload.wordpress.com/2008/03/31/chm-version-of-jquery-api-browser/ if its up to date it may well be helpful in the interim - I think it was last updated March 31, 2008 - S

[jQuery] Re: Doc's site down?

2008-08-28 Thread Chris Jordan
That's good news, John. All this reminds me that I've not donated to jQuery in a several months. I somehow feel like I need (and want) to send in more support. I don't know if the hosting for the jQuery site (servers, bandwidth, administration, maintenance, etc.) is being donated or what, but a

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Andy Matthews
There we go. It's no big deal. Just thought it would be a nice addition. Thanks for checking it out Dan. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Thursday, August 28, 2008 2:37 PM To: jquery-en@googlegroups.com

[jQuery] problem with ajax request: request is not being sent

2008-08-28 Thread [EMAIL PROTECTED]
Hi, I am using jQuery and Web2Messenger to create a live support script, since this is my first attempt at using jQuery i am not surprised i need help. I got as far as sending the request but using tamperdata (firefox plugin) i checked if the request was going through and it wasnt. [code]

[jQuery] Order load

2008-08-28 Thread jbetts80
Hi! how do I do to specify the order to load every component in the html file? I need to avoid that an component overlaps another component

[jQuery] Wrap tagless text fragments?

2008-08-28 Thread Steven Black
I develop and host wikis where users enter free-form text, and my server-side parsers create WISIWYG HTML from this. Of course, users can, and do, submit almost anything, and on the server-side I do a pretty good job of marking it up properly. But addressing edge-cases makes the server-side

[jQuery] Re: replace href url value for anchor tag

2008-08-28 Thread jon
cool thanks. I'm having trouble applying it... I have an anchor tag like a href=File Library/IDClickity/a and i need to build an url like somewhere/?library=File +Librarycomponent=id my approach below is only happy when pattern exists (pages with normal links give js error). plus this can't

  1   2   >