st that.
>
> I have tried many variations with IF and ELSE statements but nothing ever
> seems to work as i am probably missing how to close tags properly etc.
>
> Would anyone be willing to steer me in the right direction?
>
>
> --
> View this message in context:
> http://old
legation:
$(document).ready(function() {
$(document).click(function(event){
if ($(event.target).is('a') {
alert( "You clicked a link to " + event.target.href);
return false;
}
});
});
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
ww.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
google, but all they seem to be
> talking about is extracting from the current page, which I don't want :
> (
>
> TIA!
>
> Andy
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
>
> http://jsbin.com/opaze3/edit
>
> Any advice would be greatly appreciated.
>
> Cheers,
> Matt
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
at can still
> look nice in older browsers (you know what I'm saying, no need to
> mention it here).
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
t alternative.
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
ex. use "/images/twitter.png" instead of "images/twitter.png"
or
2. declare a http://example.com/"; /> in your document head
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
ry-png-problem-tp26343402s27240p26343402.html
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.
>
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
ems
> that happen to have a sub-level of ul li, but that are NOT at the top
> level.
Well, just delete the markup for the arrows then:
$('#nav > li > a span').remove();
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
ocus
> * plus others
>
> blog post =>
> http://blog.parkerfox.co.uk/2009/11/12/css-in-your-face-only-ie-need-to-apply/
>
> source => http://github.com/weepy/cssie
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
sue)
For a HTML like this:
Item 1
Sub Item 1
Sub Item 2
Sub Item 3
...
CSS
#nav li li { background: url(arrow.gif) no-repeat 0 50%; padding-left: 10px; }
Using CSS descendant selectors you can style only the grand children
list-elements of the list.
--
And
ything in this context. setTimeout works
in the global scope, so the reference to the object you want animated
is lost.
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
elp would be great.
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
oaded bgiframe plugin, there is something I have to do to make it
> behave as I expect?
>
>
> Daniele.
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
ert(e.clipboardData.getData("Text"));
> });
>
>
> but I do not get anything.
> Can anybody give me any ideas??
>
> Thanks,
> Sincerely,
> Sonal.
> --
> View this message in context:
> http://old.nabble.com/Get-paste-event-text.-tp26322586s27240p263225
#x27;radioname']:checked").val() );
> });
> $("input[name='radioname']").change(function() {
> alert ( $("input[name='radioname']:checked").val() );
> });
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
d(new_content);
window.scroll(0,0);
return false;
}
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
OT designed
for Layouts, and inline-block is NOT designed for Layouts.
For "real" Layouting we need to wait for the CSS3 Layout module.
See http://www.w3.org/TR/2009/WD-css3-layout-20090402/ and
http://www.css3.info/introducing-the-flexible-box-layout-module/ for
some ideas and implementations.
u'd better not use floating positioning (easier on the very short
> term, a lot more complicated in mid-long term).
>
> Michel Belleville
>
>
> 2009/11/12 Andrei Eftimie
>>
>> This is a CSS issue, not really related to jQuery.
>>
>> Do something like
$("td:contains('HENGELO')").parent().children().addClass
> ('red');
> });
>
> Now I want to get the condition from an ASP control for example a
> dropdown or a listbox. How do I use the value of this control in my
> jQuery c
bus eros, id euismod lacus dolor eget odio. Nam scelerisque.
> Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi
> lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean
> vehicula velit eu tellus interdum rutrum. Maecenas commodo.
> Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus
> hendrerit hendrerit.
>
>
>
>
>
>
>
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
er styling is gone)
>
> so how do i make sure that the applet loads in the specified div element
> without messing up with the page styling ?
>
> thanks in advance.
> regards,
> Krishna
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
1, 2009 at 7:21 PM, jmatthews wrote:
>
>
> On Nov 1, 10:54 am, Andrei Eftimie wrote:
>> > Mousing over class="placemark" causes it to fire as if there was a
>> > mouseover on class="Senate." "placemark" has its own class, separate
>&
o, it does not turn blue (good), but it does italicizes
> (bad).
Not sure, but I think this is actually because table element does only
inherit some css properties.
(At least I remember it does so in quirksmode)
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
worthy of a write-up in the reference
> guide, because there is some odd behavior occurring that Jquery fails
> to describe anywhere that I have seen.
>
> Also, if you are on your toes, you will note that the senator names
> italicize, but do not turn blue, when you mouseover them. So, it is
> somehow (God knows!) getting PART of the class of the
> grandchild. The placemark class instructs to not italicize and not
> turn blue. So, it does not turn blue (good), but it does italicizes
> (bad).
>
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
a summer job and I was using UltraEdit to write HTML and CSS.
>
> Could someone help me with this installation? I don't understand the
> directions at http://docs.jquery.com/Downloading_jQuery.
>
> I only want to use the jQuery UI. Is that possible?
>
> Thanks.
>
--
Andrei Eftimie
http://eftimie.com
+40 758 833 281
Punct
http://designpunct.ro
27 matches
Mail list logo