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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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.
// 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
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
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
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
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:
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
$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
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
// 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
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
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:
>
>
>
>
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
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
>
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
> 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
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
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??
>
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
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
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:
>
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
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
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');
>
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
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
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
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
>
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/
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
(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
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
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
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
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
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
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
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
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 + ')&
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 -
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
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:
>
>
>
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
"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
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
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:
>
>
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
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
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:
>
>
>
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
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
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
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
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...
>
>
>
>
>
>
>
>
&
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
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
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:
>
&
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
> $("#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
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.
&
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
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
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
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 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 -
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
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
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?
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
.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"
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-
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
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
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
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?
>
>
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:
>>
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
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
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
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
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
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
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
101 - 200 of 311 matches
Mail list logo