Re: [jQuery] Re: Autocomplete plugin compatability with jQuery 1.4?

2010-01-31 Thread Jose
On Fri, Jan 29, 2010 at 1:38 AM, Richard D. Worth wrote: > The latest version is jQuery UI Autocomplete, and it is compatible with > jQuery 1.4. You can find it in jQuery UI 1.8rc1: > > http://blog.jqueryui.com/2010/01/jquery-ui-1-8rc1/ Is the UI autocomplete based on Jörn's autocomplete ? If see

[jQuery] Entities in Options

2010-01-26 Thread Jose H.
I am trying to add options to a select element, but these options have entities like á and it just doesn't work: $(new Option("Á é", 0)).appendTo('#the-select'); It doesn't show as the html entity: Á or é How should it be ?

[jQuery] When accordion expands goes out of the DIV

2010-01-01 Thread Jose H.
I am using teh accordion but this is the problem I have: When some of the tabs are expanded the accordion goes OUT of the DIV I use to hold it. How can I make the DIV to automatically grow when the accordion expands ? Thanks.

[jQuery] Images won't show or fadeIn after .cycle

2009-11-02 Thread Jose Hidalgo
Hi all, I have one with a list of s, but after I .cycle the and .cycle("stop") it the images won't show up, neither by .show, .fadeIn or anything. Is this normal ?, how can I stop the cycle and just show the image I want ? Thanks.

[jQuery] Dynamic img not getting events

2009-10-30 Thread Jose Hidalgo
Hi all, I have a very simple html structure and the idea is to create and use DIVs or elements I do dynamically, so there is one div which I use to do something like: $("#main").html(""); That works just fine, the problem is when I try to use events on the elements I've created dynamically, thos

[jQuery] Same classes div problem

2009-08-26 Thread Jose
).mouseover(function() { $(".product-right .hidden").show(); }); I want only the div that is being hovered to show its hidden div, unique IDs are sort of not a possibility so I was wondering if there was anyway to do it with jquery? Thanks Jose

[jQuery] .html() causes null IE

2009-04-30 Thread Jose Alfonso
Hi, I am pretty new to jQuery and I am using the tablesorter plugin and I am getting a .html() is null or not an object error within a custom parser the code var ts = $.tablesorter; // add parser through the tablesorter addParser method ts.addPars

[jQuery] Re: jCarousel - flickr intergration

2008-10-10 Thread Jose P. Carballo
om/jcarousel/ > > All I'm really looking for is a solution to not having a blank picture > appearing when the it reaches the end of the photostream. > > Thanks in advance > Jason Bagley > -- Jose Pablo Carballo

[jQuery] Jcarousel - Changing the starting position of the carousel according to the last page visited.

2008-10-08 Thread Jose P. Carballo
startingPosition = i + 1; and then down in the carousel configuration: (hash defaults) start: startingPosition, -- Forwarded message -- From: Jose P. Carballo <[EMAIL PROTECTED]> Date: 2008/10/5 Subject: About JCarousel To: [EMAIL PROTECTED] Hello, first of all thanks fo

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-19 Thread Jose
On Thu, Sep 18, 2008 at 7:54 PM, Kelly <[EMAIL PROTECTED]> wrote: > This is what I was > saying to Jose...which one you should use ought to be based on which > one does what you want it to do better, and then think about things > like ease-of-implementation. In my view, the sp

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-16 Thread Jose
thanks. I am a bit confused which one should I use. I think some plugin authors should be encouraged to go the UI way, if the advantages are clear. Maybe the author can comment why he didn't pick UI as the base to build the plugin regards jose On Mon, Sep 15, 2008 at 9:38 PM, Rich

[jQuery] Re: Dojo -> jQuery

2008-06-28 Thread Jose Noheda
I haven't seen anything like that but beware the task is huge On Fri, Jun 27, 2008 at 2:13 PM, Christoph <[EMAIL PROTECTED]> wrote: > > I've looked around for a good information source on converting from > Dojo to jQuery. Specifically, something that might details things to > look for when conve

[jQuery] Re: jcarousel, ajax and thickbox

2008-06-23 Thread Jose Noheda
May be this helps http://internna.blogspot.com/ On Sun, Jun 22, 2008 at 3:44 AM, marmo79 <[EMAIL PROTECTED]> wrote: > > Please, could someone helps me? > I've one problem about to use the plugin Jcarousel with Thickbox:if I > try to load dinamically the items with Ajax the class="thickbox" > does

[jQuery] Re: jqModal r12 release

