[jQuery] Re: Does the JQuery Ajax and load work properly? It seems to work like an iframe rather than like add html in FF, Opera, Chrome, but works as I would expect in IE

2008-11-08 Thread Mike Alsup
http://docs.jquery.com/Ajax/load#urldatacallback Click on one of the links in FF 3.0.3 or Chrome and instead of redirecting the entire window, it just redirects the content within the ul tags.  However, do it in IE and it redirects the browser window properly.  To me the ie functionality

[jQuery] [London Beers] Is anyone from London?

2008-11-08 Thread nmiddleweek
Hello, Sorry for the off-topic message but does anyone on the list work or live in London? I've recently started working for myself and thought it'd be a good idea to meet others working with similar tools and in general just have a few beers. Cheers, N

[jQuery] Ready event is getting fired - each time i click on a link in the page

2008-11-08 Thread mpuli
Hi All, I am newbie to this group as well as to jquery. I am running the below code --- !-- To change this template, choose Tools | Templates and open the

[jQuery] Jquery on Joomla

2008-11-08 Thread pelletalexandre
Hello I'm using Jquery into Joomla. I'va got a problem when thru many modules, when jquery is includes more than one time. Only the last module work fine and the first don't. So, how can i know if the jquery library is already loaded in order to not include it one more time? thanks.

[jQuery] Re: loading an array via Ajax

2008-11-08 Thread Brad
This thread contains the answer to my question: http://groups.google.com/group/jquery-en/browse_thread/thread/db0fb4fabce6630b/5eb2c5ac8b7f46f7?lnk=gstq=getJSON#5eb2c5ac8b7f46f7 On Nov 7, 4:40 pm, Brad [EMAIL PROTECTED] wrote: I have a case where I need to have a few global arrays and/or

[jQuery] Tablesorter advice required - row level filtering based on inputs?

2008-11-08 Thread rich
Hello. I'm here for advice on which approach to take with this problem. I am using the wonderful tablesorter 2 plugin (http:// tablesorter.com/). I have a table that contains data. I'd like to provide an input field above the table so that a user can filter rows based on a string matched from

[jQuery] Re: loading an array via Ajax

2008-11-08 Thread Waseem Javed
hi The affiliation program enables any active member to recieve rewards on the purchases of your affiliates. It is easy to earn money promoting Fotolia, simply send a link with your partner id and encourage everyone to join. This page contains many ideas and links to help you earn money.

[jQuery] Re: jCarousel, localScroll, other options?

2008-11-08 Thread Waseem Javed
hi The affiliation program enables any active member to recieve rewards on the purchases of your affiliates. It is easy to earn money promoting Fotolia, simply send a link with your partner id and encourage everyone to join. This page contains many ideas and links to help you earn money.

[jQuery] Converting XML String into DOM on Client via JQuery

2008-11-08 Thread chrisb
Hi There, I understand that when a server side page returns an xml response with the headers set appropriately, then JQuery will automatically provide a DOM representation of the xml so that it can be queried easily, for example using something like: var node = $('node',xml). My question is

[jQuery] Problem with the first example!

