Re: [jQuery] Block link with lightbox

2010-03-03 Thread Nilesh Macwan
Hi *My Understanding as per your email : *you what to pop-up light box on click on anchor tag or on text. please correct me *My Explanation : *give specific identification to each element like "div" in terms of class, example if div is having image then give "myimgclass", if div is containing tex

Re: [jQuery] How to add a button

2010-03-03 Thread Cesar Sanz
what??? - Original Message - From: "podeig" To: "jQuery (English)" Sent: Wednesday, March 03, 2010 8:22 AM Subject: [jQuery] How to add a button Hello! Is it possible to add a button (like standard drop down list has) to open the list with all the results? I need two ways to selec

[jQuery] Block link with lightbox

2010-03-03 Thread raw-m
I'm having a massive headache with this, please help!! I have a number of divs, each containing an image that launches a lightbox gallery. A text description is also within the div and underneath each image describing what's going on (I don't want it as part of the gallery), but it doesn't contai

[jQuery] superfish IE error - pleasee help

2010-03-03 Thread Eddie
Hi All, this is the error i get in superfish menu in joomla jQuery.noConflict(); jQuery(function($){ $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation: {opacity:'show'}, speed:'def', autoArrows:0, dropShadows:1}) }); jQuery(window).load( functi

[jQuery] Autocomplete, extraParams and this

2010-03-03 Thread olly
Hi there, been searchin' for a solution for hours, hope someone here can help me out. This what I'm trying to do, I have several inputs on one page with autocomplete. I need to pass a variable based on the input field the user is in. So I decided to go with having this information as id value. I

Re: [jQuery] problem with ajaxForm

2010-03-03 Thread Rey Bango
Abraxas, Could you please post your question here? http://forum.jquery.com/ That is the official support forum for the jQuery project. We no longer monitor this Google group. Thanks, Rey jQuery Team On Wed, Mar 3, 2010 at 9:54 AM, Abraxas wrote: > I NEED HELP PLEASE... IM USING AJAXform and i

Re: [jQuery] What I need to know?

2010-03-03 Thread Cesar Sanz
jquery does not work with your backend system.. just can init a request and your server side will handle all that stuffs (like insertions, deletions, etc) regards - Original Message - From: "Nathan Klatt" To: Sent: Tuesday, March 02, 2010 4:00 PM Subject: Re: [jQuery] What I need to

[jQuery] problem with ajaxForm

2010-03-03 Thread Abraxas
I NEED HELP PLEASE... IM USING AJAXform and i need send a javascript variable but i donĀ“t know how i can do that! this is the code: obs: I need send the form and the array "series" //en series[] se almacena cada fila de la tabla for(var i=0;i

[jQuery] jQuery UI accordion

2010-03-03 Thread K1
HI all I wanna create a accordion with jq UI with this options, accordion have 5 header and load with header 1 by default,and I wanna disable other headers when user click on them.how can I disable showing content of header when user click on that. thanks

[jQuery] How to add a button for opening the list? [autocomplete]

2010-03-03 Thread podeig
Hello! Is it possible to add a button (like standard drop down list has) to open the list with all the results? I need two ways to select item by typing and selection from the list. If not, may be you can add this functionality to this plug-in? Thank you! :)

[jQuery] How to add a button

2010-03-03 Thread podeig
Hello! Is it possible to add a button (like standard drop down list has) to open the list with all the results? I need two ways to select item by typing and selection from the list. If not, may be you can add this functionality to this plug-in? Thank you! :)