[jQuery] Re: question about approaching an interactive image gallery

2009-04-24 Thread ml2009
Hi Roryreiff - would these plugins help? http://malsup.com/jquery/cycle/ http://code.google.com/p/agile-carousel/ On Apr 15, 11:43 am, roryreiff roryre...@gmail.com wrote: Hi there, I want to start developing a simple interactive image gallery for a home page. My goal is for it to behave

[jQuery] Re: jQuery validation question: validating multiple email inputs

2009-04-24 Thread ml2009
Hi Roryreiff - thank you so much. Someone helped me out the other day. Here is another version: multiemail: function(value, element) { if (this.optional(element)) // return true on optional element return true; var emails =

[jQuery] Re: Variable div #menu height - Jquery

2009-04-24 Thread André
This is a shameless bump... Can someone please help me out? On 22 apr, 14:27, André andrejilde...@gmail.com wrote: Whoops, The Javascript file can be found here:http://www.opee.nl/jquery/js/init.jshttp://www.opee.nl/jquery/js/init1.js Greetings, Andre On 22 apr, 14:15, André

[jQuery] Re: traversing UL: Request for help

2009-04-24 Thread Joseph Le Brech
why do you need to give it a class programmaticaly? try this: $(ul a).addClass(highlight); http://docs.jquery.com/Selectors/descendant#ancestordescendant _ Share your photos with Windows Live Photos – Free.

[jQuery] Re: Infinite Recall Over a Fixed Interval

2009-04-24 Thread Joseph Le Brech
is this why you have to use setTimeout instead and have the previous loop send the instance of the object to the next cycle? Date: Thu, 23 Apr 2009 14:46:54 -0700 Subject: [jQuery] Re: Infinite Recall Over a Fixed Interval From: ricardob...@gmail.com To: jquery-en@googlegroups.com

[jQuery] Re: traversing UL: Request for help

2009-04-24 Thread ryan.j
Surely it's easier as a CSS jobby, rather than JS? ul a { background-color:#f00; color:#fff; } or ul a:hover { background-color:#f00; color:#fff; } On Apr 24, 9:26 am, Joseph Le Brech jlebr...@hotmail.com wrote: why do you need to give it a class programmaticaly? try this: $(ul

[jQuery] Re: traversing UL: Request for help

2009-04-24 Thread ryan.j
it's easier as a CSS jobby, rather than JS ul:hover a { background-color:#f00; color:#fff; } but that won't work in ie6 though. On Apr 24, 9:26 am, Joseph Le Brech jlebr...@hotmail.com wrote: why do you need to give it a class programmaticaly? try this: $(ul a).addClass(highlight);

[jQuery] Re: traversing UL: Request for help

2009-04-24 Thread ryan.j
and since you're dealing with an entire UL, rather than targetting sections if you're dead set on doing it programatically you might aswell assign the class hilight to the UL rather than all the child A and have the css below to handle that ul.hilight a { background-color:#f00; color:#fff; } On

[jQuery] Re: traversing UL: Request for help

2009-04-24 Thread ryan.j
and since you're dealing with an entire UL rather than targeting specific sections within the element, if you're dead-set on doing it programmatically you might as well assign the class 'hilight' to the UL rather than all the child A's On Apr 24, 11:34 am, ryan.j ryan.joyce...@googlemail.com

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-04-24 Thread MorningZ
I debugged the code find htat its crashing at this line : *head.insertBefore( script, head.firstChild );* IE doesn't understand that you are dealing with a DOM node, hence the .firstChild or .insertBefore isn't supported for use at that point On Apr 24, 12:23 am, Zeeshan Khan

[jQuery] Fadein png black border IE 8 / 7..

2009-04-24 Thread Mech7
Does anybody know a fix for this... if i fadein an element with transparent png as bg, there is a big ugly black border around it. How to remove it 0_o

[jQuery] Preventing certain child elems triggering a parent event

2009-04-24 Thread Gordon
I'm adding a feature to a table where it can have a compact r a verbose display. When in compact mode a class is added to the table causing various various elements in the table cells to match a CSS rule to set them display: none. I want to be able to expand individual rows by clicking to them

[jQuery] Re: Cluetip override Error to stop showing cluetip

2009-04-24 Thread Marv
Karl, I evaluated ten (10) different tooltip plugins for jQuery and selected Cluetip based on features, functionality, and ease-of-use. So far, it has met my expectations wonderfully! Thank you for your efforts. For the past 2 days I have been struggling with the Cluetip API trying to

[jQuery] Get background-image url ?

2009-04-24 Thread Mech7
What is the best way to get the background image url in css? i have found this in crossfade plugin but does not work in opera.. var target = $$.css('backgroundImage').replace(/^url|[\(\)]/g, '');

[jQuery] SuperFish Arrows

2009-04-24 Thread Praveen
How is the arrows displayed in the superfish menus? If I would like to change to an image of my choice, how do I go about? Regards, Praveen

[jQuery] Re: validation plug in flicker

2009-04-24 Thread Jörn Zaefferer
Could you provide a testpage? Haven't seen that yet... Jörn On Fri, Apr 24, 2009 at 4:45 AM, Rabbott abbot...@gmail.com wrote: I am using the jquery validation plugin, i am wanting to place all the errors in one div at the top of the form - which works. The problem is that the first time I

[jQuery] Get first child within an element

2009-04-24 Thread dgb
Hi, I've got a reference to a TableCell and I'd like to use jQuery to get the first instance of an IMG tag within that TableCell, but can't get the syntax right, I understand how it would work if I were to reference the TableCell by and ID or class, but not when I have a direct reference to the

[jQuery] Superfish - permanently display drop-down

2009-04-24 Thread Alex
the superfish dropdown menu is almost perfect for some work i'm doing. however, on some pages i need the dropdown content from the relevant menu item to be on display. i'm competent enough to simply change the hover state in css for a javascript disabled menu to work, but would appreciate some

[jQuery] Autocomplete Question

2009-04-24 Thread pjecty
Is there's a way to link each seach result value in the localdata.js to another page so that when i search for something and click it, it goes to another page? Thanks

[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-04-24 Thread kemie
Sorry to add a me too, but I'd also be interested in a solution to this problem. The workaround suggested in the official example (duplicating the link with a descriptive text) is not always feasible/ practical.

[jQuery] Autoreload in thickbox

2009-04-24 Thread anikutta
I have the page which is displayed in thickbox js, Once the values are entered it should automatically update in the parent window without refreshing the page. I tried with this line of code parent.top.tb_remove() parent.location.reload(1) But this is refreshing. I dont the page to get refresh

[jQuery] Changing the arrow color : Superfish

2009-04-24 Thread Praveen
How to change the arrow color(right and down arrows) in the superfish menu? -Praveen

[jQuery] Re: Jcarousel - Can I make a jcarousel completely reset and reload!

2009-04-24 Thread TomDB
I'm also trying to have access to the jcarousel object. there are a couple of methods accessbile via a callback function, but since I'd like to call them from an other objects callback function - I'd need them to be accessble directly. Unless somebody has an other solution? On Feb 28, 2:01 am,

[jQuery] performance of jQuery.each

2009-04-24 Thread Magnus O.
Hi! I saw that the jQuery.each function iterates over the array like this: for ( name in object){} From what I read this is one of the slowest ways of iterating over an array in js. I made a very simple test like: var array = [];

[jQuery] autocomplete

2009-04-24 Thread gianluca.corre...@gmail.com
Hi, I'm trying to use jQuery and the autocomplete plugin for the first time in a web application, so maybe I've made a gross mistake in using it. I tried to start with a plain copy and paste of the example provided implementing my own service for retrieving the data. The behavior I'm having,

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-04-24 Thread Zeeshan Khan
so what shud i do to solve my prblm? Regards; Zeeshan Ahmed Khan On Fri, Apr 24, 2009 at 3:58 PM, MorningZ morni...@gmail.com wrote: I debugged the code find htat its crashing at this line : *head.insertBefore( script, head.firstChild );* IE doesn't understand that you are dealing with

[jQuery] validation plug in flicker

2009-04-24 Thread Rabbott
I am using the jquery validation plugin, i am wanting to place all the errors in one div at the top of the form - which works. The problem is that the first time I submit the form (in FF for MAC) the classes that get assigned to the form elements get added, and removed real quickly. (I have a bg

[jQuery] Re: Cluetip override Error to stop showing cluetip

2009-04-24 Thread Karl Swedberg
Wonderful, Marv! Thanks for that note. I'm glad it's working for you. My next step, before I start on a complete rewrite, is to update the documentation with the added/improved features. Cheers, --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 24,

[jQuery] Re: jeditable addition of checkboxes, doubleclick to select.

2009-04-24 Thread Wellington
A used your sugestion by Han to solve my problem, but because of problem of undefined don't works for me, then I tried done by other way as not add one item at result list. I create a function noSelection. I used the 3 firsts steps that they used. the 4th step I rewrote as

[jQuery] Re: Background flash white briefly

2009-04-24 Thread advert_red
Try adding wmode: 'transparent' to .flash(); as in $('#hello').flash({ src: 'hello.swf', height:199, width:240, wmode: 'transparent', });

[jQuery] Re: 2 Superfish menus on one page (1 verticle, 1 horizontal)

2009-04-24 Thread kemie
can you post a link/example? hard to guess otherwise.

[jQuery] autocomplete stop providing entries when typing

2009-04-24 Thread gianluca.corre...@gmail.com
Hi, I'm trying to use jQuery and the autocomplete plugin for the first time in a web application, so maybe I've made a gross mistake in using it. I tried to start with a plain copy and paste of the example provided implementing my own service for retrieving the data. The behavior I'm having,

[jQuery] Re: Some pseudo help if you'd be so kind?

2009-04-24 Thread MOZ
How about this? Code: http://beski.wordpress.com/2009/04/24/show-more-comments-ajax-jquery-php-mysql/ Demo: http://mix26.com/demo/show_more/index.php -Beschi On Apr 22, 7:18 pm, ldexterldesign m...@ldexterldesign.co.uk wrote: Hey guys, I have 10 separate posts displayed on a page. I want

[jQuery] Delayed execution

2009-04-24 Thread Dragon-Fly999
Hi, my page allows the user to enter a number in a text box and a search request is sent to the server (if the user stops typing for 200 ms) using AJAX. The following is the desired behavior. (1) User starts typing a number in the text box. As the user is typing, no search requests are sent to

[jQuery] Re: Autocomplete Question

2009-04-24 Thread Tom Worster
On 4/23/09 10:27 PM, pjecty pje...@gmail.com wrote: Is there's a way to link each seach result value in the localdata.js to another page so that when i search for something and click it, it goes to another page? could you write such redirection into a .result() handler?

[jQuery] File uploads, Form plugin and XMLHttpReques t‏

2009-04-24 Thread oi_antz
I'm trying to ajaxify my application, which requires submitting forms via $.post or $(form).ajaxSubmit. Problem I'm having with $.post is that file fields don't work. So I use $(form).ajaxSubmit and my response text is something like this: { '_JS':'/* javascript code to evaluate, contains

[jQuery] Re: AJAX Response causing character display problems with chars like

2009-04-24 Thread Michael Lawson
You could always try converting it to an html entity in your application, then you don't have to worry about character sets. cheers Michael Lawson Content Tools Developer, Global Solutions, ibm.com Phone: 1-828-355-5544 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold

[jQuery] Re: Delayed execution

2009-04-24 Thread temega
something along the lines of this: var interval; $(#searchField).keyup(function(){ clearInterval(interval); interval = setInterval($.post(), '200'); }); On Apr 24, 1:46 pm, Dragon-Fly999 dragon-fly...@hotmail.com wrote: Hi, my page allows the user to enter a number in a text

[jQuery] Re: File uploads, Form plugin and XMLHttpRequest?

2009-04-24 Thread Donny Kurnia
oi_antz wrote: I'm trying to ajaxify my application, which requires submitting forms via $.post or $(form).ajaxSubmit. Problem I'm having with $.post is that file fields don't work. So I use $(form).ajaxSubmit and my response text is something like this: { '_JS':'/* javascript code to

[jQuery] Re: traversing UL: Request for help

2009-04-24 Thread paulinstl
This looks promising. I'll give it a shot and report back. On Apr 24, 12:35 am, mkmanning michaell...@gmail.com wrote: From the sample markup with the highlight classes, it looks like the OP wants to highlight anchors in the LI tags that are in direct line to the final anchor. In that case,

[jQuery] Re: AJAX Response causing character display problems with chars like

2009-04-24 Thread rmeder
when displaying as html content it works fine soon as you pass this text through js the problem occurs by converting the é character as a ?. Any thoughts On Apr 24, 2:59 pm, Michael Lawson mjlaw...@us.ibm.com wrote: You could always try converting it to an html entity in your application,

[jQuery] Re: AJAX Response causing character display problems with chars like

2009-04-24 Thread Michael Lawson
I mean, convert it in your java application to an entity, that way when it hits your javascript its a plain ASCII character representation of the special character. When the rendering engine picks it up, it'll display as the special character. cheers Michael Lawson Content Tools Developer,

[jQuery] Re: Changing the arrow color : Superfish

2009-04-24 Thread Charlie
arrows are image files, modify the image in css images folder Praveen wrote: How to change the arrow color(right and down arrows) in the superfish menu? -Praveen

[jQuery] Re: finding mouse position within a div with a scrollbar

2009-04-24 Thread Charlie Park
Marv - I could be mistaken here, but I think your solution's really good so long as the entire sub-element (the DIV or image or whatever) is visible. But if there's a scrollbar on that element, I think your code will only tell you where you clicked in terms of the position on the page (relative

[jQuery] Re: creating an animated PNG loader pinwheel (sprite)

2009-04-24 Thread Adam
Thanks everyone, but none of these use jquery- the mootools version is exactly what I am looking to do. Anyone interested in helping me port that to JQ? I have posted on devthought as well. Thanks! On Apr 23, 4:03 pm, Ricardo ricardob...@gmail.com wrote: Seems it has already been done, and more

[jQuery] animate color over time using Timers plugin

2009-04-24 Thread kgosser
Hey all, I'm using the Timers plugin to do a count down timer. I like it a lot. I would like to enhance my UI by having the numbering being counted down transition from black to red as it gets closer to 0. The jQuery UI demo for animate seems to be what I need, but what I'm having trouble

[jQuery] Animating height but closing any already open (like an accordion)

2009-04-24 Thread Musixz Man
Hi all! I have anywhere from 3 - 8 DIVs on a page that I open/close (animate height toggle) via a button and want to close any (one) that are already open when another is opened - just like an accordion. How do I either determine the current open state of a DIV so I know which to close, or

[jQuery] Re: Table sorter.

2009-04-24 Thread Mazi
Hallo all. I'm using this plugin and I consider it fantastic. I need in a table to ignore some rows from ordering. Is it possibile to accomplish a task like this? Kind regards Massimo On Apr 21, 1:26 pm, MorningZ morni...@gmail.com wrote: Why not base your use/non-use of a plugin based on

[jQuery] Re: traversing UL: Request for help

2009-04-24 Thread paulinstl
thanks @mkmanning... it works perfectly. On Apr 24, 12:35 am, mkmanning michaell...@gmail.com wrote: From the sample markup with the highlight classes, it looks like the OP wants to highlight anchors in the LI tags that are in direct line to the final anchor. In that case, just adding the

[jQuery] Please Wait While Processing help

2009-04-24 Thread Shadraq
I've designed a payment system that, generally gets a response quickly. However, if there is any delay at all, customers will click Pay again, thinking that they didn't hit it. This, of course, will cause duplicate transactions. I'm looking for some sort of Please wait while we process your

[jQuery] jQuery Recursion/Iteration through JSON variable.

2009-04-24 Thread Bruno Gama
Hi I would like to know if there is a simple way to show all elements of that variable? var collectionElements = { teste: { var1: 'teste[]', var2: 'brincadeira-2', var3

[jQuery] Re: Delayed execution

2009-04-24 Thread Remon Oldenbeuving
The following will do the trick i guess: var timeout; $('#search').keyup(function(){ clearTimeout(timeout); timeout = setTimeout($.ajax(),200); } On Fri, Apr 24, 2009 at 2:46 PM, Dragon-Fly999 dragon-fly...@hotmail.comwrote: Hi, my page allows the user to enter a number in a text box

[jQuery] Re: Table sorter.

2009-04-24 Thread Remon Oldenbeuving
Is this what your looking for? http://tablesorter.com/docs/example-meta-headers.html On Fri, Apr 24, 2009 at 5:10 PM, Mazi m.ug...@gmail.com wrote: Hallo all. I'm using this plugin and I consider it fantastic. I need in a table to ignore some rows from ordering. Is it possibile to

[jQuery] Re: Animating height but closing any already open (like an accordion)

2009-04-24 Thread Remon Oldenbeuving
You could just add classes for open divs? On Fri, Apr 24, 2009 at 4:59 PM, Musixz Man mus...@hotmail.com wrote: Hi all! I have anywhere from 3 - 8 DIVs on a page that I open/close (animate height toggle) via a button and want to close any (one) that are already open when another is opened

[jQuery] Re: $.getScript Must Take .js File?

2009-04-24 Thread nlloyds
On Mar 26, 1:11 am, Code Daemon ryan.det...@gmail.com wrote: I am using codeigniter and it forms urls like this: http://mydomain/index.php/system/edit_js I'm trying to call $.getScript by going: $.getScript( ) but I get a 404 not found error. I pasted the url in my webbrowser and it works

[jQuery] Re: animate color over time using Timers plugin

2009-04-24 Thread Remon Oldenbeuving
Is there a reason why you dont just use setInterval()? When you do it that way, you are able to make a function for the countdown, and in the function set some nice effects as time passes on. (like fading it from green to blue to red, or something like that). On Fri, Apr 24, 2009 at 4:56 PM,

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-24 Thread Nic Hubbard
Anyone? On Apr 23, 9:44 pm, Nic Hubbard nnhubb...@gmail.com wrote: Shawn, Yes, I have pause on hover set, and this is correctly working.  It is when the overlay comes up, and it is suppose to pause the current image, which, my code seems to be correct to do so $

[jQuery] Re: Please Wait While Processing help

2009-04-24 Thread Remon Oldenbeuving
If youre using ajax you should look at the Ajax-events section here: http://docs.jquery.com/Ajax You can easily bind a function to an ajax-event. This way you will be able to freeze the screen, or disable all buttons. On Fri, Apr 24, 2009 at 5:02 PM, Shadraq shadraq.thee...@gmail.com wrote:

[jQuery] Re: Get background-image url ?

2009-04-24 Thread Daniel
$$.css('background-image').replace(/^url|[\(\)]/g, ''); should do the trick. On Apr 24, 6:34 am, Mech7 chris.de@gmail.com wrote: What is the best way to get the background image url in css? i have found this in crossfade plugin but does not work in opera.. var target =

[jQuery] Re: serialScroll option : start -- no effect

2009-04-24 Thread Niels
Sorry for my late response. here is the demo: If you click on: http://www.egoactive.com/transfer/jquery-demo/#technical/django It shouls scroll to item # 3... As we defined in de serialScroll methode (interfase.js): start: 3 Thanks in advance On Apr 14, 1:16 am, Ariel Flesler

[jQuery] basic image gallery, running into a few problems

2009-04-24 Thread roryreiff
Hello there, I have created a simply navigable image gallery with a bit of json, as well as .animate() and altering the margin of elements. Currently, I am pulling in the 5 most recent images with a tag of 'spock' from flickr. It seems to be working fine, except that when clicking through very

[jQuery] Re: SuperFish Arrows

2009-04-24 Thread Brad Hile
it's set in the css file at the bottom. Just change the file name and dimensions to suit On Apr 24, 12:09 am, Praveen praveen.rajendrab...@gmail.com wrote: How is the arrows displayed in the superfish menus? If I would like to change to an image of my choice, how do I go about? Regards,

[jQuery] Re: performance of jQuery.each

2009-04-24 Thread Daniel
Well, you have to keep in mind that not all arrays will be as structured as yours. with an array like [1=4,5=3,foo=4], your iteration won't work. In fact, yours will only work for arrays with sequential numeric keys. If that is the array that you have, a for loop might be the best way to go. If

[jQuery] What's the best way to pass parameters through jQuery's ajax?

2009-04-24 Thread Thierry
Right now, I'm using jQuery's ajax like the following: function hello_world(param1, param2, param3, param4) { $.ajax( { type: 'POST', url: 'foo.php', dataType: 'html', data: 'param1=' + param1 + 'param2=' + param2 + 'param3=' + param3 + 'param4=' + param4,

[jQuery] Re: jQuery Recursion/Iteration through JSON variable.

2009-04-24 Thread Remon Oldenbeuving
It is only returning the information of the last entry because you overwrite 'teste' two times. When I change the setting to: var collectionElements = { teste1: { var1: 'teste[]', var2: 'brincadeira-2', var3 : 'Elemento 2' }, teste2:

[jQuery] Re: Animating height but closing any already open (like an accordion)

2009-04-24 Thread Remon Oldenbeuving
Maybe you can use the toggleClass() function? You could give them all a class from the beginning (e.g. closed), and in the animate function you can toggle this class. and use the class $('.closet').animate({height:'toggle',opacity:'toggle'}, 'fast'); You can also use this in combination with the

[jQuery] [Star Rating Plugin] How to change the star rating display WITHOUT firing off the click callback?

2009-04-24 Thread kevin
Hello, I am using the Star Rating Plugin from http://www.fyneworks.com/jquery http://jquery-star-rating-plugin.googlecode.com/svn/trunk/index.html What I am trying to do is when a star rating is initially requested, an ajax submit is fired off to update the database on the server side.

[jQuery] Re: serialScroll option : start -- no effect

2009-04-24 Thread Ariel Flesler
Your 'items' selector ('li') is not JUST matching the panes, but other LIs as well. The plugin is indeed scrolling to the forth LI within the container. Cheers On Fri, Apr 24, 2009 at 2:37 PM, Niels niels.siem...@gmail.com wrote: Sorry for my late response. here is the demo: If you click

[jQuery] Re: Lightbox with thumbnails

2009-04-24 Thread Dayjo
If you're looking for something simple I would suggestion prettyPhoto by Stephane Caron; http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/ On Apr 23, 3:25 pm, Laker Netman laker.net...@gmail.com wrote: Hi. I am looking for a version of lightbox that would allow

[jQuery] Re: basic image gallery, running into a few problems

2009-04-24 Thread Daniel
A simple solution would be: function forwardClick() { var i = $('#images .visible').attr('id'); var currentImg = $('#images .foo:eq(' + i + ')'); var nextImg = $('#images .foo:eq(' + j + ')'); var

[jQuery] Re: Animating height but closing any already open (like an accordion)

2009-04-24 Thread Musixz Man
Thanks Remon. But since I'm using a toggle, wouldnt I still have to know the current state before I assigned it the opened class? You could just add classes for open divs? On Fri, Apr 24, 2009 at 4:59 PM, Musixz Man mus...@hotmail.com wrote: Hi all! I have anywhere from 3 - 8 DIVs

[jQuery] Re: Lightbox with thumbnails

2009-04-24 Thread Rick Faircloth
Hi, Dayjo... Yes, prettyPhoto is nice and simple, but the conversation started with needing to find a plug-in which offered thumbnail images below the main imageas a slideshow or as click-able thumbnails for manual navigation. Thanks for the link! Rick On Fri, Apr 24, 2009 at 11:50 AM,

[jQuery] Re: performance of jQuery.each

2009-04-24 Thread Matt Kruse
On Apr 24, 3:24 am, Magnus O. mag...@magnusottosson.se wrote: I saw that the jQuery.each function iterates over the array like this: for ( name in object){} Only for objects which lack the 'length' property. That's why the code exists below this comment: // A special, fast, case for the

[jQuery] flexigrid and coldfusion

2009-04-24 Thread garrettjohnson
If anyone has used flexigrid and coldfusion before I would really appreciate your insight! I have my flexigrid set up... $(document).ready(function(){ $(#flex1).flexigrid({ url: ../com/nyumba/test/Test.cfc? method=getTestDatareturnFormat=json,

[jQuery] Re: Please Wait While Processing help

2009-04-24 Thread Dexter's Brain
If you are using Ajax, then this can be a simple solution Just before making the ajax call, show an animated picture, or a blinking text saying Please wait. When you get the response from the server, in the success method, remove this pic/text and display a success message. Dexter... On

[jQuery] Help : sort name in an ul where the li's a created from drag and drop.

2009-04-24 Thread hollow
Hi as the title says i'm looking to order a list taht is created by drag and drop. the structure is a normal unordered list ul liC item/li liE item/li liD item/li liF item/li liF item/li liA item/li /ul Can someone help me with that please. Have looked at sort , sortable , etc... But no real

[jQuery] very stupid question

2009-04-24 Thread ryanfred
I'm brand new to jQuery... just getting started, not really a programmer/developer more a designer. when i download my copy of jQuery, the file is named: jquery-1.3.2.js or something like this... all the tutorials reference a file: jQuery.js do I simply rename the file I've downloaded as

[jQuery] Re: very stupid question

2009-04-24 Thread MorningZ
you could name if foo.js for all you want, as long as the file name matches what is on the disk.. On Apr 24, 11:28 am, ryanfred ryanf...@gmail.com wrote: I'm brand new to jQuery... just getting started, not really a programmer/developer more a designer. when i download my copy of

[jQuery] Re: creating an animated PNG loader pinwheel (sprite)

2009-04-24 Thread mkmanning
Here's quick plugin for you: http://actingthemaggot.com/test/jquery_example/animbg.html On Apr 24, 7:47 am, Adam adambu...@gmail.com wrote: Thanks everyone, but none of these use jquery- the mootools version is exactly what I am looking to do. Anyone interested in helping me port that to

[jQuery] Open browse UI on clicking a button

2009-04-24 Thread Dexter's Brain
Hi, I have a form to upload a photo/file. I have the following html code snippet. input type=file id=file style=display:none;/ input type=text id=file_visible/ input type=image src=image.jpg onclick=clickFile()/ The problem is that I don't want to show the default Browse button with the input

[jQuery] Re: Jquery 1.3 - Not all selectors work in IE 8?

2009-04-24 Thread John Resig
Interesting. Do you think you could file a bug on this and then post it to the jQuery-dev list? Thanks! http://dev.jquery.com/newticket http://groups.google.com/group/jquery-dev --John On Thu, Apr 23, 2009 at 5:11 PM, giovanni gflam...@gmail.com wrote: I found that certain selectors work in

[jQuery] Re: creating an animated PNG loader pinwheel (sprite)

2009-04-24 Thread Adam
Excellent! Thanks mkmanning! On Apr 24, 11:49 am, mkmanning michaell...@gmail.com wrote: Here's quick plugin for you: http://actingthemaggot.com/test/jquery_example/animbg.html On Apr 24, 7:47 am, Adam adambu...@gmail.com wrote: Thanks everyone, but none of these use jquery- the

[jQuery] Re: integrating galleria and scrollto

2009-04-24 Thread allroad02
I have this functioning much better now mostly thanks to Jesse Pinho who sent me his script of basically the same. A few mods and it worked horizontally as I needed. Seems to work well in FF. It functions in IE 7.0.x but always displays (xx items remaing) in the status bar and appears to be

[jQuery] Re: jquery validation using thickbox

2009-04-24 Thread Phill Pafford
Did you ever find a solution? I'm facing the same problem. Thanks, --Phill bookme wrote: Hi, Sorry to bother you but I am not able to solve this problem so posting in forum I am using two jquery plugin 1 Thickbox 2 Jquery validation Without thickbox validation is working

[jQuery] jQuery “Superfish” Menu: Newbie needs h elp...

2009-04-24 Thread cfDEV
Hello all. I've used several jQuery scripts with success, but I haven't ever coded with it. Anyway, I have implemented an old Suckerfish menu that was pulled an tweaked from another site. See link below. I really like the way it looks and would like to make a jQuery version of this menu to work

[jQuery] jQuery + document.write + ajax

2009-04-24 Thread Don
Hi Folks, by clicking on a link I want to reload a skyscraper banner. The code for the skyscraper banner is in a file_with_the_banner.html I want to include this file with jquery ajax. I have this code in the index.html script type=text/javascript $(function() {

[jQuery] Re: Help : sort name in an ul where the li's a created from drag and drop.

2009-04-24 Thread mkmanning
Something like this? var sorted = $.makeArray($('ul li')).sort(function(a,b){ return $(a).text() $(b).text(); }); $('ul').html(sorted); On Apr 24, 9:16 am, hollow engstrom.rag...@gmail.com wrote: Hi as the title says i'm looking to order a list taht is created by drag and drop.

[jQuery] Re: Get first child within an element

2009-04-24 Thread Karl Swedberg
this should do the trick: $(tdRef).find('img:first'); --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 24, 2009, at 7:43 AM, dgb wrote: Hi, I've got a reference to a TableCell and I'd like to use jQuery to get the first instance of an IMG tag

[jQuery] Re: What's the best way to pass parameters through jQuery's ajax?

2009-04-24 Thread Dexter's Brain
JSON will work efficiently, Else, you can pass an XML String which you can parse and extract parameters thru your PHP code. Thanks, Dexter. On Apr 24, 11:58 pm, imrane...@gmail.com imrane...@gmail.com wrote: I think going on json way is much better function hello_world(param1, param2,

[jQuery] Re: Please Wait While Processing help

2009-04-24 Thread Mike Alsup
I'm looking for some sort of Please wait while we process your request. message/decal/modal that freezes the screen while the payment is processing, and releases once a response comes back from the server. Any ideas/links to examples. I googled and searched the UI...and didn't find

[jQuery] Re: What's the best way to pass parameters through jQuery's ajax?

2009-04-24 Thread imrane...@gmail.com
I think going on json way is much better function hello_world(param1, param2, param3, param4) { $.ajax( { type: 'POST', url: 'foo.php', dataType: 'html', data: {param1 : param1_value, para2 : param2_value, param3 : param3_value}, success:

[jQuery] Re: Background flash white briefly

2009-04-24 Thread James
Is your background being set dynamically (e.g. through Javascript on runtime) or is it through CSS on load? On Mar 3, 6:18 am, marc0047 marc0...@gmail.com wrote: I have a project where I am implementing the jQuery library, and I believe it is causing my body backgrounds to flash white very

[jQuery] Safari Layout Issues

2009-04-24 Thread Nic Hubbard
For some strange reason I am only having layout issues in Safari, even IE6 renders the page correctly! I have using jQuery Cycle on the page, and I am starting to wonder if that is what is causing the layout issue. Example: http://www.caldwellsnyder.com/home It seems that the div

[jQuery] Re: Safari Layout Issues

2009-04-24 Thread Nic Hubbard
Here is the cycle code I am using: if ($('#home_exhibition_hold').length) { $('#home_exhibition_hold').cycle({ fx: 'fade', speed:2000, timeout: 7000, pause: 0,

[jQuery] Re: Tablesorter with pager extension check boxes not present on form submit

2009-04-24 Thread Justin
Bump message please.

[jQuery] Re: Safari Layout Issues

2009-04-24 Thread Nic Hubbard
Ok, sorry guys, I realized I had come .css files below my .js files, this was causing the conflict in Safari. On Apr 24, 12:55 pm, Nic Hubbard nnhubb...@gmail.com wrote: Here is the cycle code I am using: if ($('#home_exhibition_hold').length) {                

[jQuery] Re: Tablesorter with pager extension check boxes not present on form submit

2009-04-24 Thread Jack Killpatrick
Checkbox names are only posted if they're checked. You'll need to check for the presence of the name on the server side and if it's not there, then none were checked. That's not a tablesorter issue (doesn't sound like it). - Jack Justin wrote: Hello everyone, This is my first post to the

[jQuery] Re: Animating height but closing any already open (like an accordion)

2009-04-24 Thread Musixz Man
Ahhh..sweet. Now I understand. Caffeine does wonders! Thanks Remon. _ Rediscover Hotmail®: Now available on your iPhone or BlackBerry http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Mobile2_042009

[jQuery] Re: Help : sort name in an ul where the li's a created from drag and drop.

2009-04-24 Thread hollow
mkmanning Thanks for the response. Yes, but this doesn't give me the result i've changed it to work on click but the result doesn't appear all li's disappears. $('#mylist ul').click(function(){ var sorted = $.makeArray($('#mylist ul li')).sort(function(a,b){ return

[jQuery] Re: $.getScript Must Take .js File?

2009-04-24 Thread nlloyds
See also this discussion: http://groups.google.com/group/jquery-en/browse_thread/thread/f9b57a8e00662d84/fb73b4affb81a816 Nathan

  1   2   >