2008-11-08 Thread John
Hmm, This is starting off very well. I followed the instructions on the jQuery home page to set up an alert. My code is as follows: html head script type=text/javascript src=jquery_ui.js/script script type=text/javascript $(document).ready(function(){

[jQuery] Does the JQuery Ajax and load work properly? It seems to work like an iframe rather than like add html in FF, Opera, Chrome, but works as I would expect in IE

2008-11-08 Thread [EMAIL PROTECTED]
Hi, Check out the example at http://docs.jquery.com/Ajax/load#urldatacallback Click on one of the links in FF 3.0.3 or Chrome and instead of redirecting the entire window, it just redirects the content within the ul tags. However, do it in IE and it redirects the browser window properly. To

[jQuery] Re: Is anyone from London?

2008-11-08 Thread weepy
I live in london On 8 Nov, 12:38, nmiddleweek [EMAIL PROTECTED] wrote: Hello, Sorry for the off-topic message but does anyone on the list work or live in London? I've recently started working for myself and thought it'd be a good idea to meet others working with similar tools and in

[jQuery] Re: Is anyone from London?

2008-11-08 Thread Jeffrey Kretz
Well I never been to England But I kinda like the Beatles Well I headed for Las Vegas Only made it out to Needles -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of weepy Sent: Saturday, November 08, 2008 8:45 AM To: jQuery (English) Subject:

[jQuery] Re: jCarousel, localScroll, other options?

2008-11-08 Thread Ariel Flesler
Check LocalScroll's docs. That issue when setting the hash is the expected behavior. It's not recommended to combine the option hash when scrolling something else than the window, or scrolling just in 1 direction. There's nothing to do about that I think, it's one or the other. On Sat, Nov 8,

[jQuery] Re: Ready event is getting fired - each time i click on a link in the page

2008-11-08 Thread Mike Alsup
My objective is to hide all the images except the first one in the table and show them only if i click on the link associated with the image. But what is happening is all the images are getting hidden, which i donot want. Also when i click on the link the image will be displayed for a split

[jQuery] sliding left and right effects?

2008-11-08 Thread nmiddleweek
Hi, I've found the slideUp and slideDown functions but I'm trying to find a slideLeft and slideRight function. Do they exist at all? Thanks

[jQuery] how can I wait until blockUI shows

2008-11-08 Thread Gubo
Hi all, I am very new to jquery, so please excuse my maybe newbie question :) I have a following problem: when I call blockUI and execute JS afterwards, the blockUI shows after the JS finished executing. When I put alert after calling blockUI, it shows right after alert pops up. I suppose, that

[jQuery] Plugin/Object

2008-11-08 Thread George
I am learning JQuery and trying to write my own Plug-in. I have a 'Blinking' plug in. It just makes text blink. Now I want to be able to stop the blinking (for what ever reason) at the same time I want to keep the Plug-In styling. So to make item blink I do $('#myitem').blink(); Now to stop

[jQuery] Re: how can I wait until blockUI shows

2008-11-08 Thread Mike Alsup
I am very new to jquery, so please excuse my maybe newbie question :) I have a following problem: when I call blockUI and execute JS afterwards, the blockUI shows after the JS finished executing. When I put alert after calling blockUI, it shows right after alert pops up. I suppose, that

[jQuery] Re: mcDropDown: any click event fire the drop down animation

2008-11-08 Thread Dan Switzer
I'm not sure why this would be happening, unless something in the UI library is triggering the document.click for mcDropdown. -Dan On Fri, Nov 7, 2008 at 10:22 PM, CED [EMAIL PROTECTED] wrote: Some more info: including a full version of jquery-ui seems to be required to break mcdropdown.

[jQuery] Re: Tablesorter advice required - row level filtering based on inputs?

2008-11-08 Thread Hector Virgen
I actually just started writing a plugin to do exactly what you need. I chose to keep it separate so that they can be used independently. Also, the search plugin is designed to work with any group of data, not just tables. It also works on things like unordered lists or a collection of divs. I'll

[jQuery] Re: animated robot cartoon with jquery

2008-11-08 Thread CodingCyborg
I was actually pleased to find that there is a jQuery plug-in for playing sounds! Now if I could only get these darn timeouts to clear properly! On Nov 8, 12:07 am, Jeffrey Kretz [EMAIL PROTECTED] wrote: It's actually workable to use Flash as a basis for the sound.  It's easier with

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-08 Thread OutOfTouch
I just noticed that I still need to hide everything and return false when the Please Select a Value is chosen in the dropdown. The bug I am seeing in FF though is going back and forth between two real values where I get real images loaded. JavaScript: var length; var mailPieceGroups; var

[jQuery] Re: how can I wait until blockUI shows

2008-11-08 Thread Gubo
Hello Mike, it worked. thank you very much. Michael On Nov 8, 7:30 pm, Mike Alsup [EMAIL PROTECTED] wrote: I am very new to jquery, so please excuse my maybe newbie question :) I have a following problem: when I call blockUI and execute JS afterwards, the blockUI shows after the JS

