[jQuery] Re: Cluetip ajax call returns gibberish (utf-8, greek)

2009-01-14 Thread jQuery Lover
Did you change anything, because it works and shows nicely on my browser. PS. I would suggest not printing all products on the same page (you've got at lease 100 items there). - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 1:31 PM

[jQuery] Re: jQuery selector question - Having ":" in attribute name

2009-01-14 Thread jQuery Lover
Slightly :) You can not have special character in your html ATTRIBUTES. You should rename "ajax:id" to something else. Ex: ajax_id or ajaxId. - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 5:16 PM, naden wrote: > > Your

[jQuery] Re: Selector problem with $( "a[ajax\\:id='46']" )

2009-01-14 Thread jQuery Lover
Duplicate. See: http://groups.google.com/group/jquery-en/browse_thread/thread/e47ce13098a16ef/606e652153c624a2#606e652153c624a2 - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 3:32 PM, naden wrote: > > I'm using jQuery 1.2.6

[jQuery] Re: Superfish - problem with supersubs plugin

2009-01-14 Thread jQuery Lover
I suggest you use Stu's CSS only dropdown menu: http://www.cssplay.co.uk/menus/final_drop.html - Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 3:11 PM, simon wrote: > > Hi all, > > When I have a lot of nodes in the superf

[jQuery] Re: createElement, get its value

