Re: [jQuery] Change opacity for all divs except one

2009-12-05 Thread Vlad GURDIGA
Maybe something like this would work? $(function() { $("#thumbs div").click(function() { $(this).toggleClass("selected"); if ($("#thumbs").data("user already selected their first favorite")) { if ($(this).hasClass("selected")) { $(this).fadeTo("slow", 1); } else {

[jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-29 Thread Vlad Shapiro
Seriously no one can help??? On Nov 28, 12:42 pm, Vlad Shapiro wrote: > Thank you Charlie, > I'm terribly sorry for the confusion, > I'm working on the nav-bar menu not the vertical style, > the link for the vertical example was to maybe give a direction for > the s

[jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-28 Thread Vlad Shapiro
vertical li.sfHover ul { >     right:    10em; /* match ul width */ >     top:    0; > } > Insuperfish.js when i didRTLI changed :$arrow = $([' class="',c.arrowClass,'"> »'].join('')), > to$arrow = $([''].join('')), >

[jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-27 Thread Vlad Shapiro
wrote: > change the LI's to float right instead of left > Vlad Shapiro wrote:Ahoy! I'm trying to adjust Superfish nav-bar style menu > for RTL'ed Hebrew website, > Example:http://users.tpg.com.au/j_birch/plugins/superfish/#sample4but no > success so far, maybe someone

[jQuery] Superfish jQuery menu plugin RTL support

2009-11-26 Thread Vlad Shapiro
Ahoy! I'm trying to adjust Superfish nav-bar style menu for RTL'ed Hebrew website, Example: http://users.tpg.com.au/j_birch/plugins/superfish/#sample4 but no success so far, maybe someone already have this solved? Any help will be most appreciated! Best regards, Vlad.

[jQuery] $.post(), php file in parent directory?

2009-10-26 Thread Vlad
Is it possible to use $.post() with the php file in parent directory or a completely different directory?

[jQuery] jQuery session pre-AJAX experience?

2009-06-29 Thread Vlad Didenko
Colleagues, Does anyone know if there is going to be a jQuery workshop the day before AJAX experience in Boston on September 14-16th, 2009? Thank you! Vlad

[jQuery] Re: Accordion problem - closing issue

2008-10-13 Thread Vlad Didenko
Of course, I assumed that you needed nested accordions - so that inner uls can be made into accordions as well.

[jQuery] Re: Accordion problem - closing issue

2008-10-13 Thread Vlad Didenko
http://www.w3.org/TR/html4/loose.dtd";> http://jqueryjs.googlecode.com/files/ jquery-1.2.6.pack.js" type="text/javascript" charset="utf-8"> http://ui.jquery.com/js/ui.js"; type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('.accordion').accordion({

[jQuery] Re: The Accordion Experience

2008-10-07 Thread Vlad Didenko
Great, thank you! I thought that alwaysOpen: false only allows for API to close the accordion. I will add to the docs. On Oct 7, 4:09 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > On a different note: Your last part is irratating, that custom click > handling shouldn't be necessary. As long a

[jQuery] The Accordion Experience

2008-10-06 Thread Vlad Didenko
While at the TAE in Boston, I have tried to use the accordion widget "on the spot" to organize my conference notes. I have looked up the Accordion documentation and put the code together. It did not work. After a brief conversation with Richard Worth (thank you!) it turned out that I did not read

[jQuery] Re: Chicago JavaScript Meetup

2008-10-06 Thread Vlad Didenko
Justin, Thank you for the message, I did not think posting here. Looks like at the first meeting we will be talking about the TAE and jQuery conferences in Boston - sharing inpressinos and filling-in those unfortunate to miss it. Hope to see you there! Vlad. On Oct 6, 12:28 pm, Justin Meyer

[jQuery] get(index) method does not return DOMNode in jQuery 1.2.6?!

2008-06-30 Thread Vlad Terekhov
After upgrade to v.1.2.6 i got many errors in places, where my code works with nodes, returned by jQuery.get(index) method. Under firebug i sow that return value in 1.2.6 is not the same as in 1.2.3. Can you explain this? How to get native DOMNode object in jQuery 1.2.6?

[jQuery] jquery tooltips

2008-04-08 Thread Vlad Mazek
size :( -Vlad

[jQuery] jquery and math functions

2008-02-21 Thread Vlad Mazek
st keep on getting NaN even though it is pulling numbers from the two fields. Any ideas? -Vlad

[jQuery] Packing jQuery and all includes

2008-02-01 Thread Vlad Mazek
that don't change into a single .js and then packing it? -Vlad

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-25 Thread Vlad Mazek
jQuery form plugin. Submitting this form however pushes the browser to the next page, instead of updating the div inline. What am I missing? -Vlad

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-25 Thread Vlad Mazek
call this function as an onChange event in the new form that got sent back. -Vlad On 1/24/08, MorningZ <[EMAIL PROTECTED]> wrote: > > > Got the page live somewhere to look at? > > Also, have you tried using Fiddler (http://www.fiddlertool.com/ > fiddler/) to see the

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-24 Thread Vlad Mazek
Benjamin, None of that sir, here is a demo: https://support.ownwebnow.com/test589.php (just start typing two letters, it uses autocomplete..) The demo looks a little insane, I had to pull it out of the app and remove the error checks, authentication, etc. -Vlad On 1/24/08, Benjamin Sterling

[jQuery] jQuery, AJAH & IE 7

2008-01-24 Thread Vlad Mazek
Folks, I have a bit of a problem with Internet Explorer 6/7 specifically, the code works perfectly fine in Firefox. What I am essentially doing is creating a dynamic form. Based on the inputs, different forms are sent back into different containers as the user moves through the application. The