[jQuery] Re: animated robot cartoon with jquery

2008-11-08 Thread CodingCyborg
http://codingcyborg.com/jQueryFun/Robot/robotSound.html Not the best sound file, it's actually a couch sound, but I couldn't find anything better in the time I had. The timeouts weren't clearing properly for awhile. When I switched the order they worked better, but they didn't all clear at the

[jQuery] Poll sumbit

2008-11-08 Thread [EMAIL PROTECTED]
Hi all, I want to build something so that when someone submits his poll choise that the poll will change into the results without any refresh. Whats the best way to start of with for building this? So: - user visite the site - user chooses a option on the poll - he presses on vote - then his

[jQuery] Re: Poll sumbit

2008-11-08 Thread CodingCyborg
I'm not sure if this is the only way, and I'm not actually sure of how to do it, but for a registration page I have for a game they use functions that reference PHP pages that interact with the database and return information such that the page doesn't have to reload in order for database

[jQuery] Jquery Countdown!!!

2008-11-08 Thread B3
Can someone just give me some instructions to get this to work??? I don't understand how to implement this into my site... where would I put this: $('#listLayout').countdown({until: liftoffTime, format: 'yODHMS', layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/li %D' + '%Hli%n

[jQuery] Simple Filtering Script not working

2008-11-08 Thread Nic Hubbard
I am working on a simple filtering script that will match the jquery selector, and find the text inside all the child nodes. Then hide those that are not found. For some reason it is not working, and I am not sure why. Is there a better way I could be doing this? var obj = $(this);

[jQuery] Re: Poll sumbit

2008-11-08 Thread FrenchiINLA
I would do it this way, - on Page Load get the result from db and display it - user selection --- update db -- return the updated result -- display it On Nov 8, 12:34 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I want to build something so that when someone submits his poll choise

[jQuery] How to correctly set a dblclick(..) on a dynamically added table row ?

2008-11-08 Thread Paul Hammant
Below is a demo of the problem i have. Reduced to the minimal HTML I think. I start with a row in a table, but on load, I remove it and store it. Then i dynamically insert some row based on a clone of the original. As I add each row i add a double-click to a popup form (via blockUI). The

[jQuery] Re: Jquery Countdown!!!

2008-11-08 Thread FrenchiINLA
Add the following in the header of your page with the correct liftoffTime value script type=text/javascript $(function() { var liftoffTime = new Date(); liftoffTime.setDate(liftoffTime.getDate() + 5); $('#listLayout').countdown({ until: liftoffTime,

[jQuery] combining slideup, post, slidedown

2008-11-08 Thread Althalos
Hi. I am trying to make a div slide up, update through $.post and then slide down again. I have the following code: $(a).click (function() { $(#content).slideUp('slow', function () { $.post('http://uf.ekdahlproduction.com/itsvintage/text.php', {site: $(this).attr('rel')},

[jQuery] Re: combining slideup, post, slidedown

2008-11-08 Thread Karl Swedberg
surprised that the $.post is working since it looks like you're trying to do a cross-domain request, but anyway, the problem could be that you don't have a return false or preventdefault() anywhere. Try this: $(a).click (function(event) { event.preventDefault(); // rest of

[jQuery] beginner help jquery.load

2008-11-08 Thread bumblebean
HI. I'm really new to jquery, and PHP for that matter. I'm trying to complete a school assignment, and I'm s stuck. What I'm trying to do is submit form data through jquery to a php page. The php works as intended when called outside of jquery. It basically takes some POST values, and writes

[jQuery] beginner help jquery.load

2008-11-08 Thread bumblebean
HI. I'm really new to jquery, and PHP for that matter. I'm trying to complete a school assignment, and I'm s stuck. What I'm trying to do is submit form data through jquery to a php page. The php works as intended when called outside of jquery. It basically takes some POST values, and writes

[jQuery] Re: Jquery Countdown!!!

2008-11-08 Thread B3
I did exactly what you said, added the top to my head and added the span to the html and still nothing. Seems the files are being loaded, so I don't understand whats going on.. anythin else I can try? On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote: Add the following in the header of