2009-01-14 Thread jQuery Lover
OFFTTOP: The live() function will reduce so much questions on this mailing list :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 6:52 AM, Kean wrote: > > using jQuery 1.3 > > This will most probably work. > > $('#grabMe&#

[jQuery] Re: Input Element Focus Dancing

2009-01-14 Thread jQuery Lover
You missed the [0]. The focus code must be: $("input[tabindex=1]")[0].focus(); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 1:10 PM, stephen wrote: > > Hi, > > I have a text input that when it receives the text "R

[jQuery] Re: Display Loading Image While Ajax Content Loads

2009-01-14 Thread jQuery Lover
Unfortunately it will not. jQuery will know that it is getting some data and that is all. It does not know that it's html, xml or plain text. Image loading is done by browser when you insert the markup into the DOM. So the workaround would be to load your content then add it to the DOM,

[jQuery] Re: Cluetip ajax call returns gibberish (utf-8, greek)

2009-01-14 Thread jQuery Lover
You can pack your javascript code: http://jquery-howto.blogspot.com/2009/01/minimize-and-pack-your-javascript-code.html You might find this jquery and javascript performance posts useful: http://jquery-howto.blogspot.com/search/label/performance On Wed, Jan 14, 2009 at 6:45 PM, ion wrote

[jQuery] Re: keep session alive

2009-01-14 Thread jQuery Lover
You could also use jquery ui tabs for your form sections (http://docs.jquery.com/UI/Tabs). Just add two buttons "proceed" and "previous" to the bottom of each tab window and you have nice looking form :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.c

[jQuery] Re: wildcard match question

2009-01-14 Thread jQuery Lover
Duplicate: http://groups.google.com/group/jquery-en/browse_thread/thread/a7eb506135169136/b69c5734587c995e#b69c5734587c995e Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 8:30 AM, Davis wrote: > > i want to "grep" a pattern of DI

[jQuery] Re: jQuery 1.3 Released

2009-01-14 Thread jQuery Lover
Super !!! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 7:45 PM, John Resig wrote: > > Hey Everyone - > > jQuery 1.3 is out! Full details here: > http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation/ > &g

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread jQuery Lover
Well, it says jQuery is undefined. Have you put your jquery.js file before colorpicker.js ? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 15, 2009 at 2:27 PM, Sagar Arya wrote: > Hello, >It doesn't seem to work even after adding the

[jQuery] Re: $("area") not working in IE (sorry if this is a repost)

2009-01-15 Thread jQuery Lover
Did you solve the problem? My FF and IE show the same border and act the same way (except FF has fade in/out effect). I'm using IE7. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 15, 2009 at 10:44 AM, Chrisw wrote: > > Let me try to clear th

[jQuery] Re: getJSON - how to retrieve plain text?

2009-01-15 Thread jQuery Lover
Documentation quote: > As of jQuery 1.2, you can load JSON data located on another domain > if you specify a JSONP callback, which can be done like so: > "myurl?callback=?". >jQuery automatically replaces the ? with the correct method name to call, >calling your s

[jQuery] Re: IE Problem with (function($)

2009-01-15 Thread jQuery Lover
Is it possible to have your page published somewhere? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 15, 2009 at 2:44 PM, Sagar Arya wrote: > Hello, > Yes I included the jQuery file before the colorpicker.js file. And > it works fine in Mo

[jQuery] Re: Images resize problem with Aajx

2009-01-17 Thread jQuery Lover
on its load. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 5:34 PM, David .Wu wrote: > > My process is > 1. load images from other php file > 2. put the response thing into a div > 3. check all image sizes > 4. resize image if

[jQuery] Re: jQuery 1.3 selector :first; :first-child

2009-01-17 Thread jQuery Lover
Just checked. Works just fine. Maybe something wrong in your html? Could you paste it here? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 6:26 PM, Charlie22 wrote: > > Hi all, > I have trouble in jQuery 1.3 with :first; :first-child

[jQuery] Re: [jquery]Need help in Simple Jquery Function I develop for tabs

2009-01-17 Thread jQuery Lover
I have just created html with your content and js. It works just fine. ALL tabs work fine... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 3:30 PM, Yuvraj Mathur wrote: > > Hi, > I am stuck up with this function to make simple Tabs.

[jQuery] Re: Hide content until loaded

2009-01-17 Thread jQuery Lover
// fired right away $('tn-hide').css('display', 'none').addClass('tn-loading'); $(document).ready(function() { // fired on DOM ready }); ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 9:53 AM, Christine

[jQuery] Re: jQuery 1.3 - am I missing something or is this a bug?

2009-01-17 Thread jQuery Lover
I have just spent about 5 minutes trying to select elements without "." and also tried to select classes with different capitalization. None could be selected... Works just fine, as it should be!!! I am getting my jquery from: http://ajax.googleapis.com/ajax/libs/jquery/1.3/jqu

[jQuery] Re: jQuery 1.3 - am I missing something or is this a bug?

2009-01-17 Thread jQuery Lover
Wow, thanks for the link and clearing out. That's something new I learned today :) Thanks again. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 9:34 PM, B J Pohl wrote: > > Thanks for looking into this! First off, I have com

[jQuery] Re: Hide content until loaded

2009-01-17 Thread jQuery Lover
e js in browser for security sake. ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 8:16 PM, Saif ullah wrote: > http://tinyurl.com/8rwmkr > > On Sat, Jan 17, 2009 at 8:13 PM, MorningZ wrote: >> >> Why not do it with CSS? where

[jQuery] Re: Images resize problem with Aajx

2009-01-17 Thread jQuery Lover
Didn't get exactly what you meant, but if you want to do something when loading has finished then put it into the load() function. .load(function(){ // your code }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 9:53 PM, David .Wu wrote:

[jQuery] Re: JSONP

2009-01-17 Thread jQuery Lover
I am not 100% sure, but I remember reading somewhere that jQuery looks for "=?" to replace the "?" part of the pattern. Try querying http://example.com/xxx/yyy/=? OR in case this won't work try this: http://example.com/xxx/yyy/?tmp=dummy&callback=? Then on your

[jQuery] Re: Images resize problem with Aajx

2009-01-17 Thread jQuery Lover
$img1.load(function() { $(this).each(function() { if($(this).height() > $h) $(this).height($h); if(check if it the item you want to clone){ $tbl1.clone().prependTo($td2); } }); }); Read jQuery HowTo Resou

[jQuery] Re: How select first link??

2009-01-17 Thread jQuery Lover
Removing li solves the problem: $('#menu a:first'); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 11:09 PM, Charlie22 wrote: > > Hi all, I am playing with jQuery 1.3 and I have provlem with selecting > a first link in code

[jQuery] Re: disable column from sorting in tablesorter

2009-01-17 Thread jQuery Lover
// write your code here }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 11:09 PM, Rick Pasotto wrote: > > On Sat, Jan 17, 2009 at 10:02:01AM -0800, MorningZ wrote: >> >> So to clarify, you always want that column to be sequentia

[jQuery] Re: How select first link??

2009-01-17 Thread jQuery Lover
What browser are you using? I am using firefox 3.0.5 and jquery 1.3 and it is working!!! I have just triple checked... $('#menu a:first').remove(); removes the first anchor in the list. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 a

[jQuery] Re: jQuery 1.3 selector :first; :first-child

2009-01-17 Thread jQuery Lover
http://groups.google.com/group/jquery-en/browse_thread/thread/1c6403c5f628d45a Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 7:17 PM, Charlie22 wrote: > > code: > > > >

[jQuery] Re: Table sorter and pager problem

2009-01-17 Thread jQuery Lover
You must be loading your page 2 with an ajax call! Add your empty text replacer to the ajax call callback. PS. I haven't checked but I think you can rewrite your jquery code for better performance like this: $(".tablesorter").each(function() { $('tbody tr td&#

[jQuery] Re: How select first link??

2009-01-17 Thread jQuery Lover
Exactly, just like I wrote!!! > $('#menu a:first').remove(); ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 12:05 AM, Nic Luciano wrote: > The reason it's not working is you're using the first-child selector. What >

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-17 Thread jQuery Lover
OFFTOP: Johny, just let it go already... :))) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 12:07 AM, johny why wrote: > > right, Klaus, specificity resolves conflicts. > > if your main site css uses !important on any element whi

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-17 Thread jQuery Lover
> repeatedly reposting the same comment And the idea is clear already. Use "!important", but use it with care... Simple and clear... ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 12:16 AM, johny why wrote: > > jquery Lo

