Works fine!
Thanks!! :o)
On 21 nov, 15:29, mofle wrote:
> Here you go:
>
> $(document).click(function(){
> alert('clicked outside classname');
>
> });
>
> $('.classname').click(function(e){
> e.stopPropagation();
>
> });
>
> First you bind a click event to the document with the a
plz i am a newbie in web desinging and i came across superfish cos i
have been looking for a way of installing or adding a dropdown menu in
my website, so can you help me with a detailed solution to how i can
successfully install superfish on my website?
Hi everybody!
I have a little problem using latest jquery (1.3.2): in a page I have
some hidden tables with display:none, and if I make them visible for
example using the slideDown animation with jquery, some attributes of
the tables' rows get lost. For example, all colspans are completely
ignored
Works like a charm! Thanks!
Olaf wrote:
>
> Julesfrog schrieb:
>
>> Now my question. At this point, the button disappears only when the user
>> hit
>> the 500 mark. I would like it to disappear and stay invisible when the
>> user
>> reaches the 500 mark and anything below. I think it's got to
When I bring up my website that has the Jquery code in it I get a
information bar at the top of IE 8 saying it blocked this webpage from
running scripts or Active X controls that could access my computer I
then click it for more info and then I can click allow blocked
content. How do I make this go
I have a form with validation remote. The form is loaded through ajax
call. The remote validation works in Firefox, Opera and Chrome except
IE. When I run it on IE, I can not submit the form, it throws an
error:
Message: Object doesn't support this property or method
Line: 718
Char: 4
Code: 0
URI:
Hi,
I'm using this plugin and need to filter the date, but am having
difficulties. Do you know how I would sort dates in the format mm/
?
Thanks
I have a form with validation remote. The form is loaded through ajax
call. The remote validation works in Firefox, Opera and Chrome except
IE. When I run it on IE, I can not submit the form, it throws an
error:
Message: Object doesn't support this property or method
Line: 718
Char: 4
Code: 0
URI:
I have 2 servers, a front end and a backend. I cannot execute server
side scripts on the front end server. I need to get information from
a form and pass it to my backend server. I must use Ajax for this. I
am doing this with jQuery. I would like to store the form field
information in JSON for
Hello,
I am developing a website :
http://www.stonybrook.edu/lihj/LongIslandHistoryJournalStagingArea/index.html
Here, the index page has 4 tabs and i am using the
divTabFrame.load() function to load a page into a frame dynamically.
where divTabFrame is the "div
Hey all,
I was faced with a challenge of displaying, within a main container,
10 panels 147px sq that have background images positioned the opposite
of the panel position within the container. When a user was to click
one of these it grows over time so each edge of the panel reaches the
relative e
Hi All,
I tried a lots of way to validate a dynamic form. Validation is always
works with the element ID right?
Sometimes, it seems like the validation is working with the element
NAME. I give you this example.
[code=text]
Dynamic Form Validation
jQuery().ready(function(){
var json
Did you ever get this worked out?
Rick
-Original Message-
From: Westside [mailto:malik.robin...@gmail.com]
Sent: Friday, November 20, 2009 2:29 AM
To: jQuery (English)
Subject: [jQuery] JQuery and ColdFusion
Hi,
I'm trying to use ColdFusion and JQuery but I'm having some problems
sett
I wouldn't know what to suggest about the IE7 problem without seeing the
code in action. Do you have a test page I can look at?
-Mike
On Sun, Nov 22, 2009 at 4:45 PM, Rua wrote:
>
> Awesome thanks that works, but not in ie7?
>
>
> Michael Geary-3 wrote:
> >
> > If the word "anything" is just pa
You don't have to specify any params for parent(). Try this:
$(this).parent().hide();
if that doesn't work, try changing using css
$(this).parent().css('display', 'none');
Also check out jQuery UI (jqueryui.com), it has tabs and accordion
elements already made and ready to use.
You have to unbind the click event on the span. Here's what I did:
$("#categories").treeview().find('span.[your span class]').unbind
('click').click(); //replace [your span class] with the class of your
nodes. By default they are 'folder'
the +/- will still collapse and expand, but the label ()
On Sun, Nov 22, 2009 at 7:40 PM, Dave wrote:
> I want to disable the behavior of rolling over a link and having the
> title content display. I realize that removeAttr will do it. But that
> removes it form the DOM completely. And I will need it later.
>
> Is there a way to use disableDefault to ju
The removes the click event from folders
$("#treeview_id").treeview().find('span.folder').unbind('click');
If you want to add your own click event, here's how:
$("#treeview_id").treeview().find('span.folder').unbind('click').click
(function(){
//do something here
});
Oops--one change:
/* create unique name & id
*/
newElem.children('input:first')
.attr('name', 'foo')
.attr('id', 'foo')
.attr('value', '');
There's no sense giving it a name &
Awesome thanks that works, but not in ie7?
Michael Geary-3 wrote:
>
> If the word "anything" is just part of the text inside the div, then it
> doesn't have a DOM element (tag) of its own. This means you can't select
> it
> with a jQuery selector or any kind of DOM manipulation, and you can't
>
I want to disable the behavior of rolling over a link and having the
title content display. I realize that removeAttr will do it. But that
removes it form the DOM completely. And I will need it later.
Is there a way to use disableDefault to just not display the tool tip
on roll over? I don't seem
It seems like the plugin Live jQuery might be a good answer. Any
thoughts?
Lemme know
It looks the problem stems from non-unique IDs for your cloned
elements. So, the first thing to do is to get rid of those and use an
indexing method.
Title
Question:
I am a novice at jquery/javascript.
I am trying to use validate plugin and then make a ajax request with
post() and I am thoroughly confused by the submitHandler option
Here's what I have:
The html
// many form elements here using validate plugin
// where xxx.php is NOT what I w
Try this:
after: function(curr, next, opts) {
var alt = $(next).find('img').attr('alt');
$('#caption').html(alt);
}
On Nov 22, 12:12 am, Wroathe wrote:
> You're on the right track!!! I added an alt attribute to the
> first .featured-image and it displayed exactly where I wanted it!!!
> T
All,
I am new to using jQuery, but have been playing with it this weekend
and am stuck on one area which I have exhausted resources.
I have an index.html page which has three Tabs inside a DIV container.
The tab content is populated using Ajax and a seperate html file.
Hi All,
I am having a problem with jquery's .html method (and also append,
etc.).
I am using the jquery form plugin to upload images, which is working
fine. I am delivering a script response, which also works fine (.e.g.
a javascript alert is sent back as a script response and works fine).
But if
$("#categories").treeview().find('span.[insert your node classname
here]').unbind('click')
if you want to add your own onclick event:
$("#categories").treeview().find('span.[insert your node classname
here]').unbind('click').click(function(){
//do something
});
Hi,
I have two issues the following script.
1. The delete button will only delete the first form element. The rest
of the delete buttons do nothing.
2. The add button adds a new element after the first one. I need it to
add it at the end of the list (i.e. always last).
The jquery is:
//Add a ne
You can't split up a tag like that. Whatever you pass into functions like
prepend(), append(), or html() will be treated (if possible) as a complete
tag.
It would help to know *exactly* what result you are looking for. I'm
guessing you want to have it end up like this:
Hi all,
I would like on my web site one page where I can switch the themes (I
did it) but I would like also that the new choice change the layout of
ALL pages.
For the time being the other pages don't change !
the cookie 'jquery-ui-theme' should help to do that ?
All pages have the same header (m
Thanks guys, worked perfectly !
simplest case -- you can put just about any element into an LI, ,
floating your internal elements with 1/2 the width of the LI/UL they
are in will make 2 columns
Chris wrote:
How would you use Superfish to make a dropdown menu that contains
multiple columns of menu items?
Rick Faircloth schrieb:
What could possibly be the issue?
Your META are not closed:
http://olaf-bosch.de/
http://ohorn.info/
http://www.akitafreund.de/
---
Hi.
how about this.
for example onclick event.
$('a').click(function(){
??? ?? ? $('#status').addClass('avail').html(' ... ');
});
Aom.
Tristan wrote:
Hello, i have in my script something like that
$('#status').html('' + email + ' is OK');
instead of that i want to apply on my div sta
Assuming it's
$("#status").addClass("avail").html("" + email + " is OK");
On Nov 22, 9:06 am, Tristan wrote:
> Hello, i have in my script something like that
>
> $('#status').html(' width="16">' + email + ' is OK');
>
> instead of that i want to apply on my div status the class called
> 'avail'
Hello, i have in my script something like that
$('#status').html('' + email + ' is OK');
instead of that i want to apply on my div status the class called
'avail'
I know this is simple, but i'm stuck here.
Thanks for helping me.
Hi All
how does this test work. I've copied the demo test page (http://
docs.jquery.com/QUnit) and played with this function, but whatever I
do, it always prints 'test success':
ok( true, "test success" );
ok( false, "test success" );
It should behave identical to assertTrue, so I expect only to
Julesfrog schrieb:
Now my question. At this point, the button disappears only when the user hit
the 500 mark. I would like it to disappear and stay invisible when the user
reaches the 500 mark and anything below. I think it's got to do with this
line: if(jQuery(this).scrollTop() != 500) but I ju
39 matches
Mail list logo