[jQuery] Re: [validate] Problem with code in ie6 - Object doesn't support method

2008-09-20 Thread Mattl
Thanks for the feedback, I have not finished the design yet, still working on functionality, but will make the changes as you suggest. In the meantime, can anyone comment on the problem I posted about? Thanks Matt On Sep 20, 11:22 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > I don't know ab

[jQuery] Re: fadeTo animation repeats multiple times in Firefox...why?

2008-09-20 Thread Ariel Flesler
What about the official docs ? http://docs.jquery.com/Effects/stop -- Ariel Flesler http://flesler.blogspot.com/ On Sep 20, 11:27 pm, Storm <[EMAIL PROTECTED]> wrote: > Ricardo: > > Thank you! I've been search for hours trying to figure out to cancel > the animations. I didn't even think to put

[jQuery] Re: jQuery programmer needed

2008-09-20 Thread Richard D. Worth
Here's a resource: http://jobs.jsninja.com/ - Richard On Sat, Sep 20, 2008 at 5:03 PM, kjenkins <[EMAIL PROTECTED]> wrote: > > Greetings, > > I am in need of a jQuery programmer to help me customize some scripts. > I would be grateful if somebody would point me in the direction of a > group or

[jQuery] Re: fadeTo animation repeats multiple times in Firefox...why?

2008-09-20 Thread Storm
Ricardo: Thank you! I've been search for hours trying to figure out to cancel the animations. I didn't even think to put the stop() BEFORE the effect. Someone should really put that in there via a demo or tutorial or something. >.<

[jQuery] Re: [validate] Problem with code in ie6 - Object doesn't support method

2008-09-20 Thread Michael Geary
I don't know about the IE6 error, but a comment on the site design: Many of your patients will be completely unable to use the site because of the unreadable text. The text size is 12px, which is far too small for many people. The site should not be using a px size at all. It's Trebuchet, which

