[jQuery] still confused, but a little more organised

2008-02-09 Thread [EMAIL PROTECTED]
About a week ago, I volunteered to blog my efforts at learning jQuery - I seem to be finding it more troublesome than most beginners! Some of you were encouraging (thank you VERY much!) but you all said it made a confusing read. Well, to an extent I can't fix that because the author *is* confused

[jQuery] ui tabs, more different tab styles

2008-02-09 Thread proker
How to implement different tab styles (css) on one page with UI Tabs?

[jQuery] document.getSelection() and FireFox 2.0.0.11

2008-02-09 Thread saidbakr
Hi, The following code doesn't work with FireFox. It works fine with MSIE 7. This message was generated from error consol: Deprecated method document.getSelection() called. Please use window.getSelection() instead. The code : function chkAva(lnk,id){ el = document.getElementById(id).value; if (

[jQuery] Re: Is it possible to send javascript vars TO a jquery function??

2008-02-09 Thread [EMAIL PROTECTED]
On Feb 9, 11:43 am, cbmtrx <[EMAIL PROTECTED]> wrote: > Thanks lihao. > > Actually, there are cases when there would be more than one "newdiv" > following an "olddiv"...which means that the jquery .next identifier > wouldn't always work. ie: It's not a 1:1 ratio. So I've been trying to > find the

[jQuery] jquery tablesorter 2.0.1 with tr in thead

2008-02-09 Thread Scott
I have a complex table header that contains multiple elements in the . An example is at http://donpoo.net/jquery/. The table renders okay but sorting doesn't work correctly. Clicking on the "Latency (ms)" column in the "Totals" group results in the column "Ops/ s" in the "Read" group to get sorte

[jQuery] say goodbye to sifr

2008-02-09 Thread schnuck
http://www.appleinsider.com/articles/08/02/07/apples_safari_3_1_to_support_downloadable_web_fonts_more.html

[jQuery] ajax file uploads: getting strange error