[jQuery] Re: How select first link??

2009-01-17 Thread jQuery Lover
Interesting but it [ $('#menu li a:first') ] does not work in 1.3 !!! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 12:18 AM, Charlie22 wrote: > > hmm, it seems as my stupidity :-) so there is no need use element > in this

[jQuery] Re: How select first link??

2009-01-17 Thread jQuery Lover
It is... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 12:27 AM, Charlie22 wrote: > > yes, that is what I said..not working, so I have to replace any > scripts. I thought that "#menu li a" is regular CSS selector...or > not?? >

[jQuery] Re: How select first link??

2009-01-17 Thread jQuery Lover
Submitted a ticket: http://dev.jquery.com/ticket/3903 Let's see what happens :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 12:32 AM, Charlie22 wrote: > > so why it doesnt work?? is it jQuery bug? > > On 17 Led, 20:30, jQ

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-17 Thread jQuery Lover
ust a sunny day and a freaking good mood (she is not pregnant) :) ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 12:34 AM, johny why wrote: > how about if your remove your unproductive, off-topic, discussion- > blocking flames, and i'll re

[jQuery] Re: jQuery 1.3 Released

2009-01-17 Thread jQuery Lover
That tests must be in average. I made some test on .class selectors and it showed 25x faster. Here is the test and it's results: http://jquery-howto.blogspot.com/2009/01/jquery-126-and-jquery-13-class-selector.html On Thu, Jan 15, 2009 at 2:03 PM, ryan.joyce...@googlemail.com wrote: >

[jQuery] Re: Display Loading Image While Ajax Content Loads

