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
How to implement different tab styles (css) on one page with UI Tabs?
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 (
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
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
http://www.appleinsider.com/articles/08/02/07/apples_safari_3_1_to_support_downloadable_web_fonts_more.html
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"
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,
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
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
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
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?
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
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
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo