Re: [jQuery] How to add a button

2010-03-03 Thread Cesar Sanz
what??? - Original Message - From: "podeig" To: "jQuery (English)" Sent: Wednesday, March 03, 2010 8:22 AM Subject: [jQuery] How to add a button Hello! Is it possible to add a button (like standard drop down list has) to open the list with all the results? I need two ways to selec

Re: [jQuery] What I need to know?

2010-03-03 Thread Cesar Sanz
jquery does not work with your backend system.. just can init a request and your server side will handle all that stuffs (like insertions, deletions, etc) regards - Original Message - From: "Nathan Klatt" To: Sent: Tuesday, March 02, 2010 4:00 PM Subject: Re: [jQuery] What I need to

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-26 Thread Cesar Sanz
SS Rounded Corners In All Browsers (With No Images) http://jonraasch.com/blog/css-rounded-corners-in-all-browsers On 2/25/10, Cesar Sanz wrote: thanks.. First time I heard about it.. .cool stuff! - Original Message - From: "Erik" To: "jQuery (English)" Sent: Wednes

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-25 Thread Cesar Sanz
DD_roundies/ On Feb 23, 3:09 pm, "Cesar Sanz" wrote: What are roundies? - Original Message - From: "Erik" To: "jQuery (English)" Sent: Tuesday, February 23, 2010 10:50 AM Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! > Use

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-23 Thread Cesar Sanz
What are roundies? - Original Message - From: "Erik" To: "jQuery (English)" Sent: Tuesday, February 23, 2010 10:50 AM Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! Use the ROUNDIES script for IE7, which is really easy. I personally don't care for IE8 so I co

Re: [jQuery] Re: New Forums

2010-01-22 Thread Cesar Sanz
Do not close the email list Do not close the email list Do not close the email list Do not close the email list Do not close the email list - Original Message - From: "Nathan Klatt" To: Sent: Friday, January 22, 2010 3:43 PM Subject: Re: [jQuery] Re: New Forums On Fri, Jan 22, 2010 a

Re: [jQuery] New Forums

