On Jan 17, 10:32 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> All right, so after messing around with this i realize now that the
> "show" event fires when the tab is shown (read: clicked on a tab and
> then the content shows and then that event fires)
>
> So maybe this is more in a general jQuery on
Are you looking for the hoverintent plugin?
If that's not it, maybe you can describe more specifically what kind of
mouse behavior you're looking for.
-Mike
> From: withinreach
>
> But not the mouse hover meaning. More like levitation (grin)
> - think UFO 'hovering' over a house...
>
> Or m
But not the mouse hover meaning. More like levitation (grin) - think
UFO 'hovering' over a house...
Or more specifically, a swami/guru/magic person hovering in place with
slight up/down/left/right motion.
I am certain there's a loop or an interval, to keep things moving, and
a 'bounding box' (do
This doesn't directly address your question, but for rendering out HTML,
you might want to consider trimpath templates:
http://code.google.com/p/trimpath/wiki/JavaScriptTemplates
I use them for all kinds of HTML rendering. Then you can just create
regular HTML instead of cobbling together DO
Dan,
Thanks for getting in touch. Field looks like a great plugin, and does have
some interesting overlaps with the code I've been working on. They're quite
complimentary, in that my tabindex and keyboard-a11y plugins are designed to
work with DOM elements that aren't traditionally focusable, whil
It's reasonably easy to get it down to a zipcode. But beyond that I
don't think it's possible. IPs are way too dynamic.
--tt
On Jan 17, 6:12 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> Sorry, research on this topic has just left me desperate.
>
> I need to find a commercial company that prov
It might be easier with a plugin. Right now, your code isn't very jQuery.
Try this one. http://flydom.socianet.com/
There are some others that do similar. Plus use the jQuery plugin.
http://brandonaaron.net/docs/livequery/
This allows you to bind events to dynamic elements.
Glen
On Jan 17,
Sorry, research on this topic has just left me desperate.
I need to find a commercial company that provides a Reverse IP Lookup as a
web service.
So I would pass: 63.82.2.35 and it would spit back ideally: Marketo,
Address, City, State, Zip etc.
Anyone have experience with this kind of service?
I don't know if you are familiar with frameworks like RoR or CakePHP,
but they have classes called helpers. Both frameworks have a
prototype/scriptaculous helper built in to them. I wanted to build a
helper for manipulating select boxes on top of your jquery plugin.
The moveOptions function is c
Hey guys,
I'm just curious if anyone has successfully been able to use a form
inside of a clueTip. I am trying to implement pre-existing form
validation that uses getElementById, but it appears as though I am
unable to access anything inside of the clueTip this way. Even doesn't work properly.
I apologize for the subject, it doesn't really explain what I'm having
troubles with right now... Basically I need to create a little div
popup that comes up (And stays up until an X is pressed in it), when
you click on a username in a chat.
Now here's the tricky part! The userIDs aren't always t
Thanks, this is a great plugin!
However, how could I add the "box" feature, that is, adding a box into
the textfield for each selected item instead of purely the item's
text? Just like it is shown at the top of this image:
http://refreshpartners.com/fb_dev_wiki_images/fb_multiple_friend_input.jpg
I ended up upgrading my Vista computer to XP.
On Jan 17, 4:33 pm, "Rick Faircloth" <[EMAIL PROTECTED]> wrote:
> Or an even better solution (if it works in your case) might be this
>
> approach rather than totally diabling the UAC:
>
> http://www.howtogeek.com/howto/windows-vista/disable-user-acco
> there is a statistics script in the same page.The statistics
> script is so slow that someFun cannot run at once.
Do you have a page that demonstrates the problem? It sounds like your
statistics script may use document.write() calls to inject HTML into
the body of the page. If that is the cas
Good stuff! Case closed! ;-)
On 16/01/2008, psy* <[EMAIL PROTECTED]> wrote:
>
>
> Thanks :) Got some other help from the author:
>
> An additional filter method:
>
> $.validator.addMethod("strippedminlength", function(value, element, param)
> {
> return $(value).text().length >= param
> }, $.for
Andy,
I connect to my wife's mac via 192.168.0.100/USERNAME and that gives me a
login, not sure if this helps. You will need to figure out the ip address to
the mini.
On 1/17/08, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> Who would have thought that this would be such a difficult task.
>
> My w
How i can disable the behaviour when i double click over a field with
autocomplete?
is like the "Single Bird (remote)" example in
http://jquery.bassistance.de/autocomplete/
--
Hi Brian,
Thanks so much for pointing that out. The horizontal menus were indeed
not working and throwing an error. I have fixed it now. Please let me
know if you still experience any issues.
Thanks again
Joel Birch.
Any Ideas?
Mark Thompson
On Jan 15, 2:38 pm, Mark Thompson <[EMAIL PROTECTED]> wrote:
> I am trying to replace a previous bit of html that managed input by
> both an input and a select box. I now want to work with a single input
> field using
> jquery.autocomplete.js, but I have not been able to
Hello,
I am using the context menu with 3 verticals, horizontals and all
articles
In it I have 3 options vert, horiz, and remove that display when you right click
Please how to make option "remove" not to display when in td allarticles?
$('#$id').contextMenu('chooser', {
bindings:
Ok, I'll try that.
Thanks for your help.
Cheers!
Manuel Moniz Pereira
Jeffrey Kretz wrote:
>
>
> Yeah, I see what's happening in firefox.
>
> I'm not sure if this will match the needs of your program, but I would
> recommend shifting your HTML into a CSS-based approach with divs or other
>
Anyone have an idea how one might add a row to a table and have the
form elements in each column? Something like this:
var newRow = document.createElement( 'tr' );
var groupCell = document.createElement( 'td' );
var roleCell= document.createElement(
Joel Birch--
It looks like you released version 1.4 of superfish. In firefox
anyway, if you go to the horizontal menu page, you'll notice that the
menu is not animated anymore. Downloading and using version 1.4
cripples my 1.3.4 based menu. Thought you'd like to know.
-Brian
All right, so after messing around with this i realize now that the
"show" event fires when the tab is shown (read: clicked on a tab and
then the content shows and then that event fires)
So maybe this is more in a general jQuery on how to attach an event
when jQuery is done doing it's thing
ex/
Thank you Karl. I will be more careful next time.
-
The below
$('#$id').hide().bla-bla.appendTo('#verticals').show();
does not work for me because since it is not removed, when you submit it is
still part of the array a
I've solved the problem. I'll probably have other newbie questions.
I appreciate the rapid response from the community.
Anybody have a simpler or more detailed bit of help for the onchange
problem I have?
On Jan 14, 4:33 pm, Mark Thompson <[EMAIL PROTECTED]> wrote:
> Thanks, but that is completely over my head at this point. I am not
> even perfectly clear on what "X = $(this)" means or why "var x = this"
> is nee
On Jan 17, 8:56 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> I see the option in the ui.tabs.js file:
By the way - in case you didn't know - you don't have to scan the
source code for available options. There's also a documentation:
http://docs.jquery.com/UI/Tabs
In case you like to look at the so
On Jan 17, 8:56 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> Anyone have an example of using the "show" callback of the UI.Tabs?
>
> I am having a problem where for a second or two on initial page load
> the un-jQuery-tabbed list is showing, and then when the ".tabs()"
> gets run then it shows the t
I forgot to add... the problem does not with append etc does not
appear with jquery 1.1.4
Is it a bug which was introduced in version 1.2???
On Jan 17, 6:41 pm, eltom <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm working on a project where I juse jquery 1.2.1 and I've come
> across strange behaviour w
Who would have thought that this would be such a difficult task.
My wife's computer must be able to read and write files on my MacMini. She
can see the Mini in the network list. She can even browse as far as my user
directory. But she cannot access any of the directories inside (Music,
Pictures,
I understand your reluctance to have to write additional code,
but, who really care what the HTML looks like as long as it works
correctly for the user? That's the only important thing, unless
you're in a "Pretty HTML" contest.
I'm not sure what causes the to not slide cleanly. I think
it may
Hi all,
I've got some code kinda working, but I think the way i have done it
is very inefficient.
What I'm doing is loading a form via when the user clicks a link. The
form is then processed by the and the results updated via the ajax
form plug-in and another .ajax call.
However, for each diffe
On Jan 17, 2008 3:31 PM, Eric Teubert <[EMAIL PROTECTED]> wrote:
>
> Well .. mine is somehow different, it actually didn't work before the
> patch. I just waitet for it hoping it would be solved. I guess we are
> expected to change to jQuery UI but as far as I have compared both
> plugins, the Int
Yeah, I see what's happening in firefox.
I'm not sure if this will match the needs of your program, but I would
recommend shifting your HTML into a CSS-based approach with divs or other
elements rather than trying to use a table-layout.
For example, a flyout menu with tables is a nightmare, but
Hi Guys,
I would like to know, how to disable the last header. I don´t the last
column with the option to sort.
I have tried it (see below) but withou success.
var totalHeaders = ( $('table th').length - 1);
$('table').tablesorter({
headers: {
FWIW, I prefer the approach where
- tab labels are made from 's and
- tab contents are made from 's
George
On Jan 15, 5:31 pm, Enrique Meléndez Estrada <[EMAIL PROTECTED]> wrote:
> Looking at "official" TABs plugin, I realized that the HTML structure is
> not very "natural". It uses a list (UL)
I think I understand what you mean... I never used Ajax so, I confused
some things... My success callback displays an error message if the
login is wrong it does nothing if it's login is correct. I just
changed it to handle a redirect request and when that message is found
I used window.location.a
> I know it looks weird, but I use it to slide
> "table rows" ( where actually each row is a table of its own,
> wrapped in a DIV ) and detail divs in a calendar. I do get
> some brief moments of "jerkiness" in IE, but it may have more
> to do with interruptions to processor cycles than anything
Well .. mine is somehow different, it actually didn't work before the
patch. I just waitet for it hoping it would be solved. I guess we are
expected to change to jQuery UI but as far as I have compared both
plugins, the Interface-Draggable suits me better.
So .. ideas, anyone?
On 17 Jan., 00:54,
Ok, I've tried the and it seems to work better.
Although, there's still some extra space which firefox includes, and I think
it wasn't supposed to...
I've uploaded another file, with a second version:
http://www.filaum.com/teste2.html http://www.filaum.com/teste2.html
Thanks!
Manuel Moniz P
Hi Sam,
Will you add add that move function to your plugin? The reason I ask
is so that I don't have to use my own version of the plugin.
Thank you,
CodeCowboy
On Jan 17, 11:47 am, Sam Collett <[EMAIL PROTECTED]> wrote:
> I think it may be because when you remove an option the total number
>
Actually, I didn't, i'll try that now.
Sorry about the 404, my mistake. It's online now.
Thanks for the help.
Manuel Moniz Pereira
Jeffrey Kretz wrote:
>
>
> I tried looking at your page, but I got a 404 not found error.
>
> Have you tried making the show/hide, rather than the ?
>
> JK
Anyone have an example of using the "show" callback of the UI.Tabs?
I am having a problem where for a second or two on initial page load
the un-jQuery-tabbed list is showing, and then when the ".tabs()"
gets run then it shows the tabbed display that i want
So i figured i would set the main to
I tried looking at your page, but I got a 404 not found error.
Have you tried making the show/hide, rather than the ?
JK
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ManuelMP
Sent: Thursday, January 17, 2008 9:44 AM
To: jquery-en@googlegrou
Just a quick thanks to the jQuery team for the new release, the fix
list is huge :) At least one bit of IE7 weirdness has been resolved
outright by updating to the new ver. Several other improvements also
look really promising, so well done all!
/Serializer
Thanks a bunch! Everything works now.
Did you apply the load to the right selector in the DOM tree?
On Jan 17, 10:44 am, carvingcode <[EMAIL PROTECTED]> wrote:
> I'm having trouble getting dynamic content to load into a tab. At
> present, I'm using the the the "Ajax tabs" example from the ui.tabs
> documentation. The file I am tryi
Hi all,
I'm having problems with a difference in rendering between IE and Firefox.
The thing is that when a element is with display hidden, when I make it
appear with "jQuery show", in IE it renders nicely, but in Firefox it
appears displaced.
I've put an online example page: http://www.filau
It would be cool if shift-mousewheel or alt-mousewheel did that. The
trick is you'd always have to tell the user how to do it.
The touchpad on my laptop allows horizontal scrolling if you drag left-
and-right along the bottom of the page, so it would be nice if jQuery
could pick that up. And my D
Mathieu wrote on 1/17/2008 9:26 AM:
From what i understand, the fact that my content is using UTF8 is
normal since this is made in Ajax using Json; but i can't spot the
reason why Firefox doesn't act like IE.
Do you have a simple example coded? Or it is online somewhere?
- Bil
> FWIW, I have not used 1.2.x yet (too many plugins written for 1.x to
> test), so am not sure if this holds true (as an issue or a workaround)
> for 1.2.x.
The $(document).ready does have some major changes between certain
versions. What version of jQuery are you using? The .ready() code
has b
I've had problems with .ready() in IE, too, but have found that adding a
setTimeout() usually works as a workaround:
$(document).ready(function() {
setTimeout(function() { // making IE happy (and sometimes Safari)
doSomething();
}, 500);
});
Sometimes the timeout length (500 abov
I hate that about IE. :(
Some of these might be helpful.
http://plugins.jquery.com/project/selectboxes
http://www.malsup.com/jquery/form/
http://plugins.jquery.com/project/jq-autocomplete
Glen
On Jan 17, 2008 8:21 AM, Eric Lanehart <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I'm trying to dy
Oh, that's cool! I like!
Rick
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen
Lipka
Sent: Thursday, January 17, 2008 1:02 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Is it possible to make a simple fading color rollover
effect for text links?
Hi,
I'm working on a project where I juse jquery 1.2.1 and I've come
across strange behaviour when testing in Safari 2. When adding html
code to dom elements with append, html or replaceWith Safari doesn't
output the html code but instead outputs:
function (m, a, b) { return b.match(^(abbr|br|col
Check out here:
http://erikandcolleen.com/erik/jquery/fxQueue/
Demo: http://erikandcolleen.com/erik/jquery/fxQueue/random.html
Or here:
http://brandonaaron.net/jquery/plugins/fxqueue/
Demo: http://brandonaaron.net/jquery/plugins/fxqueue/test/test.html
--Erik
On 1/17/08, Alexandre Plennevaux <[E
Using more than one element with the same ID is not going to work. However,
you can use multiple classes to achieve your goal.
For instance: Both CSS classes will apply and you
can use selectors in jQuery to find what you want. Getting an ID will
return only one element.
Glen
On Jan 16, 2008
On Jan 17, 4:44 pm, carvingcode <[EMAIL PROTECTED]> wrote:
> I'm having trouble getting dynamic content to load into a tab. At
> present, I'm using the the the "Ajax tabs" example from the ui.tabs
> documentation. The file I am trying to load works fine when I call it
> independently, but when
Nice plugin. :)
I whipped up a demo.
http://commadot.com/jquery/animateBackground.php
Is this what you mean?
Glen
On Jan 17, 2008 8:36 AM, Karl Swedberg <[EMAIL PROTECTED]> wrote:
>
> You might need the color plugin for this:
>
> http://plugins.jquery.com/project/color
>
>
> --Karl
> __
I think it's because of IE's realisation of tables.
he simply can't apply filters for .
seems like you sould find some workaround instead of using tr.
something like:
1text1
2text2
quite ugly, but might work...
2008/1/17, alivemedia <[EMAIL PROTECTED]>:
>
> Nope, not yet - anyone else have this p
Well... my attempts to fix the details div showing with content
didn't work. At least I think I changed all the padding and line-heights
that I attempted to change back to the way they were. However, now the
issue seems to have "disappeared"! Whatever... as long as it works!
The last issue I s
Nope, not yet - anyone else have this problem and a solution?
try this:
$.fn.animateByOrder = function(params, duration, easing, callback){
var i = -1;
var arr = this;
if($.isFunction(easing)) {
callback = easing;
easing = null;
}
(function(){
if(arr[++i])
and one last message from me, contradicting all the others... I've
edited jquery.jtageditor.js and changed this
if ($.isFunction(eval(button.callBack))){
eval(button.callBack).call();
to this
if ($.isFunction(eval(button.callBack))){
eval(button.callBack).call( field );
the
We're rushing to get jQuery 1.2.2 into Drupal 6 core before it is
released. However we're having some problems due to some of the
changes introduced. Anybody with any insight to the changes, we could
use the help!
http://drupal.org/node/210131
1. .clone() is breaking Drupal's scrolling table hea
Hello all,
I'm trying to dynamically configure the options in a element
based upon selections in a series of radio buttons. My first
inclination was to apply a class to all of the 's matching the
value of the checkbox , and to then apply the
disabled="disabled" attribute too all of the matching
I think it may be because when you remove an option the total number
of options is decreased, so you never get through all of them.
Start at the last option and then go back, so instead of:
for(var i = 0; i0; i--)
On Jan 17, 3:44 pm, codecowboy <[EMAIL PROTECTED]> wrote:
> Thank you very much.
John Beppu schrieb:
Could you briefly explain what the jquery.delegate plugin does?'
(I'm curious.)
I wrote that for the validation plugin. It allows me to listen for focus
and blur events on the form, which normally doesn't work because focus
and blur don't bubble.
It also simplifies bindi
> If the credentials are correct, the user is logged in and it should be
> redirected to the 'start' page. If it's not, the php execution is
> terminated with die() and outputs some error messages. With the Form
> Plugin I will handle that error messages and display them to the user,
> this is wor
You might need the color plugin for this:
http://plugins.jquery.com/project/color
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 17, 2008, at 10:13 AM, quirksmode wrote:
Hi, I tried having a go and this is as far as I got:
$(document).ready(f
Ok... thanks, Karl. It seems to be working better.
I'm going to make a change in the padding of the ul, #id="ul-index"
because the bottom of the li's contained therein aren't currently
reaching as far down as the #menu-index... there's a gap of about
6px at the bottom which allows the details div
I am also having this issue and have not found a solution yet.
On Jan 14, 8:11 am, alivemedia <[EMAIL PROTECTED]> wrote:
> I am having trouble getting a table row to fade out an dlook good in
> IE7. It basically doesn't work, the text turns slightly rough
> looking for a second and then disappe
Thank you very much. That worked. It would be great if you had the
time to tell me what was wrong with my original code because JS is
something that i am not so familiar with.
On Jan 17, 7:25 am, Sam Collett <[EMAIL PROTECTED]> wrote:
> This should work:
>
> $.fn.moveOptions = function(to, whic
thank you but about remove()?
where do I use it>
- Original Message -
From: "KidsKilla .grin! wuz here" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 17, 2008 9:14 AM
Subject: [jQuery] Re: clone help
> $('#$id').remove().clone(true).appendTo('#verticals');
> is wrong. because of rem
jQuery UI team member Richard Worth has been brought onboard by online
magazone DMXZone.com to do a weekly column on jQuery UI topics. This is
great news since the popular site produces great content with a strong
focus to RIA.
Please note that DMXZone does charge for their articles but the
Hi guys. I have an issue with jQuery using Jsonp and i would like to
know if anyone may help.
I'm using the getJSON function to call an URL on another domain;
everything works fine except that the content i display in my callback
function is displayed using UTF8 encoding with Firefox and ISO8859
if you mean input/checkout(etc) 'disabled'
attr ,try .attr('disabled','disabled'); and .attr('disabled','')
or you mean really css class.
a demo page is needed...
On Jan 17, 10:43 pm, rajeshphp <[EMAIL PROTECTED]> wrote:
> the addClass and removeClass not working in IE for me ,
>
> this is my c
I'm having trouble getting dynamic content to load into a tab. At
present, I'm using the the the "Ajax tabs" example from the ui.tabs
documentation. The file I am trying to load works fine when I call it
independently, but when I try to load it in a tab, the "loading" text
and spinner is the onl
Hi, I tried having a go and this is as far as I got:
$(document).ready(function(){
$(".animate").hover(function() {
$(this).animate({
opacity: 0,
backgroundColor: "#FF"
}, 1000 );
});
});
I can get any element with class = "animat
hi friends,
i'm storing the steps of a series of animations in an array, that have to occur
one after the others, according to their index order in the array.
Example: animArray['section', 'item','object1','object2' ];
i would like to run a function that loops through the array, and for each
It is a full document... index.php is like the name says, the index,
if no _GET is specified it will load the login page (it will check for
sessions and automatically log the user and redirect it to the
'start', this is working). If the login page is loaded, when the user
logins, index.php is call
Hi Rick,
After several failed attempts, I think I have this working for you. I
had to set a flag for the menu-details div's visibility (I called it
"bVis"). It's initially set to false. In the mouseover argument of $
('#menu-index').hover(...), it gets set to true in the callback of $
('di
Hi everybody! (my first post in this group)
I was surfing around some typography related sites today, and I came
across a site that was designed horizontally. This site (not my site) made me wonder if
there is an easy way to assign the x-axis to the mouse scroll wheel?
The behavior may not be as
Thanks George,
Great respons gives a better understanding of jquery but unfortunately
it didn't help on my IE and Safari problem.
modified the code to reflect your answer:
$(function () {
$('input[name][id$=div]').change(function(){
the addClass and removeClass not working in IE for me ,
this is my code
// check if previous/next button should be enabled
if ($(handle +' #histogram .active').attr('name') == '10') {
$(handle +' #edit-next').addClass('disabled');
$(handle +' #edit-previous').removeClass('disabled');
$('#$id').remove().clone(true).appendTo('#verticals');
is wrong. because of remove() (it kills everything because of memory IE leaks).
you sould use this chain instead:
$('#$id').appendTo('#verticals');
or somethin like that:
$('#$id').hide().bla-bla.appendTo('#verticals').show();
2008/1/17, Li
Hi Mixen,
Looks like the problem is that you've misplaced a semicolon. Note the
difference between this ...
$(this).css({'background-image':"url('ico/ico_shout_o.gif');"})} );
and this...
$(this).css({'background-image':"url('ico/ico_shout_o.gif')"});});
I'm a big fan of the .hover()
On Jan 16, 6:30 pm, Jack Killpatrick <[EMAIL PROTECTED]> wrote:
> Hi Jörn,
>
> Good to hear about this, thanks very much. Some quetions:
>
> 1. Is there a "what's changed" doc somewhere?
Yes, every release contains a changelog (changelog.txt in the base
directory):
* Added AJAX-captcha validatio
-- Original Message --
To: jQuery (English) (jquery-en@googlegroups.com)
From: tlob ([EMAIL PROTECTED])
Subject: [jQuery] Happy Birthday jQuery
Date: 17/1/2008 14:02:30
a little late, I know.
but I also wish to thank all the developers and the community for
releasing and supp
Hi Lionel,
It looks like you replied to another email message to this group and
simply changed the subject line. Unfortunately, people who use a
"thread view" in their email programs may ignore your message because
it will appear in the same "thread," or group, of messages that
they've a
It should be ok, it contains very little actual jQuery (mostly vanilla
javascript) but I haven't looked at it in a while.
-- Josh (jqURL author)
- Original Message -
From: "Chris J. Lee" <[EMAIL PROTECTED]>
To: "jQuery (English)"
Sent: Wednesday, January 16, 2008 7:52 PM
Subject:
Besh and Cloudream
Thanks a lot!
The answer is kind of obvious when you look at it.
Thanks a lot for your quick replies!
/Jesper
www.justaddwater.dk
$(this).filter(':last')
On 17 янв, 13:00, "Jesper Rønn-Jensen" <[EMAIL PROTECTED]> wrote:
> I made a script that makes a div clickable by selecting all class="click"> and setting the onclick event to go to the href of a
> link. Everything worked when i selected the first links href
> attribute.
Hi, everyone!
I haven't found in docs, how can i stop an animation of 1 css rule
without
touching everything other? for example:
$('div').animate({width:'+=300'}, 'slow');
$('div').animate({opacity:'hide'}, 'slow');
$('button').click(function(){
$('div').stop('width').animate({width:'-=300'}, 's
$.getScript('empty.js',function(){alert('a');});
On Jan 17, 12:20 pm, Justin Meyer <[EMAIL PROTECTED]> wrote:
> Does anyone know how to make IE load and run empty.js before it alerts
> "second"?
>
> Here's how I started doing it. But this doesn't work.
>
> document.write("
Knowledge :
Knowledge is the eye of desire and can become the pilot of the youl
--- Wll Durant
Please see the website :
http://padmagirl.blogspot.com
thank you for your cooperation
with rega
Hi, everyone!
I haven't found in docs, can i stop an animation of 1 css rule without
touching everything other? for example:
$('div').animate({width:'+=300'}, 'slow');
$('div').animate({opacity:'hide'}, 'slow');
$('button').click(function(){
$('div').stop('width').animate({width:'-=300'}, 'slow'
give a demo page link :)
On Jan 17, 4:12 pm, andy9989 <[EMAIL PROTECTED]> wrote:
> Hi All
>
> A simple script starting from
>
> $j(document).ready(
> function(){
>
> })
>
> Does not work in IE (FF and other browsers are OK). Placing it before
> makes every
Hi Jesper,
you might be interested in this: http://dev.jquery.com/ticket/2164
--
Bohdan Ganicky
On Jan 17, 11:00 am, "Jesper Rønn-Jensen" <[EMAIL PROTECTED]> wrote:
> I made a script that makes a div clickable by selecting all class="click"> and setting the onclick event to go to the href of a
1 - 100 of 129 matches
Mail list logo