[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-20 Thread Mattl
Hi, Any chance someone could look at the following and give me some clues? http://www.edenvillamedical.co.uk/ The jqQuery Validate function works fine in Safari, Firefox, Opera but throws an error in ie6 (i've not been able to test yet in ie7). Validates the form under the 'Prescriptions' tab.

[jQuery] jQuery programmer needed

2008-09-20 Thread kjenkins
Greetings, I am in need of a jQuery programmer to help me customize some scripts. I would be grateful if somebody would point me in the direction of a group or resource for jQuery freelance programmers Many thanks in advance. Regards, Jason

[jQuery] Re: Treeview problem with checkboxes in IE

2008-09-20 Thread mrhankey
The page is: test.cloudbase.org.nz/node/126 The list is below the google earth plugin. It is populated by a script in the page. It is running in Drupal 5.7 but I have patched it up to jQuery 1.2.6 Cheers On Sep 21, 12:40 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Could you post a testpag

[jQuery] Re: Can't get upload to work with jquery.form.js

2008-09-20 Thread Mike Alsup
> Hi, I'm testing the form plugin and can't get the upload to work. It > just submits the page. I really don't know what I'm doing wrong. > Here's my code taken from the demo page. > >             enctype="multipart/form-data"> >                 value="10" /> >                 File: >      

[jQuery] Position a cluetip x pixels to the right and up based from the LEFT margin of a link!?

2008-09-20 Thread ioor
I'm trying to get a tooltip positioned right above a hovered link using the plugin cluetip. It wants to base it's position on the right margin of a link, which changes depending on the length of a link so I can't just set a margin to make it position the same all the time. Anybody know how you ca

[jQuery] Re: Show image gradually

2008-09-20 Thread ricardobeat
It is not a loop per se, you're effectively hovering again everytime the box slides to the right under your mouse cursor. . What you can do is wrap it in another element that will keep it's size and assing the event handler to it. http://code.jquery.com/jquery-latest.js";> http://dev.j

[jQuery] Re: minimize loading time

2008-09-20 Thread ricardobeat
If you are only using these two functions you can live without jQuery, use loops and form posts... On Sep 20, 12:52 am, T.Muthuvijayan <[EMAIL PROTECTED]> wrote: > Hi, > > I am using JQuery $.post and $.each methods, i want minimized version of > jquery.js for these two methods > its enough for m

[jQuery] Re: Show image gradually

2008-09-20 Thread Richard D. Worth
Sure, but how to do that depends on what it is you're trying to do. When the user puts the mouse over the box you want it to hide. Then what? - Richard On Sat, Sep 20, 2008 at 2:13 PM, monycau <[EMAIL PROTECTED]> wrote: > > Ok, thanks but is not possible to disable this loop? > > On Sep 20, 8:35

[jQuery] Re: Show image gradually

2008-09-20 Thread monycau
Ok, thanks but is not possible to disable this loop? On Sep 20, 8:35 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > When you place your mouse over the box it triggers the first hover callback > and animates it to hide. Leaving the mouse over the box while it slides out > of view, the mouseou

[jQuery] Re: Show image gradually

2008-09-20 Thread Richard D. Worth
When you place your mouse over the box it triggers the first hover callback and animates it to hide. Leaving the mouse over the box while it slides out of view, the mouseout event will fire, triggering the second callback, which queues an animation to show it. If your mouse is still in position to

[jQuery] Re: jQuery and Rails Block

2008-09-20 Thread besh
Hi Bob O, can you provide us the html sample you're working on? -- Bohdan Ganicky

[jQuery] Live Resize

2008-09-20 Thread the ev
Hi, I'm trying to get an element to have it's css: left property adjusted with the width of the window, but in a live fashion. For example, if you have the following bit of CSS & HTML: body { width: 100%; } #test { width: 300px; margin: 0 auto; } ... Testing Then that div will always position

[jQuery] Re: Show image gradually

2008-09-20 Thread monycau
Please check this page: http://progra.ro/zoliky/index.html and put the mouse on square (leave the mouse on square). Why the animation is executed twenty times ? Please check my html source code. Thanks so much! On Sep 19, 4:27 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > On Fri, Sep 19,

[jQuery] load progress on background image...

2008-09-20 Thread [EMAIL PROTECTED]
Is it possible to detect this? I've searched everywhere. What i have is an image gallery that changes the background image, so it will be liquid with different resolutions. Id like to trace it so i can attach a load image and text. $("#leftCol").css("background-image","none").hide().css("back

[jQuery] Re: jEditable Clone Referring to the Original Element

2008-09-20 Thread Mika Tuupola
On Sep 19, 2008, at 6:20 PM, Wayne wrote: In short, I can clone jEditable items, but I can't edit them in place without a page reload and rewriting from the server side. Am I ignoring something or do I need to reset a binding somewhere when I do the DOM modification? This should help: http

[jQuery] Re: Search for special characters in the autocomplete (no matter whether it is prototype or jquery)

2008-09-20 Thread Srini
But json.php (the file can even be an text file) file doesn't have any thing related to php related actions. It just having an json formatted data. So, it doesn't make the effect when i kept the file in php -- because the plugin which i having right now just reads the json content (what ever the j

[jQuery] File upload procedure not working in IE7 (only)

2008-09-20 Thread Nigel G
I'm using jquery.js 1.2.6 and the following snippet of javascript to implement a multiple file upload (there is also a plugin available on the jquery site, but it provides all possible bells and whistles in many lines of code; this seemed a much more lightweight approach). However, while it works

[jQuery] jQuery and Rails Block

2008-09-20 Thread Bob O
Hello, Im am a CSS guy moving into the world of js and RoR, so its nice to find things like jQuery and supporting groups. I am a n00b, so the more english the response the better Question: I have a rails partial that cycles a :collection. So every record in the db table receives the same HT

[jQuery] Case Insentitive Selectorys

2008-09-20 Thread blockedmind
I am making search in an xml file, but I don't get expected results since jQuery selectors are case-sensitive. I use something like $(returnedXml).find("item[name*='"+search+"']").each(function(){ }); How to make it INCASE-SENSITIVE?

[jQuery] Re: Search for special characters in the autocomplete (no matter whether it is prototype or jquery)

2008-09-20 Thread Jörn Zaefferer
Okay, but even when the data isn't coming from a database, you could still use json.php the filter the data. Jörn On Sat, Sep 20, 2008 at 3:18 PM, Srini <[EMAIL PROTECTED]> wrote: > > Hello, First thanks for your reply. > > Autocomplete is working with the json data - this data is taken from > th

[jQuery] Re: Search for special characters in the autocomplete (no matter whether it is prototype or jquery)

2008-09-20 Thread Srini
Hello, First thanks for your reply. Autocomplete is working with the json data - this data is taken from the server (a file called json.php) not from the db. So, whenever we enter the keyword for search -- it will refer this json data -- not with the db. Srini

[jQuery] Re: replaceWith returns the replaced element

2008-09-20 Thread tchvil
This one is slightly better altough not in jQuery style: $.fn.replaceWithAndReturnNew = function(html){ var elm = $(this)[0].cloneNode(false); $(this).after(elm).remove(); elm.innerHTML = html; return $(elm);}; On Sep 20, 9:31 am, tchvil <[EMAIL PROTECTED]> wrote

[jQuery] Re: Search for special characters in the autocomplete (no matter whether it is prototype or jquery)

2008-09-20 Thread Jörn Zaefferer
Where does the data come from? Remote from the server or local data? With remote data you could implement it on the server, without having to change anything in the autocomplete script. Jörn On Sat, Sep 20, 2008 at 4:25 AM, Srini <[EMAIL PROTECTED]> wrote: > > Dear all, > > We need a solution ho

[jQuery] Re: Treeview problem with checkboxes in IE

2008-09-20 Thread Jörn Zaefferer
Could you post a testpage? On Sat, Sep 20, 2008 at 9:35 AM, mrhankey <[EMAIL PROTECTED]> wrote: > > I have set up a tree using Treeview where each list item includes a > checkbox input. This works perfectly on Firefox but with IE 6 & 7 > every time I expand a tree branch the checkboxes in the bra

[jQuery] Re: Validate with bassistance local bug

2008-09-20 Thread Jörn Zaefferer
Try to download the complete package, which includes the demo and it's PHP files for remote validation: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Jörn On Sat, Sep 20, 2008 at 2:23 AM, ripcurlksm <[EMAIL PROTECTED]> wrote: > > On this demo: > http://jquery.bassistance.de/valid

[jQuery] Re: [autocomplete] + [ajaxqueue] confusion

2008-09-20 Thread Jörn Zaefferer
None of that is "regis-authored". The plugin, as released on plugins.jquery.com provides similar features but a different API. The in SVN was written by me, while autocomplete leverages only the abort-option. So as long as you care only about autocomplete, just use the version bundled with it. Jör

[jQuery] Re: replaceWith returns the replaced element

2008-09-20 Thread Richard D. Worth
$.fn.replaceWithAndReturnNew = function(htmls){ var replacer = $(htmls); $(this).replaceWith(replacer); return replacer; }; - Richard On Sat, Sep 20, 2008 at 3:31 AM, tchvil <[EMAIL PROTECTED]> wrote: > > Thanks a lot for your replies. > Ok, I guess there are good reasons to return the rep

[jQuery] Re: merging input values into another input filed value

2008-09-20 Thread MorningZ
"+" is JavaScript's method of concatenating strings: $("input#rsvp-notes").val(friend1 + friend2 + friend3) ;

[jQuery] Re: Onclick Not working

2008-09-20 Thread MorningZ
Sort sort of example code would be a huge help for others to help you

[jQuery] Can't get upload to work with jquery.form.js

2008-09-20 Thread kojilab
Hi, I'm testing the form plugin and can't get the upload to work. It just submits the page. I really don't know what I'm doing wrong. Here's my code taken from the demo page. File: Return Type: html

[jQuery] minimize loading time

2008-09-20 Thread T . Muthuvijayan
Hi, I am using JQuery $.post and $.each methods, i want minimized version of jquery.js for these two methods its enough for me to load simple pages Is there any idea T.Muthuvijayan

[jQuery] minimize loading time

2008-09-20 Thread muthu
I am using jquery $.post method and $.each, these two methods is enough to me for simple pages its hard for me to load a 15kb jQuery.js file, is any other way to load minimized jquery file

[jQuery] Treeview problem with checkboxes in IE

2008-09-20 Thread mrhankey
I have set up a tree using Treeview where each list item includes a checkbox input. This works perfectly on Firefox but with IE 6 & 7 every time I expand a tree branch the checkboxes in the branch all disappear almost immediately after the branch opens. Furthermore, when I mouse over a parent node

[jQuery] Onclick Not working

2008-09-20 Thread Balaji.S
Am designing a website in that i have the latest news at the top and when users clicks it . am storing it in a recently viewed block , Am calling a javascript function for this process . In the latest am able to click all the titles and i can see the data getting loaded through jquery.min.js but

[jQuery] Re: replaceWith returns the replaced element

2008-09-20 Thread tchvil
Thanks a lot for your replies. Ok, I guess there are good reasons to return the replaced object. Now my question becomes... is there a better jQuery way of doing this quite ugly thing: $.fn.replaceWithAndReturnNew = function(htmls){ var replaced = $(this)[0]; var div = document.c