2010-01-22 Thread Cesar Sanz
Want mailing list back ;( - Original Message - From: Richard D. Worth To: jquery-en@googlegroups.com Sent: Friday, January 22, 2010 10:31 AM Subject: Re: [jQuery] New Forums On Fri, Jan 22, 2010 at 10:23 AM, Octavian Rasnita wrote: From: "Karl Swedberg" On

Re: [jQuery] new forums used?

2010-01-19 Thread Cesar Sanz
In my case, I just have access to my email via outlook (cuz of my job).. it will be a shame not to read, ask or contribute with you. - Original Message - From: "Rick Faircloth" To: Sent: Monday, January 18, 2010 12:17 PM Subject: RE: [jQuery] new forums used? it is easier to use

Re: [jQuery] Re: How do I extract this value?

2010-01-04 Thread Cesar Sanz
What a genius!! Liked the solution. - Original Message - From: To: "jQuery (English)" Sent: Saturday, January 02, 2010 8:54 PM Subject: [jQuery] Re: How do I extract this value? Perfect! 5 stars - Dave On Jan 2, 8:15 pm, MorningZ wrote: var hit = $("#myid").find("a").attr("hre

Re: [jQuery] Re: Latest JQuery File

2009-12-29 Thread Cesar Sanz
never, never touch the jquery code!!! - Original Message - From: "Sime Vidas" To: "jQuery (English)" Sent: Wednesday, December 23, 2009 7:23 PM Subject: [jQuery] Re: Latest JQuery File LOL If you downloaded the jQuery library from www.jquery.com, than you can be sure that it's val

Re: [jQuery] Re: Sound

2009-11-10 Thread Cesar Sanz
It is really impressive!!! - Original Message - From: "shapper" To: "jQuery (English)" Sent: Saturday, November 07, 2009 8:35 AM Subject: [jQuery] Re: Sound On Nov 5, 11:14 pm, Erik Beeson wrote: No jQuery necessarily needed for this. Plenty of information here: http://www.google.

[jQuery] Re: Can't get attributes from ajax response...

2009-09-10 Thread Cesar Sanz
Use .live instead of .click - Original Message - From: "James" To: "jQuery (English)" Sent: Tuesday, September 08, 2009 4:07 PM Subject: [jQuery] Re: Can't get attributes from ajax response... When and where are you appending the click() code? If you're doing it before the AJAX c

[jQuery] Re: IDE supporting jQuery

2009-09-10 Thread Cesar Sanz
Aptana Studio - Original Message - From: "Saga" To: "jQuery (English)" Sent: Thursday, September 10, 2009 9:41 AM Subject: [jQuery] IDE supporting jQuery is there any IDE supporting jQuery..i prefer some open source IDE...pls suggest me on

[jQuery] Re: get image size?

2009-09-09 Thread Cesar Sanz
Please, post some mark-up - Original Message - From: "MorningZ" To: "jQuery (English)" Sent: Tuesday, September 08, 2009 6:45 AM Subject: [jQuery] Re: get image size? "Whatever picture I try, the answer is alsway 272" You realize of course that your selector is always choosing th

[jQuery] Re: $.load doesn't trigger $(document).ready, but $.ajax({type:"GET", ...} does???

2009-09-09 Thread Cesar Sanz
Hi, Let's say a "A" page has a in it with id named "container" and a "B" page is called via ajax... e.g $("#container").load("B") In order to load the "B" page, the "A" page has to be already loaded, so as the page is already loaded it do not reload again when you call "B" page; this is w

[jQuery] Re: $.post - post array is empty

2009-09-09 Thread Cesar Sanz
try _REQUEST['aa'] and see if is data is not empty - Original Message - From: "atur" To: "jQuery (English)" Sent: Wednesday, September 09, 2009 3:48 AM Subject: [jQuery] $.post - post array is empty Hi, I stick on a wired ajax problem. The following code works on my local machine

[jQuery] Re: Page load question

2009-09-09 Thread Cesar Sanz
Well, can you show us some mark-up? - Original Message - From: "the intern" To: "jQuery (English)" Sent: Tuesday, September 08, 2009 1:54 PM Subject: [jQuery] Page load question What I have is a form where people will answer yes or no questions. What I need is, that when the page

[jQuery] Re: New Edit-in-Place Plugin with dynamic selects, datepicker

2009-09-09 Thread Cesar Sanz
+ 1 a demo page will be great - Original Message - From: "MorningZ" To: "jQuery (English)" Sent: Tuesday, September 08, 2009 2:51 PM Subject: [jQuery] Re: New Edit-in-Place Plugin with dynamic selects, datepicker Planning on adding a "demo" page anytime soon? I'd like to check

[jQuery] Re: HTML code inside script tag, how access to it with DOM???

2009-09-09 Thread Cesar Sanz
Why in the earth must you have a div inside tags? - Original Message - From: "Nick Fitzsimons" To: Sent: Wednesday, September 09, 2009 6:55 AM Subject: [jQuery] Re: HTML code inside script tag, how access to it with DOM??? 2009/9/9 Mariano : I have an HTML page that looks li

[jQuery] Re: Using attr in an tab AJAX call. Is it possible?

2009-09-07 Thread Cesar Sanz
maybe you can ask it here http://groups.google.com/group/jquery-ui?hl=en - Original Message - From: "noahT" To: "jQuery (English)" Sent: Sunday, September 06, 2009 8:25 PM Subject: [jQuery] Using attr in an tab AJAX call. Is it possible? Hi, I am trying to set an html attribute a

[jQuery] Re: New iPhone-style button plug-in released...

2009-09-04 Thread Cesar Sanz
Great... great.. congrats.. - Original Message - From: Dan G. Switzer, II To: jquery-en@googlegroups.com Sent: Friday, September 04, 2009 10:45 AM Subject: [jQuery] Re: New iPhone-style button plug-in released... Keyboard support is often overlooked, but it's always high on

[jQuery] Re: Click event not working?

2009-08-27 Thread Cesar Sanz
mmm.. try this.. Put a border to your div, let's say border: 10px, then click the border to see what happen.. - Original Message - From: "Kris S" To: "jQuery (English)" Sent: Wednesday, August 26, 2009 7:04 PM Subject: [jQuery] Click event not working? I'm trying to execute a

[jQuery] Re: Datepicker issue

2009-08-26 Thread Cesar Sanz
Hi, Yo can always set the textfield readonly to avoid this. - Original Message - From: "MorningZ" To: "jQuery (English)" Sent: Wednesday, August 26, 2009 7:29 AM Subject: [jQuery] Re: Datepicker issue "to me it seems wierd or inconsistant that the datepicker won't allow you to pi

[jQuery] Re: focus() killed by return false;

2009-08-26 Thread Cesar Sanz
how many inputs with .focus class do you have? more than one? If so, you are trying to put focus to all of then, which is imposible.. @hector is right. - Original Message - From: Hector Virgen To: jquery-en@googlegroups.com Sent: Wednesday, August 26, 2009 10:16 AM Subject: [j

[jQuery] Re: Asp.net AJAX form

2009-08-26 Thread Cesar Sanz
$.post.. or event better using the form plugin http://malsup.com/jquery/form/ - Original Message - From: k-one fathi To: jquery-en@googlegroups.com Sent: Wednesday, August 26, 2009 12:07 AM Subject: [jQuery] Re: Asp.net AJAX form I want to submit the form via AJAX ,in asp.n

[jQuery] Re: How to cancel an AJAX request?

2009-08-26 Thread Cesar Sanz
Why to re-invent the wheel? - Original Message - From: Hector Virgen To: jquery-en@googlegroups.com Sent: Wednesday, August 26, 2009 9:43 AM Subject: [jQuery] Re: How to cancel an AJAX request? Thanks, Rupak, but I was hoping to be able to accomplish this without a plugin.

[jQuery] Re: $.inArray optimisation

2009-08-24 Thread Cesar Sanz
Does it works for every browser? - Original Message - From: "gurdiga" To: "jQuery (English)" Sent: Sunday, August 23, 2009 1:07 PM Subject: [jQuery] $.inArray optimisation Hello, The $.inArray function is defined in http://jqueryjs.googlecode.com/svn/trunk/jquery/src/core.js a

[jQuery] Re: Get inner class of event

2009-08-24 Thread Cesar Sanz
Sometimes it is good for us if you explain your solution.. - Original Message - From: "Liam Potter" To: Sent: Friday, August 21, 2009 4:16 AM Subject: [jQuery] Re: Get inner class of event This happens to me quite often, so do what I do, write the group post, but don't send it,

[jQuery] Re: Simple Plugin for jQuery

2009-08-20 Thread Cesar Sanz
instead, it must to be something like $.makemailto({opts}) read this http://snook.ca/archives/javascript/jquery_plugin/ - Original Message - From: "ElJayWilson" To: "jQuery (English)" Sent: Wednesday, August 19, 2009 1:54 PM Subject: [jQuery] Simple Plugin for jQuery I am trying

[jQuery] Re: Asp.net AJAX form

2009-08-18 Thread Cesar Sanz
when ajax request starts use $.ajaxStart(function(){ $("div.containing.image").show(); }); when ajax request stops use: $.ajaxStop(function(){ $("div.containing.image").hide(); }); - Original Message - From: "K1" To: "jQuery (English)" Sent: Tuesday, August 18, 2009 3:44 AM S

[jQuery] Re: best table plugin for large tables?

2009-08-18 Thread Cesar Sanz
mmm.. don't you think is too much data to render... maybe you can paginate in the server +jqGrid - Original Message - From: Charlie To: jquery-en@googlegroups.com Sent: Tuesday, August 18, 2009 5:03 AM Subject: [jQuery] Re: best table plugin for large tables? take a look

[jQuery] Re: Timeout

2009-08-18 Thread Cesar Sanz
check this out http://plugins.jquery.com/project/timers - Original Message - From: "James" To: "jQuery (English)" Sent: Monday, August 17, 2009 1:35 PM Subject: [jQuery] Re: Timeout http://www.w3schools.com/js/js_timing.asp Depending on how you define "inactive" (e.g. no mouse mo

[jQuery] Re: how do I hide an element after my function completes

2009-08-18 Thread Cesar Sanz
use $.ajaxStart and $.ajaxStop for showing/hiding your loader - Original Message - From: "brian" To: Sent: Sunday, August 16, 2009 12:17 PM Subject: [jQuery] Re: how do I hide an element after my function completes Use the 3rd param of $.get() $(function() { $(".pagination a").

[jQuery] Re: Hello

2009-08-17 Thread Cesar Sanz
+1 www.jsbin.com - Original Message - From: "Liam Potter" To: Sent: Friday, August 14, 2009 2:44 AM Subject: [jQuery] Re: Hello We need to see your code, goto http://www.jsbin.com, select the jquery library to include, paste your javascript and your html, then send us the link

[jQuery] Re: Attribute selection not working in MSIE; eg $("input[name=name]").val()

2009-08-07 Thread Cesar Sanz
mmm.. $(document).ready(function(){ var x = $("input[name=name]").val(); window.alert(x); }); Works for me in IE 7 When you say "no results", do you mean, an error?? or just that $("input[name=name]").val() is returning an empty string?? - Original Message - From: "V" To: "j

[jQuery] Re: Make event happen after a certain amount of time has passed.

2009-08-07 Thread Cesar Sanz
check this out http://plugins.jquery.com/project/timers - Original Message - From: "James" To: "jQuery (English)" Sent: Thursday, August 06, 2009 4:19 PM Subject: [jQuery] Re: Make event happen after a certain amount of time has passed. Then you can do something like this: Have

[jQuery] Re: Attribute selection not working in MSIE; eg $("input[name=name]").val()

2009-08-06 Thread Cesar Sanz
Can you show us your code? this issue is in IE6, IE7 or IE8? - Original Message - From: "V" To: "jQuery (English)" Sent: Thursday, August 06, 2009 4:21 AM Subject: [jQuery] Attribute selection not working in MSIE; eg $("input[name=name]").val() Just when you think you made some

[jQuery] Re: Global AJAX events, not working?

2009-08-05 Thread Cesar Sanz
Check the height/width of the #loading element maybe it is collapsed,so, you cannot view it - Original Message - From: "Julijan Andjelic" To: "jQuery (English)" Sent: Wednesday, August 05, 2009 9:00 AM Subject: [jQuery] Global AJAX events, not working? I've tried like this: $("

[jQuery] Re: xpath not returning objects

2009-08-05 Thread Cesar Sanz
the @ symbol is no longer needed - Original Message - From: "Old Orange Juice" To: "jQuery (English)" Sent: Wednesday, August 05, 2009 7:21 AM Subject: [jQuery] Re: xpath not returning objects IF that's the case, http://docs.jquery.com/DOM/Traversing/Selectors#Using_CSS_and_XPath

[jQuery] Re: getting the height of some div (which contains p having some margin defined)

2009-08-05 Thread Cesar Sanz
$("div").height() ??? - Original Message - From: "ZedroS" To: "jQuery (English)" Sent: Wednesday, August 05, 2009 5:02 AM Subject: [jQuery] getting the height of some div (which contains p having some margin defined) Hi I would like to get the height of a div. This div contai

[jQuery] Re: Custom Attributes - Beginner tip

2009-08-05 Thread Cesar Sanz
What happens with custom attributes regarding the strict XHTML format? - Original Message - From: "Rick Faircloth" To: Sent: Wednesday, August 05, 2009 5:12 AM Subject: [jQuery] Re: Custom Attributes - Beginner tip Thanks for the tip! -Original Message- From: jquery-en@g

[jQuery] Re: replaceWith()

2009-08-05 Thread Cesar Sanz
@ProfCrazyHorse: Your solution seems simple.. why to change something that is working fine? - Original Message - From: Charlie To: jquery-en@googlegroups.com Sent: Wednesday, August 05, 2009 6:38 AM Subject: [jQuery] Re: replaceWith() there are lots of ways in jQuery to cr

[jQuery] Re: hide() does not hide span in IE, but does in FF

2009-08-05 Thread Cesar Sanz
I will suggest you, that instead of pasting all your code (which ALMOST nobody reads) you put a demo in http://www.jsbin.com - Original Message - From: Charlie To: jquery-en@googlegroups.com Sent: Wednesday, August 05, 2009 6:00 AM Subject: [jQuery] Re: hide() does not hide s

[jQuery] Re: html() does unexpected escaping:

2009-08-04 Thread Cesar Sanz
which one is scaped?? I see that src and class, both has "" - Original Message - From: "mikerobi" To: "jQuery (English)" Sent: Tuesday, August 04, 2009 9:18 AM Subject: [jQuery] html() does unexpected escaping: In the following example: the src attribute is escaped but not the c

[jQuery] Re: How to access an iFrame ID from within

2009-08-04 Thread Cesar Sanz
Can you formulate your question a little better ?? - Original Message - From: "Tommy1402" To: "jQuery (English)" Sent: Monday, August 03, 2009 12:22 AM Subject: [jQuery] How to access an iFrame ID from within Sorry if report I have an iFrame it loads a content, how can I

[jQuery] Re: Looking for expand/collapse tree directory navigation

2009-08-03 Thread Cesar Sanz
Search in google for dynatree. - Original Message - From: Anoop kumar V To: jquery-en@googlegroups.com Sent: Sunday, July 26, 2009 1:34 AM Subject: [jQuery] Re: Looking for expand/collapse tree directory navigation Would this work for you? http://jquery.bassistance.de/tr

[jQuery] Re: Looking for a Good JavaScript Editor that Supports JQuery

2009-08-03 Thread Cesar Sanz
+1 Aptana - Original Message - From: "InVmedia" To: "jQuery (English)" Sent: Monday, August 03, 2009 2:37 AM Subject: [jQuery] Re: Looking for a Good JavaScript Editor that Supports JQuery Komodo Edit, for sure. http://www.activestate.com/komodo/downloads/ Comes built in with a

[jQuery] Re: Simple calculation

2009-07-30 Thread Cesar Sanz
What?? Math science is exact... Can you provide your script? - Original Message - From: "kalyan Chatterjee" To: "jQuery (English)" Sent: Thursday, July 30, 2009 12:32 PM Subject: [jQuery] Simple calculation Hi Everyone, I am just trying to do a simple calculation - like 1440

[jQuery] Re: POST data not being sent

2009-07-29 Thread Cesar Sanz
s Regards - Original Message - From: "shaf" To: "jQuery (English)" Sent: Wednesday, July 29, 2009 11:48 AM Subject: [jQuery] Re: POST data not being sent Ok guys, thats for the advice and replies. Cesar, if thats how you construct a GET string how would I cons

[jQuery] Re: POST data not being sent

2009-07-29 Thread Cesar Sanz
Hello pal, take a look at your code, do you see any strange?? Oh, yes... url: url: _HOMEDIR+"send?"+str <-- here you are building your query string, so jquery send it as a GET instead of POST $.ajax({ type: "POST", async: false, url: _HOMEDIR+"send?"+str, dataType: "json", beforeSend: functio

[jQuery] Re: My messages don't show?

2009-07-27 Thread Cesar Sanz
I takes about 3 hrs to display your first message. dunno why - Original Message - From: "Jon Jackson" To: Sent: Sunday, July 26, 2009 5:23 AM Subject: [jQuery] My messages don't show? What could I be doing wrong? I've joined the group, posted a message (tried it twice)... but it

[jQuery] Re: extend an Object

2009-07-23 Thread Cesar Sanz
$ = jQuery It is an alias - Original Message - From: "jeanluca" To: "jQuery (English)" Sent: Thursday, July 23, 2009 4:26 AM Subject: [jQuery] Re: extend an Object I just noticed that $ and the jQuery object are the same thing!! On Jul 23, 10:27 am, jeanluca wrote: thats exact

[jQuery] Re: [Plugins] New plugin - jqswfupload

2009-07-23 Thread Cesar Sanz
Very nice man!! Thanks for your contribution. - Original Message - From: "alexanmtz" To: "jQuery (English)" Sent: Thursday, July 23, 2009 1:19 PM Subject: [jQuery] [Plugins] New plugin - jqswfupload Hello everyone, I would like to announce the jqswfupload plugin: http://jqswfu

[jQuery] Re: JQuery Message with Validate Plugin

2009-07-22 Thread Cesar Sanz
Hello Check out this demo http://jquery.bassistance.de/validate/demo/marketo/ - Original Message - From: "pocket" To: "jQuery (English)" Sent: Sunday, July 19, 2009 11:00 AM Subject: [jQuery] JQuery Message with Validate Plugin I am currently using the validate plugin and I need

[jQuery] Re: Replace div with another div

2009-07-21 Thread Cesar Sanz
It is always a good idea to put the way you achieve your results.. Maybe other people is looking the same as you.. We must to learn not being so selfish! - Original Message - From: "expresso" To: "jQuery (English)" Sent: Thursday, July 02, 2009 8:52 PM Subject: [jQuery] Re: Replace

[jQuery] Re: Input that allows only numbers.

2009-07-17 Thread Cesar Sanz
try this http://www.texotela.co.uk/code/jquery/numeric/ - Original Message - From: "Caio Landau" To: "jQuery (English)" Sent: Friday, July 17, 2009 9:45 AM Subject: [jQuery] Re: Input that allows only numbers. So let me get it, key's code numbered between (and including) 48 and 57

[jQuery] Re: ajaxStart() ajaxStop() problem

2009-07-17 Thread Cesar Sanz
Maybe the ajax in not firing again... Have you checked the ajax calls with firebug? besides, are you using IE for this? Think IE catch ajax calls when using $.get or $.load .. try $.post or $.ajax - Original Message - From: "Jedrin" To: "jQuery (English)" Sent: Thursday, July 09, 2

[jQuery] Re: addclass() only works with the first of the matched divs

2009-07-16 Thread Cesar Sanz
Id must to be unique. So, jQuery just find one element with the specified Id, try to make id uniques - Original Message - From: "Alexandre" To: "jQuery (English)" Sent: Thursday, July 16, 2009 3:40 PM Subject: [jQuery] addclass() only works with the first of the matched divs Hi,

[jQuery] Re: Disabling Button in jQuery HTML Form Plugin

2009-07-16 Thread Cesar Sanz
you can check the message in the onclick event... - Original Message - From: "icuucme" To: "jQuery (English)" Sent: Thursday, July 16, 2009 4:37 PM Subject: [jQuery] Re: Disabling Button in jQuery HTML Form Plugin still looking for help with this...thanks On Jul 8, 1:36 pm, icuuc

[jQuery] Re: Attaching a jQuery event to a dropdown in an ASP.net Repeater?

2009-07-16 Thread Cesar Sanz
Hi.. When working with ASP.NET controllers I always see the hltml code generated because I can figure out where to inject my jquery code. - Original Message - From: "Dunc" To: "jQuery (English)" Sent: Thursday, July 16, 2009 8:28 AM Subject: [jQuery] Attaching a jQuery event to a

[jQuery] Re: trigger click on an anchor

2009-07-13 Thread Cesar Sanz
"trigger" fires inmediatly the event. $('#clickme').click(function()) binds an event to the element. Both are different.. Just test it.. I must work. Best regards - Original Message - From: "pedalpete" To: "jQuery (English)" Sent: Monday, July 13, 2009 9:55 AM Subject: [jQue

[jQuery] Re: document.ready - how to make sure all js is loaded?

2009-07-13 Thread Cesar Sanz
There is no chance that it occurs.. js are loaded in order.. jQuery(document).ready() start executing when DOM is ready BUT, if js are placed above this line of code, js will be loaded first.. - Original Message - From: "Lauri B." To: "jQuery (English)" Sent: Monday, July 13, 2009

[jQuery] Re: jQuery on IE

2009-07-09 Thread Cesar Sanz
Maybe you are not including jquery before $(document) also try $(function(){ var nome = ""; var pos = ""; var html = document.createElement("div"); $(html).attr("id", "submenu"); }); - Original Message - From: Paulo Henrique To: jquery-en@googlegroups.com

[jQuery] Re: Access by item in the array

2009-07-09 Thread Cesar Sanz
Oh men.. C'mon!! threads are supposed to be to help people out.. If you want to fight, do it in private... cuz there is a lot of people that may be interested in this topic too and will find no help in your discussion... Don't be so selfish - Original Message - From: "expresso" To

[jQuery] Re: Cannot disable div

2009-07-08 Thread Cesar Sanz
How come is that you want to disable a div?? Do you mean, block the content inside div? - Original Message - From: "BaBna" To: "jQuery (English)" Sent: Wednesday, July 08, 2009 9:28 AM Subject: [jQuery] Re: Cannot disable div Maybe because there is no disabled property for DIV?

[jQuery] Re: jQuery - Ajax and Load question

2009-07-07 Thread Cesar Sanz
$.get and $.post are convenient methods They both utilize $.ajax internally - Original Message - From: "Glazz" To: "jQuery (English)" Sent: Tuesday, July 07, 2009 4:12 PM Subject: [jQuery] Re: jQuery - Ajax and Load question Thanks for the quick replies, using $.get i can do what

[jQuery] Re: How long does it take to download jquery?

2009-07-07 Thread Cesar Sanz
hmm.. Very subjetive question.. Having a 1 Mb internet connection... it will be a breeze... - Original Message - From: "MorningZ" To: "jQuery (English)" Sent: Tuesday, July 07, 2009 1:56 PM Subject: [jQuery] Re: How long does it take to download jquery? I'm not sure how you feel

[jQuery] Re: long paragraph - hide some of it and show all on click

2009-07-07 Thread Cesar Sanz
Check this out pal http://jsbin.com/ifaha Put in a the text to hide e.g Quisque eget tellus ut justo volutpat placerat. Vivamus congue lacus sed ante luctus ac dictum felis fermentum. Etiam vel adipiscing leo. Integer tortor justo, volutpat non ullamcorper and then hide it with

[jQuery] Re: Determine content type in $.post callback

2009-07-07 Thread Cesar Sanz
Well, All I have to say is that you must to be aware of what kind of result type are you specting from your back end system. - Original Message - From: "dnagir" To: "jQuery (English)" Sent: Tuesday, July 07, 2009 7:44 AM Subject: [jQuery] Re: Determine content type in $.post callb

[jQuery] Re: how to change 2,5 to 2,50 ?

2009-07-07 Thread Cesar Sanz
Massimos' Number.prototype.padRight = function (fill) { var v = this.toString().split('.'), d = v[1] || ''; return (v[0] || '0') + '.' + d + fill.substr(d.length); } Very elegant solution!! - Original Message - From: "Giovanni Battista Lenoci" To: Sent: Tuesday, July 07, 2009

[jQuery] Re: Search Functionality in DataGrid

2009-07-07 Thread Cesar Sanz
Which back end technology do you know? Asp, Asp.net, java.. ? - Original Message - From: "jazz" To: "jQuery (English)" Sent: Tuesday, July 07, 2009 3:54 AM Subject: [jQuery] Search Functionality in DataGrid Hi Folks, I want search functionality in the grid..i found one link bu

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8

2009-07-07 Thread Cesar Sanz
king. It still gives me the same result. The form does not post. It is just that the button gets disabled after click. Wonder why it works properly in Firefox and Chrome but not in IE.. :( Please help. ~Amit On Jul 6, 2:14 pm, "Cesar Sanz" wrote: try .attr('disabled', 'dis

[jQuery] Re: Join several JS scripts into one big file to lower http request

2009-07-06 Thread Cesar Sanz
Hi there, How do you packed them? try http://developer.yahoo.com/yui/compressor/ - Original Message - From: "AndyPSV" To: "jQuery (English)" Sent: Wednesday, July 01, 2009 11:33 AM Subject: [jQuery] Join several JS scripts into one big file to lower http request I've got on s

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8

2009-07-06 Thread Cesar Sanz
try .attr('disabled', 'disabled') instead of .attr('disabled', 'true') - Original Message - From: "Amit" To: "jQuery (English)" Sent: Monday, July 06, 2009 10:50 AM Subject: [jQuery] DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8 Hello there, I am using Drupal fo

[jQuery] Re: Need help on How to load content via AJAX in jQuery

2009-07-03 Thread Cesar Sanz
Hello. I see you succed retrieving data using ajax, Which is the problem? - Original Message - From: "Erik R. Peterson" To: Sent: Friday, July 03, 2009 2:48 PM Subject: [jQuery] Need help on How to load content via AJAX in jQuery I found this script: http://yensdesign.com/2008

[jQuery] Re: $("#datepicker").datepicker is not a function

2009-07-03 Thread Cesar Sanz
Make jure your datepicke script is loaded first in your browser.. You can use firebug to see if the script is laoded correctly - Original Message - From: Charlie To: jquery-en@googlegroups.com Sent: Thursday, July 02, 2009 12:00 PM Subject: [jQuery] Re: $("#datepicker").datepi

[jQuery] Re: 2 different ways of doing the same thing?

2009-07-03 Thread Cesar Sanz
Did you test your two solutions? Does the same thing? - Original Message - From: "expresso" To: "jQuery (English)" Sent: Thursday, July 02, 2009 10:11 AM Subject: [jQuery] 2 different ways of doing the same thing? Would this not be 2 different ways to do the same thing? $('inpu

[jQuery] Re: Problem accessing external iframe form values

2009-07-03 Thread Cesar Sanz
if you know the ids of the elements you want to auto-fill you can try this $("iframe").contents().find("#element_id").val("hello"); Slts. - Original Message - From: "James" To: "jQuery (English)" Sent: Wednesday, July 01, 2009 12:17 PM Subject: [jQuery] Re: Problem accessing externa

[jQuery] Re: How 2 Find Control

2009-07-03 Thread Cesar Sanz
Hello, suppose this markup just do $("div#div_id input:text") to retrieve an array containing all the inputs and you are done then, if you want to iterate it do $("div#div_id input:text").each(function(){ window.alert($(this).val()); }); Regards - Original Message -

[jQuery] Re: Selectors question

2009-07-03 Thread Cesar Sanz
I have not found another way to retrieve information from an iframe. BTW, I see no problem using that sintax - Original Message - From: "smokinguns" To: "jQuery (English)" Sent: Thursday, July 02, 2009 3:07 PM Subject: [jQuery] Selectors question Hey all, I'm new to jQuery and

[jQuery] Re: check/uncheck all checkboxes with specific id

2009-07-01 Thread Cesar Sanz
Hi, Charlie solution is very elegant $("input[id^='chkEvent']").attr("checked","checked"); But I agree that you must use a class in your markup, so it it's the easier way regards - Original Message - From: Charlie To: jquery-en@googlegroups.com Sent: Tuesday, June 30, 2009 1:

[jQuery] Re: checkboxTree Plugin

2009-07-01 Thread Cesar Sanz
Good to know that there is a plugin for this..!! - Original Message - From: "Matt W." To: "jQuery (English)" Sent: Wednesday, July 01, 2009 8:30 AM Subject: [jQuery] checkboxTree Plugin Hello Everybody, I have rewritten and posted my jquery checkboxTree plugin that I originally

[jQuery] Re: select random div

2009-06-30 Thread Cesar Sanz
As the returned html is not yet part of the document until you append it, you cannot use jquery to parse it. You will need to parse the string returned by the server, or append to a div and then make all your stuffs.. - Original Message - From: "zendog74" To: "jQuery (English)"

[jQuery] Re: Upload Image

2009-06-30 Thread Cesar Sanz
Please visit http://www.phpletter.com/Demo/AjaxFileUpload-Demo/ Regards - Original Message - From: "Sri" To: "jQuery (English)" Sent: Tuesday, June 30, 2009 9:35 AM Subject: [jQuery] Upload Image Hi Friends, can we upload image from clientside using jquery. Please give sugge

[jQuery] Re: new plugin, gzoom v.0.1 magnifier

2009-06-30 Thread Cesar Sanz
Very elegant, congrats and thanks for your contribution - Original Message - From: "Giovanni Battista Lenoci" To: Sent: Tuesday, June 30, 2009 8:52 AM Subject: [jQuery] new plugin, gzoom v.0.1 magnifier Hi, I wrote my first plugin, you can find it here: http://lab.gianiaz.com/jq

[jQuery] Re: ul.nav a VS. .nav li > a

2009-06-30 Thread Cesar Sanz
".nav li a" is very different to ".nav li > a" in the second statement (".nav li > a") only the anchors that are direct descendant of "li" elements will be chosen in the first statement (".nav li a" ) every anchor will be picked, direct or indirect descendant - Original Message - F

[jQuery] Re: Accessing window DOM through jQuery Core - can't get it to work

2009-06-30 Thread Cesar Sanz
Hi, When you open a window with window.open you are creating a totaly new document so, you cannot manipulate it from your first window. Sorry. - Original Message - From: "mkmanning" To: "jQuery (English)" Sent: Wednesday, June 24, 2009 10:04 PM Subject: [jQuery] Re: Accessing wind

[jQuery] Re: .get() failing

2009-06-30 Thread Cesar Sanz
Hello, If you want to get files from another domain different than yours, it will fails ever.. Security issue.. - Original Message - From: "jhm" To: "jQuery (English)" Sent: Sunday, June 28, 2009 9:42 AM Subject: [jQuery] Re: .get() failing Thank you. That explains it very wel

[jQuery] Re: (Validate) multiple groups of checkboxes

2009-06-30 Thread Cesar Sanz
Hello there.. You can check the num of checked elements $(":selected").count() You can do this for every group you have. Do yo have any working sample to show? - Original Message - From: "Maged Makled" To: "jQuery (English)" Sent: Monday, June 29, 2009 11:16 AM Subject: [jQuery

[jQuery] Re: jquery tabs (ajax tabs with a form submit)

2009-06-30 Thread Cesar Sanz
Hi, You are posting to the wrong group. There is a group for jquery.ui where you can get faster answers http://groups.google.com/group/jquery-ui?hl=en Best Regards - Original Message - From: "psycho_gamer" To: "jQuery (English)" Sent: Tuesday, June 23, 2009 5:30 PM Subject: [jQ

[jQuery] Re: JQuery & Cookies

2009-06-30 Thread Cesar Sanz
Hi there, There is a plugin for that.. Check this out http://plugins.jquery.com/project/Cookie Regards - Original Message - From: "craigeves" To: "jQuery (English)" Sent: Tuesday, June 30, 2009 2:36 AM Subject: [jQuery] JQuery & Cookies I would like to apply a cookie to this s

[jQuery] Re: Selecting the first of two td's in a tr

2009-06-30 Thread Cesar Sanz
Great to follow this thread... Very concise and elegant jQuery code!! thanks - Original Message - From: Charlie To: jquery-en@googlegroups.com Sent: Wednesday, June 24, 2009 1:02 PM Subject: [jQuery] Re: Selecting the first of two td's in a tr actually i learned how to ad

[jQuery] Re: jquery ajax

2009-06-24 Thread Cesar Sanz
I can't see the reason to not - Original Message - From: "gigamike" To: "jQuery (English)" Sent: Wednesday, June 24, 2009 1:58 AM Subject: [jQuery] jquery ajax Hi, Is it possible to call a http url for ajax query i.e. $(document).ready(function(){ $.ajax({ type: "GET", ur

[jQuery] Re: Rond Corners Question....

2009-06-24 Thread Cesar Sanz
Corners Plugin? AFIK it works with the most used browsers - Original Message - From: "Erik R. Peterson" To: Sent: Tuesday, June 23, 2009 12:15 PM Subject: [jQuery] Rond Corners Question Hi Guys! Is the Round Corners script with Jquery worth using? Does it really work wit

[jQuery] Re: how to ask questions

2009-06-24 Thread Cesar Sanz
Take it easy man... We all read all the posts, maybe no one knows what you are asking for. But, tell me what is your question, maybe I can study it a little further.. Regards - Original Message - From: "shaded" To: "jQuery (English)" Sent: Wednesday, June 24, 2009 9:10 AM Subject:

[jQuery] Re: dataset load

2009-06-22 Thread Cesar Sanz
jQuery(document).read(...); this just ensure all dom is completed loaded, so doesn't wait to images, etc to be in the document. You can make your ajax call here. - Original Message - From: "GRaC" To: "jQuery (English)" Sent: Monday, June 22, 2009 10:10 AM Subject: [jQuery] dataset

[jQuery] Re: Click events handling conflict due to prototype?

2009-06-22 Thread Cesar Sanz
Use jQuery and not $ - Original Message - From: "Steve the Canuck" To: "jQuery (English)" Sent: Monday, June 22, 2009 10:34 AM Subject: [jQuery] Re: Click events handling conflict due to prototype? Btw... I do have a workaround - register my click event on something outside the tabl

[jQuery] Re: jquery-ui dialog and ajax issues updating from 1.2.6 to 1.3.2

2009-06-22 Thread Cesar Sanz
I had the problem too.. You must to update jquery and ui too - Original Message - From: "James" To: "jQuery (English)" Sent: Monday, June 22, 2009 12:18 PM Subject: [jQuery] Re: jquery-ui dialog and ajax issues updating from 1.2.6 to 1.3.2 When you update jQuery to 1.3+ from an ol