2008-02-09 Thread [EMAIL PROTECTED]
Hi, I just downloaded the latest version of the ajax file upload plugin (http://www.phpletter.com/Demo/AjaxFileUpload-Demo/). I have created a test page http://elearningrd.info/test.php but every time I upload a file, the error callback is invoked and the message "Syntax error: Invalid label"

[jQuery] Re: Is there a feature as addID like addClass in jQuery?

2008-02-09 Thread Charles K. Clarkson
mtest wrote: : How I can add ID like I add class by function addClass? You can't. IDs are one-to-one relationships with their tags. addClass adds a class to a tag which may already have another class. Each tag can have many classes. An addID method would allow more than one ID per tag,

[jQuery] Re: Problems with "frames"

2008-02-09 Thread Jake McGraw
This is the page: http://ideamill.synaptrixgroup.com/?page_id=18 So, you're doing your development off of a web server? Perhaps you could install either an XAMPP or LAMP environment on your machine? - jake On Feb 8, 2008 4:06 AM, Androrion <[EMAIL PROTECTED]> wrote: > > > Could you explain me

[jQuery] Re: Is it possible to send javascript vars TO a jquery function??

2008-02-09 Thread timothytoe
Just what is a jQuery collection that we pass along into jQuery? I feel like I'm missing something to be able to use jQuery for my own data. On Feb 9, 8:43 am, cbmtrx <[EMAIL PROTECTED]> wrote: > Thanks lihao. > > Actually, there are cases when there would be more than one "newdiv" > following an

[jQuery] Re: Is it possible to send javascript vars TO a jquery function??

2008-02-09 Thread cbmtrx
Thanks lihao. Actually, there are cases when there would be more than one "newdiv" following an "olddiv"...which means that the jquery .next identifier wouldn't always work. ie: It's not a 1:1 ratio. So I've been trying to find the most simple&elegant solution, without resorting to the old javasc

[jQuery] Count rows with FlyDOM

2008-02-09 Thread [EMAIL PROTECTED]
Hi there, is there any chance to create multiple rows of a table in a for to have rows counted and the id# appended to the input element name? Has anyone tried to achieve this?

[jQuery] Re: Use jQuery after a jQuery load

2008-02-09 Thread fufolewe
Hello, thanks a lot for the hint! It works !! (I used the Live Query Plugin) But i still have one problem which doens't work with: I also work with the Thickbox plugin (http://jquery.com/demo/ thickbox/). I'm able to load some pictures inside a div field - no prob- but thickbox doens't work any

[jQuery] Re: jQuery form plugin error with examples.

2008-02-09 Thread Sathyakumar
Ok, Please discard this post. Errors had been totally due to my own oversight :-((. -Sathya Sathyakumar wrote: > > Hi, > I am using jQuery 1.2 with form plugin. Am new to jQuery, so bear with me > if the doubt sounds silly. I was trying out the first example in the form > plugin > > > My

[jQuery] Re: jQuery form plugin error with examples.

2008-02-09 Thread Sathyakumar
Ok, I started using jQuery1.1 and it started working . But now I'm facing a different problem that the example doesnt work as prescribed. I created two options beforeSubmit: showRequest, success: showResponse. But these two functions dont seem to get called. I am not able to get around this pr

[jQuery] Using $ symbol to access jQuery function

2008-02-09 Thread Sathyakumar
Hi, I am not sure What I'm doing wrong, but accessing jQuery function using a $ symbol doesn't work. For example, ${document}.ready(function() gives me an error "missing ; before statement". The same works when I use jQuery(document).read(function() I've tried both JQuery1.2 and 1.1 Reg

[jQuery] Plugin-Request: Boxover?

2008-02-09 Thread Christian Vogt
Hey guys, iam using a great piece of JavaScript-Code from time to time, its named "BoxOver" and is a ToolTip-Script for JavaScript which can be found here: http://boxover.swazz.org, some examples: http://boxover.swazz.org/example.html . I've searched for a similar Plugin for jQuery, but nothing

[jQuery] serializeArray() function and select tags

2008-02-09 Thread Bernard
hey fellow jQuery-ers, I've noticed this small thing using the serializeArray() on a form. consider the following html: add edit whatever it has a simple form with a select tag. nothing fancy here. I want to serialize the form's input values so I do this in

[jQuery] Re: Is it possible to send javascript vars TO a jquery function??

2008-02-09 Thread [EMAIL PROTECTED]
On Feb 8, 4:08 pm, cbmtrx <[EMAIL PROTECTED]> wrote: > OK, I'll need to look into this click event. If it's worth rewriting > (because the original degrades poorly) then I'll probably do it this > way. > > Was hoping jquery would simplify!! :/ For your sample code, you don't need that javascript

[jQuery] jQuery form plugin error with examples.

2008-02-09 Thread Sathyakumar
Hi, I am using jQuery 1.2 with form plugin. Am new to jQuery, so bear with me if the doubt sounds silly. I was trying out the first example in the form plugin My Html code goes something like this .Rest of the code containing form data And my common.js reads jQuery(document).r

[jQuery] [validate] changing the error default position

2008-02-09 Thread Sebastián Würtz
How i can change the default position of one element when i get one error? I want the error dosnt appear appened to the checkbox. [ ] I accept the rules with error: [ ] You must accept thisI accept the rules

[jQuery] Re: getting elements tag type

2008-02-09 Thread Karl Swedberg
On Feb 9, 2008, at 7:57 AM, Eridius wrote: now lets say the i have this var element = $('#input_element'); is there a way i get get what type of html element this element is(in the case it would be a input tag)? sure. try this: element[0].nodeName --Karl _ Karl Swedbe

[jQuery] getting elements tag type

2008-02-09 Thread Eridius
now lets say the i have this var element = $('#input_element'); is there a way i get get what type of html element this element is(in the case it would be a input tag)? -- View this message in context: http://www.nabble.com/getting-elements-tag-type-tp15371435s27240p15371435.html Sent from th