2009-01-17 Thread jQuery Lover
Yeap, you can bind all images with .gallery class a .load() event like this: $('img.gallery').load(function(){ $(this.).removeClass('loading').show(); }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Jan 16, 2009 at 10:20 PM, jinscoe wr

[jQuery] Re: load script regarding to value of textfield

2009-01-17 Thread jQuery Lover
Use jquery's get() method. More about it here: http://docs.jquery.com/Ajax/jQuery.get Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Tue, Jan 13, 2009 at 2:40 PM, dirk w wrote: > > ides anyone? > > On 12 Jan., 17:43, dirk w wrote: >> tha

[jQuery] Re: How to grab the filename (src attribute) of an image?

2009-01-17 Thread jQuery Lover
Well, it depends where you need it... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 10:19 PM, webmas...@terradon.nl wrote: > > Where and how do i implement var fileName = $(this).attr('src'); >

[jQuery] Re: Jquery Calling Servlet

2009-01-17 Thread jQuery Lover
You can change your form method attribute to post and you would not have the too long url problem. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 9:52 AM, RUQUIA TABASSUM wrote: > ... i need to use AJAX because the servlet called is appen

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-17 Thread jQuery Lover
Try this two options: $('a').unbind('click'); // not sure if it works or not OR $('a').click(function(){ window.location=$(this).attr('href'); return false; }); and put this code after all other javascript codes! ---- Read jQuery HowTo Resource - ht

[jQuery] Re: How select first link??

2009-01-17 Thread jQuery Lover
li has no anchor in it ! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 1:28 AM, Charlie22 wrote: > > Well, you are right, thx for explanation. Now it is clear!! > > On 17 Led, 21:04, Pedram wrote: >> hi Guys , I know what should you

[jQuery] Re: How select first link??

2009-01-18 Thread jQuery Lover
Karl, thanks for the update. So I guess we all should wait for jQuery 1.3.1 Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 7:26 AM, Karl Swedberg wrote: > For those who don't follow the dev list, John replied there. It turns out >

[jQuery] Re: Need help with a Jquery toggle bug in my menu's

2009-01-18 Thread jQuery Lover
my browser for the file on my server. Believe or not, I had to take a walk to notice the problem : Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 11:03 PM, Ted wrote: > > And here's the URL again: > > http://dl.getdropbox.com/

[jQuery] Re: [treeview] Expand the trees on the image and no link

2009-01-19 Thread jQuery Lover
Doesn't first demo example do exactly what you want??? See http://jquery.bassistance.de/treeview/demo/ ===>> Sample 0 - navigation Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 18, 2009 at 3:24 PM, cv wrote: > > > In fact I use t

[jQuery] Re: Callback problem

2009-01-22 Thread jQuery Lover
(handler + "Save")(); }); console.log(3); } $(document).ready(function(){ showModalBox(handler); }); And I got "editElementNameSave is not a function" error !!! Error refers to line -> (handler + "Sa

[jQuery] Re: How do I get the actual HREF of a link?

2009-01-25 Thread jQuery Lover
You can also try this: $('#testlink')[0].getAttribute('href'); Returns whatever is in your href... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 26, 2009 at 7:14 AM, Jumpfroggy wrote: > > Here's the short version: > I h

[jQuery] Re: Table sorter and pager problem

2009-01-25 Thread jQuery Lover
Put this code before your tableSorter code (if you are not loading your data using ajax call)! If you are loading table data through ajax then put it in an ajax callback function: docs.jquery.com/Ajax Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Tue, Jan 20, 2009

[jQuery] Re: Which Jquery Plugin can do that

2009-01-25 Thread jQuery Lover
I don't know about if there is a plugin that does exactly the same thing, but if you're familiar with jquery this can be a good starting point: http://www.google.com/search?q=jquery+tree Choose a plugin and try to bind extra click events that would do what you need. Read jQ

[jQuery] Re: Hover Effect on 2 rows

2009-01-26 Thread jQuery Lover
7;hover'); }) }); function getNeighbor(el, cls){ if($(el).prev().hasClass(cls)) return $(el).prev(); if($(el).next().hasClass(cls)) return $(el).next(); } Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 2

[jQuery] Re: Hover Effect on 2 rows

2009-01-29 Thread jQuery Lover
Hi Kevin, I have not checked the code since I just wrote and submitted it. However I don't see any cross browser problems in this script. You could try to add semicolons where I've missed previously and move the function declaration before the jquery script like this: function getN

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread jQuery Lover
Reading the plugin homepage it does not. It only encodes and decodes JSON or am I missing anything? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 29, 2009 at 6:57 PM, Trend-King wrote: > > ok and thats safe for things like a sting $("#cart_in

[jQuery] Re: Has anybody managed to print a sorted table using table sorter?

2009-01-29 Thread jQuery Lover
Add new CSS file for printers like this: Hide all other content (display:none) but your table... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 29, 2009 at 7:24 PM, livewire9174 wrote: > > the problem is, i dont want to print the whole page, I jus

[jQuery] Re: How to use the $() function

2009-02-02 Thread jQuery Lover
You might find this useful: http://docs.jquery.com/Core Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 9:28 AM, ryy wrote: > > > Please take a look at the following code: > return $('> li:not(' + notSortable + ')&

[jQuery] Re: Beginner Q: setTimeout on multiple objects

2009-02-02 Thread jQuery Lover
e. See if this works: $('.main_nav img').each(function(i) { $(this).css("opacity", 0); animatedLink[i] = this; t = setTimeout("timedAnim(animatedLink["+i+"])",getRandom()); }); Read jQuery HowTo Resource -

[jQuery] Re: How to get html string including the selected element

2009-02-02 Thread jQuery Lover
You can use .remove() to remove it from the DOM, just to be in safe side like this: $('').append($('#top').clone()).remove().html(); I explained the workaround in my blog post: http://jquery-howto.blogspot.com/2009/02/how-to-get-full-html-string-including.html On Mon, Fe

[jQuery] Re: UNSUBSCRIBE

2009-02-02 Thread jQuery Lover
Send email to jquery-en+unsubscr...@googlegroups.com Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Feb 1, 2009 at 2:10 PM, Christoffer wrote: > > >

[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-02 Thread jQuery Lover
To find positions and everything: http://docs.jquery.com/CSS Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com wrote: > > Hi, I am right now trying to make a edit layout system. > > basicly I want to kn

[jQuery] Re: the ready not working properly

2009-02-02 Thread jQuery Lover
"The jQuery test suite now has 1395 tests. We actively tested in Firefox 3, Firefox 3.1, Safari 3.2, Safari Nightly, Opera 9.6, IE 6, IE 7, and Chrome" See here: http://docs.jquery.com/Release:jQuery_1.3#Testing Read jQuery HowTo Resource - http://jquery-howto.blogspot.com O

[jQuery] Re: Complex selector: bug on IE

2009-02-02 Thread jQuery Lover
Aren't you supposed to use @ symbol in 1.2.6 ? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 4:20 PM, Kud wrote: > > Hello, > > I have a problem with jquery 1.2.6 and IE (6 and 7). When I use this > code : http://pastebin

[jQuery] Re: file upload field and standard fields

2009-02-02 Thread jQuery Lover
Well, it seems you are getting your 'nom' and 'phenom' text fields... and yes, domb is right, file information data is stored in $_FILES array... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 3:35 PM, phicarre wrote: > >

[jQuery] Re: a solution

2009-02-02 Thread jQuery Lover
Slatiwonk, please do not change mail subject since it creates a new thread in groups. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 2:55 PM, Slatiwonk wrote: > > The src is defined with the assumption that the call is originating > from

[jQuery] Re: access table row[y] cell[x]

2009-02-02 Thread jQuery Lover
The easiest way is to give your td's unique id's and then use $('#colXrowY').html() Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 3:46 PM, JAS wrote: > > I am (very) new to jQuery, and I have what I think must be a simp

[jQuery] Re: unsubscribe

2009-02-02 Thread jQuery Lover
Send email to jquery-en+unsubscr...@googlegroups.com Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 4:12 PM, diego valobra wrote: > > >

[jQuery] Re: cycle plugin cleartype demo

2009-02-02 Thread jQuery Lover
It is working in my IE7. Corrects itself on fade animation completion... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 4:39 PM, Liam Potter wrote: > > Is it just me or does this not work? > http://malsup.com/jquery/cycle/cleartyp

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-03 Thread jQuery Lover
Try setting z-index value in CSS for the current menu list with a higher value like 1000. Read my jQuery HowTo Blog- http://jquery-howto.blogspot.com On Tue, Feb 3, 2009 at 2:42 PM, Michael Smith wrote: > > Hi, > > As per this example: > > http://dev2.savingfor

[jQuery] Re: click event

2009-02-04 Thread jQuery Lover
stuff see: http://www.askthecssguy.com/2008/10/josh_asks_the_css_guy_about_ro.html For other jQuery howto's see: http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 3:28 PM, jq noob wrote: > > I want to do a onclick event for anywhere in a table row except for a > specific cell

[jQuery] Re: Select empty textbox fields

2009-02-04 Thread jQuery Lover
Try this: $("#<%= this.pnlInputFields.ClientID %> input.inputFields:empty").addClass('inputFields_empty'); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 3:57 AM, brnwdrng wrote: > > I have a set of text box inputs

[jQuery] Re: Select element based on a value of its child element

2009-02-04 Thread jQuery Lover
Adrian, I recommend using .parent() for better performance... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 4:22 PM, Adrian Lynch wrote: > > Hello all. I have the following... > > > > > > > > &

[jQuery] Re: Is this list too busy? jQuery list for your time zone

2009-02-04 Thread jQuery Lover
I receive emails from the list and easily keep track of my postings in gmail. You can click on "Sent mail" and see if you have any replies in thread you've posted... ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 5:16 PM, boermans

[jQuery] Re: animations; browser problem or bad code?

2009-02-04 Thread jQuery Lover
Worked the same in Chrome, FF, IE7. My 2 cents... PS. Thanks Stephan for the tip... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 4:51 PM, Stephan Veigl wrote: > > Hi, > > I played around with your site and code a little bit (hope

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-04 Thread jQuery Lover
This is how IE interprets z-index settings for positioned elements. Google it and you will surely find a fix: http://www.google.com/search?q=ie+z-index+issue Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 2:56 PM, Michael Smith wrote: > &

[jQuery] Re: Is this list too busy? jQuery list for your time zone

2009-02-04 Thread jQuery Lover
Gmail moves new threads to the top :) Use gmail (offline version) :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 6:11 PM, Liam Potter wrote: > > I use thunderbird, which has a threaded option, keeps tracks of > conversations quite

[jQuery] Re: Hover in a loaded page stopped working??

2009-02-05 Thread jQuery Lover
> $("#content").load("showContent.php", UI()); You are calling UI() function. Omit the "()" for callback... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 2:05 PM, 123gotoandplay wrote: > > Hi

[jQuery] Re: dynamically building the "for" attribute

2009-02-05 Thread jQuery Lover
Do this: $('label').each(function(i){ $(this).attr('for', i).prev().attr('id', i); }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 7:25 PM, paulinstl wrote: > > I have a series of labels and checkboxes. &

[jQuery] Re: jQuery query string implementation

2009-02-05 Thread jQuery Lover
Agree, that would be something useful... but it's better to have it as a plugin, since you don't need it for the most of the time... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 7:44 PM, Matt Gardner wrote: > John and crew, was cur

[jQuery] Re: load() not loading my dynamic page

2009-02-05 Thread jQuery Lover
Maybe it's related to wrong content type being sent by your server !!! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 7:42 PM, eagleon wrote: > > I've been experiencing the same thing! I hop we can figure out a > workarou

[jQuery] Re: treeview custom icon

2009-02-05 Thread jQuery Lover
I thinks the plugin already added the image, so you have to replace it. As far as I can remember treeview adds icons using CSS so you should give to the entry a specific id/class and specify a new icon in your CSS file... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On

[jQuery] Re: Optimized Function to transfer Array to Listbox

2009-02-05 Thread jQuery Lover
Use simple old javascript. jQuery is a great framework, but sometimes plain javascript is better, your case is an example... (IMO) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 11:49 AM, JQueryProgrammer wrote: > > I have two array of

[jQuery] Re: General Question RE: Using jQuery with Wordpress

2009-02-05 Thread jQuery Lover
jQuery works just fine with wordpress. There is nothing in wordpress that may conflict with jquery. Moreover, wordpress admin panel uses jquery. Can you post a link to your page, so we could look into it and try to find out what's causing the problem... Read jQuery HowTo Resource -

[jQuery] Re: jquery.combobox jumping in internet explorer

2009-02-05 Thread jQuery Lover
You were probably using jquery 1.3.1 and dimensions plugin. Dimensions plugin has been included into the jquery core since 1.2.(don't remember:) ) That is probably the source of the problem... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at

[jQuery] Re: What is difference between ADO and RDO

2009-02-05 Thread jQuery Lover
This is all spam I guess ... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 11:39 AM, Charlie Griefer wrote: > heh... i searched google, but searched the web. didn't search groups :) > > On Thu, Feb 5, 2009 at 10:36 PM, Michae

[jQuery] Re: $.data

2009-02-05 Thread jQuery Lover
x27;#profile_name').data('metaInfo') ); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 12:51 PM, Chris J. Lee wrote: > > I haven't been able to find good documentation on the use of $.data. > Does anyone have any good links to use of this function?

[jQuery] Re: validation plugin: validate checkboxes that don't have same name?

2009-02-06 Thread jQuery Lover
You can add custom rule with your custom validator. Read documentation here: http://docs.jquery.com/Plugins/Validation Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 7:22 AM, claudes wrote: > > > using validation plugin, is there a way to

[jQuery] Re: load() not loading my dynamic page

2009-02-06 Thread jQuery Lover
.html is static and the other one is generated dynamically... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 10:21 PM, photogeek wrote: > > Beginner question but what is the difference between that .html page > and the "page"

[jQuery] Re: dynamically building the "for" attribute

2009-02-06 Thread jQuery Lover
Ups, I missed the id's of checkboxes... My code was written for checkboxes and label's both without id's... ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 7:52 PM, Mauricio (Maujor) Samy Silva wrote: > > $('#my-

[jQuery] Re: Select element based on a value of its child element

2009-02-06 Thread jQuery Lover
Most likely... you should submit a ticket: http://dev.jquery.com/ Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 9:24 PM, Stephan Veigl wrote: > > Good point. > > I've just tested "input[value='']" and got an

[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-06 Thread jQuery Lover
Yeap. I suggest you add a save button so you make an ajax call only once (when user decides to save his/her settings) and don't kill your server ... :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 5:01 AM, shyhockey...@gmail.com

[jQuery] Re: Accessing object tag by id

2009-02-06 Thread jQuery Lover
You might wanna use this: http://jquery.thewikies.com/swfobject/ Or look into the code. May find clues there... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 1:11 PM, Olaf Gleba wrote: > > Sorry, but anyone has a clue ? > > Am 05.0

[jQuery] Re: ui draggable (option drag doesn't work)

2009-02-06 Thread jQuery Lover
I don't see a "drag" option in draggables documentation... or am i missing anything here ??? ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 10:19 AM, Richard D. Worth wrote: > Which version of jQuery UI are you using? > >

[jQuery] Re: Superfish Help

2009-02-06 Thread jQuery Lover
Create a dummy user for us so we could see it in action... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 9:16 AM, Aaron Gundel wrote: > > if you're logged in? > > On Thu, Feb 5, 2009 at 5:32 PM, Josh wrote: >>

[jQuery] Re: Optimize large DOM inserts

2009-02-06 Thread jQuery Lover
That is true I always suggest using built in for() loop with huge data sets... and people keep ignoring me :))) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 8:25 AM, Michael Geary wrote: > > "...there is not much room for impro

[jQuery] Re: Superfish

2009-02-06 Thread jQuery Lover
Yeap, there are multiple in the sub menu and the rest of trick is done with CSS. ul#topnav .menu ul.sub_nav { margin:0 10px 0 0; padding:0; width:130px; } Giving each sub navigation ul a fixed width and floating it to the left. Read jQuery HowTo Resource - http://jquery

[jQuery] Re: Checkbox selection

2009-02-06 Thread jQuery Lover
Something like this might help: $('table tr').click(function(e){ if( $(e.target).is('td') ){ $('input:checkbox', this).attr('checked', 'checked'); } }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 200

[jQuery] Re: General Question RE: Using jQuery with Wordpress

2009-02-06 Thread jQuery Lover
There is still a js error in your onAfter() function. You have jQuery.noConflict(); set and using $('.imgcap'). My 2 cents. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 4:09 PM, MH1988 wrote: > > I honestly cannot believe but I

[jQuery] Re: 1.3, live events, and iphone

2009-02-06 Thread jQuery Lover
What device are you using, and what browser ? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 4:14 PM, yad...@gmail.com wrote: > > > hi all, > > I am having problems getting live events with jquery 1.3.1 to work on > the phone

[jQuery] Re: What is the best option to make this modal???

2009-02-06 Thread jQuery Lover
There are dependencies with jQuery UI dialog. You better use one of the other lightweight and simple modal boxes without all unnecessary functionality... http://www.google.com/search?q=jquery+modal+plugin Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6

[jQuery] Re: 1.3, live events, and iphone

2009-02-06 Thread jQuery Lover
Opsy, my bad. Did not see the title that says iPhone... I suggest using event delegation: www.learningjquery.com/2008/03/working-with-events-part-1 Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 5:45 PM, jQuery Lover wrote: > What device are

<    1   2   3   4   >