Re: [jQuery] Show/hide div based on URL parameter

2010-02-14 Thread Andrei Eftimie
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

Re: [jQuery] how to get href value

2010-01-23 Thread Andrei Eftimie
(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

Re: [jQuery] Specific type of menu action

2010-01-10 Thread Andrei Eftimie
/2007/08/23/lavalamp-for-jquery-lovers/ -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] Extracting content from a div?

2010-01-09 Thread Andrei Eftimie
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

Re: [jQuery] Trying to select the first visible child in each group.

2009-12-14 Thread Andrei Eftimie
/edit Any advice would be greatly appreciated. Cheers, Matt -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] Re: Positioning of nested child elements when using sliders/carousels?

2009-12-13 Thread Andrei Eftimie
of a decent alternative. -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] Re: Positioning of nested child elements when using sliders/carousels?

2009-12-13 Thread Andrei Eftimie
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

Re: [jQuery] jquery/png problem

2009-11-13 Thread Andrei Eftimie
. -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] jquery/png problem

2009-11-13 Thread Andrei Eftimie
. declare a base url=http://example.com/; / in your document head -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] embed java applets in div element using jquery

2009-11-12 Thread Andrei Eftimie
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

Re: [jQuery] jquery tabs not on the same row! help please!

2009-11-12 Thread Andrei Eftimie
/div !-- End demo -- /asp:Content -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] Conditionally format rows in a table

2009-11-12 Thread Andrei Eftimie
() {                $(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 code? -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct

Re: [jQuery] jquery tabs not on the same row! help please!

2009-11-12 Thread Andrei Eftimie
...@gmail.com: Also, you'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 k3liu...@gmail.com This is a CSS issue, not really related to jQuery. Do something like this in your CSS file

Re: [jQuery] jquery tabs not on the same row! help please!

2009-11-12 Thread Andrei Eftimie
/introducing-the-flexible-box-layout-module/ for some ideas and implementations. Hope it helps. Right now, floats and positioning are the best tools we have for layouting. I'm not sure that inline-block can do a better job. It might work good. I'm curious about the price tough. -- Andrei Eftimie

Re: [jQuery] jQuery Pagination - Return to top of screen

2009-11-12 Thread Andrei Eftimie
); return false; } -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] IE radio button show nothing after click or change

2009-11-12 Thread Andrei Eftimie
']).change(function() {                alert ( $(input[name='radioname']:checked).val()  ); }); -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] Get paste event text.

2009-11-12 Thread Andrei Eftimie
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.-tp26322586s27240p26322586.html Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- Andrei Eftimie http

Re: [jQuery] autocomplete div don't disappear after move scroll

2009-11-12 Thread Andrei Eftimie
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

Re: [jQuery] jQuery not obeying my css? or applying its own during effect?

2009-11-12 Thread Andrei Eftimie
would be great. -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] error when using a timeout

2009-11-12 Thread Andrei Eftimie
. 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

Re: [jQuery] Superfish - Auto Arrows on sub menus only?

2009-11-12 Thread Andrei Eftimie
the grand children list-elements of the list. -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] CSSIE = jQuery plugin to fix IE's CSS

2009-11-12 Thread Andrei Eftimie
://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

Re: [jQuery] Re: Superfish - Auto Arrows on sub menus only?

2009-11-12 Thread Andrei Eftimie
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

Re: [jQuery] Installing jQuery to use jQuery UI

2009-11-01 Thread Andrei Eftimie
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

Re: [jQuery] Re: How to Select element with class, but EXCLUDE its children?

2009-11-01 Thread Andrei Eftimie
css properties. (At least I remember it does so in quirksmode) -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro

Re: [jQuery] Re: How to Select element with class, but EXCLUDE its children?

2009-11-01 Thread Andrei Eftimie
1, 2009 at 7:21 PM, jmatthews jmatth...@xexam.net wrote: On Nov 1, 10:54 am, Andrei Eftimie k3liu...@gmail.com wrote: Mousing over class=placemark causes it to fire as if there was a mouseover on class=Senate.  placemark has its own class, separate from the senate class. This behaviour