2008-06-23 Thread Jose Noheda
Had I known this existed I would have saved a day of work :-( I did a Google Search for lightbox and it didn't appear. You may include the keyword somewhere Regards, On Mon, Jun 23, 2008 at 9:37 AM, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > hurray !! thanks brice ! > > Alexandre > > >

[jQuery] Re: [autocomplete] Hyperlinks in returned list

2008-05-07 Thread Jose
better solution as I'd rather use your Jörn library regards jose On Wed, May 7, 2008 at 11:27 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > > I've documented my approach here: > http://docs.jquery.com/Plugins/Autocomplete#Search_Page_Replacement > > Jörn >

[jQuery] Changing images doesn´t work on IE6

2007-06-11 Thread Jose Manuel Zea
Hi all. I wrote about this in a previous post, but now I find out new things trying to find a solution. To summarize: I dessign an image gallery, and when I click on one thumbnail I want to get the bigger version, changing the src attribute of an image located inside a div. The first time I loa

[jQuery] Re: Please help! Why is this not working on IE6?

2007-06-09 Thread Jose Manuel Zea
I´m still trying to fix this. Something new I discovered: If I load the image directly in the browser, writing the URL in the address bar and after this, I reload the problem page and click on the thumbnail of the image I loaded, it works. It seems that when the image is in the cache, there is

[jQuery] Re: Please help! Why is this not working on IE6?

2007-06-09 Thread Jose Manuel Zea
I still trying to fix this. It seems it´s a problem in IE6 when the image it is the first time the image is going to be loaded; because if I load the image directly in the browser, typing the URL in the address bar, and after this I go to the thumbnail gallery and click on the thumb related to th

[jQuery] Re: Please help! Why is this not working on IE6?

2007-06-08 Thread Jose Manuel Zea
I´ve changed it, but it´s still not working :'( You can check the modified version in http://www.icorpal.com/index.php?seccion=promociones&codigo=8 I hate IE so much!!! Thank you. Any ideas? Alexandre Plennevaux wrote: > try this: > $("a.preview_promocion").bind("click",function(){ >

[jQuery] Please help! Why is this not working on IE6?

2007-06-08 Thread Jose Manuel Zea
Hi: There is a gallery with several thumbnails, and when I click on one of them I can get a bigger version on a div, when I click on that bigger version I get a thickbox version of the picture. You can see an example in the URL: http://www.icorpal.com/index.php?seccion=promociones

[jQuery] Eliminating a plugin instance

2007-06-04 Thread Jose
irst one before setting up the plugin again. Any ideas ? thanks jose

[jQuery] Re: Autocomplete plugin

2007-05-18 Thread Jose
On 5/18/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Hi Brian and Shelane, the quietness isn't really a bad thing. Most of the stuff that we got requests for has been implemented. And those that come in more slowly give us the foundation for further improvments that need more time. In the mea

[jQuery] ajax issue with ie6 ie7 ?

2007-05-16 Thread Jose
not cause this behavior. This works ok with FF2. Any ideas why this might be ? Thanks jose

[jQuery] autocomplete plugin - disabling click event handlers

2007-05-14 Thread Jose
Hi, Is there a way to disable the click handler so that any links created with formatItem can be clicked ? thanks

[jQuery] Re: autocomplete plugin - filtering a table

2007-05-14 Thread Jose
On 5/14/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: You can use the "formatItem" mapping to map to a function to use to generate the formatting for each row. While your output will still be wrapped in a , you could generate tags to emulate a tabular layout. Yes, this works. Thanks !

[jQuery] autocomplete plugin - filtering a table

2007-05-13 Thread Jose
autocomplete field ? I tried changing the css width with no success thanks jose

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-26 Thread Jose
On 4/25/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Jose schrieb: > > You asked how you could implement these features w/out modifying > the source > code, so I tried to provide some solutions. :) > > > Thanks. I just want to make sure my needs are tak

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
fields. That is appropriate if the objective is finding info rather than data entry (e.g. the multiple language dictionary example) Thanks and regards Jose -Dan

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
On 4/25/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: >what if I need to set a separate url, not just a url parameter ? Without modifying the code, you're not going to be able to do that. However, I would think it would be much easier to have one page on the server responsible for serving

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
e value and a the same time and to open the urls (if the user click on them rather than just the text) Can you point me to any code example that I can study to implement your suggestion ? many thanks and regards jose

[jQuery] new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
to change to German autocomplete, so this should show the prefix matches for the German dictionary Any ideas how to acomplish this with the current features ? thanks and regards jose

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Jose
Hi, This is a very cool use for JQuery! To view the api example, you can open the file from the browser (no need to have a API key and put it on a server). Also, If someone has the time, a cool plugin idea is an RSS viewer. See http://web20.originalsignal.com/ for a great RSS viewer written with