[jQuery] Re: jQuery tooltip doesn't work after UpdatePanel update?

2008-05-22 Thread vladv
THank you very much. I used pageLoad function for this, because it runs also on partial postbacks. On May 21, 6:38 am, steve_f <[EMAIL PROTECTED]> wrote: > You need to hookup a callback using the ms ajax page request manager > like so > > Sys.WebForms.PageRequestManager.getInstance().add_endReq

[jQuery] Re: A simple plugin to check if your browser supported by jQuery - Officially

2008-05-22 Thread howa
On 5月23日, 下午1時19分, Danny <[EMAIL PROTECTED]> wrote: ...people who felt browser-sniffing was too evil to ever allow. People saying this are those who never read the jQuery sources. Also, I agree this should be in the core of jQuery. Howard

[jQuery] Re: A simple plugin to check if your browser supported by jQuery - Officially

2008-05-22 Thread Danny
I could find this useful, but I think it ought to be in the jQuery core since the list of supported browsers changes with each release. I proposed this on the jQuery-dev list but got my head chewed off by people who felt browser-sniffing was too evil to ever allow. I wonder if there is any way to

[jQuery] Re: Very basic animation of an image is jerky (not smooth). Am I doing something wrong?

2008-05-22 Thread Danny
I'm afraid that you're stuck with the jerkiness if you use javascript (rather than something designed for it, like Flash). javascript is single-threaded, so everything (like mouse moves and keypresses) interferes and the interval in setInterval(..., time) is a suggestion to the interpreter rather

[jQuery] Re: Select lists in 1.2.5

2008-05-22 Thread Aaron Heimlich
$("#q").val("3"); <-- notice that I used a string, not an integer works. See http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d2710c8b4928 http://groups.google.com/group/jquery-dev/browse_thread/thread/6ce7698740c80be0 On Thu, May 22, 2008 at 10:22 PM, Photic <[EMAIL PROTECTED]>

[jQuery] Re: [swfobject + tooltip] Swfobject embedded flash disappears when tooptip overlays

2008-05-22 Thread olestaats
I just tested in FF3 Beta MAC and the tooltip overlays fine. On May 22, 4:13 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > The flash works fine on my machine (Firefox 2 on Windows). > > Something to try out is the wmode-attribute, > seehttp://www.communitymx.com/content/article.cfm?cid=E51

[jQuery] Re: [swfobject + tooltip] Swfobject embedded flash disappears when tooptip overlays

2008-05-22 Thread olestaats
Thanks. Looking on IE7 on a PC it works fine too. It appears to only affect FF2 on MAC. Safari3 is OK too. I have teh wmode set to "transparent" Thanks so much! On May 22, 4:13 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > The flash works fine on my machine (Firefox 2 on Windows). > > Some

[jQuery] Re: Select lists in 1.2.5

2008-05-22 Thread Photic
Sure no prob. Here you go: http://www.happinessinmycheeks.com/jquery/1.2.3.htm http://www.happinessinmycheeks.com/jquery/1.2.5.htm On May 22, 6:29 pm, "Wil Everts" <[EMAIL PROTECTED]> wrote: > Photic, > > Can you point us to a web-sample so we can Firebug it up? (The console is > your friend). >

[jQuery] Conditionally adding DOM using FlyDOM

2008-05-22 Thread Mouly
I'm adding elements to the DOM after page load, using Flydom jQuery plugin (http://flydom.socianet.com/). I need to add elements only when some conditions are satisfied. To clarify, the following code is used to append a table to the exampleCA element. $('#exampleCA').createAppend( 'table',

[jQuery] Re: Digging through wrapper DIVs

2008-05-22 Thread EdMartin
"Uppermost" in the sense that between them and the all-embracing div.#container there's nothing but div.wrappers -- no other divs with span.bullet children in the ancestry. Wizzud's expression performs exactly the right selection. Thanks for your input, though. (I'd also forgotten about the usefu

[jQuery] Re: growl for jquery

2008-05-22 Thread zoul0813
darren, I'll look into adding that functionality -- I just recently got a mac again, I wrote the jQuery Growl plugin because I was inspired by the MooTools version called Window.Growl ... now that I have a Mac with Growl, I'll look into making it more 'Growl like' ... I was also experimenting wit

[jQuery] Re: New site -- name constructor

2008-05-22 Thread Eeby
On May 22, 7:24 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Ethan, > > I'm sorry to hear that the clueTip plugin didn't work for you in IE 6. > Would you mind providing me with more information about that? I > haven't heard of anyone else not being able to get it to work at all > in IE 6, ex

[jQuery] Re: Digging through wrapper DIVs

2008-05-22 Thread Karl Swedberg
I'm not sure what you mean by "uppermost," but you can select the wrapper div closest to the span with $ ('span.bullet').parents('div.wrapper:first') or furthest out from the span with $('span.bullet').parents('div.wrapper:last') --Karl _ Karl Swedberg www.englishrules.com

[jQuery] Re: New site -- name constructor

2008-05-22 Thread Karl Swedberg
Hi Ethan, I'm sorry to hear that the clueTip plugin didn't work for you in IE 6. Would you mind providing me with more information about that? I haven't heard of anyone else not being able to get it to work at all in IE 6, except for one person who was trying to apply them to option elem

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
I wasn't aware that you had to have a server environment for AJAX to work. I'm looking into getting Apache and PHP set up now. Thanks for the help.

[jQuery] Re: Digging through wrapper DIVs

2008-05-22 Thread EdMartin
That's the ticket -- works like a charm! I knew jQuery could do it. Thanks, Wizzud. (Wizzud by name, Wizzud by nature) Ed On May 22, 8:11 pm, Wizzud <[EMAIL PROTECTED]> wrote: > $('span.bullet').parent().filter(function(){ >     return !$(this).parents('div:has(>span.bullet)').length; >   }); >

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Karl Rudd
If you're using Firefox 3.x it may be this: http://ejohn.org/blog/tightened-local-file-security/ Karl Rudd On Fri, May 23, 2008 at 9:07 AM, John <[EMAIL PROTECTED]> wrote: > > It's just faster to write self closing p tags and I was just giving an > example. I don't normally use them in my cod

[jQuery] Re: Select lists in 1.2.5

2008-05-22 Thread Wil Everts
Photic, Can you point us to a web-sample so we can Firebug it up? (The console is your friend). Best Wishes, Wil Everts [EMAIL PROTECTED]

[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Wil Everts
Hi Marcos, In your markup you have: when you want: Your jquery include should be inserted BEFORE any other plugins/scripts. Best of Luck! Wil Everts [EMAIL PROTECTED]

[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Ryura
You need to use the script src to jQuery before pngfix. On May 22, 7:18 pm, Marcos <[EMAIL PROTECTED]> wrote: > Im getting problems with Jquery. In firefox show jQuery is not > defined. I think that this is due to pngfix. But I dont lnow how to > solve. Another problem its with fade and png tr

[jQuery] [autocomplete] more control needed

2008-05-22 Thread AaronCampbell
I'd been using the autocomplete from scriptaculous, and I think I got spoiled in some areas. I'm hoping that maybe someone can help me with this. 1) My backend returns JSON in the form of an array of objects, which is really nice for everything else that uses it: http://ezdispatch.com/get_custom

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Theodore Ni
What page are you trying to load with AJAX? Is it outside your domain? On Thu, May 22, 2008 at 7:47 PM, John <[EMAIL PROTECTED]> wrote: > > It's just faster to write self closing p tags and I was just giving an > example. I don't normally use them in my code. They're not related to > my problem.

[jQuery] Re: Digging through wrapper DIVs

2008-05-22 Thread Wizzud
$('span.bullet').parent().filter(function(){ return !$(this).parents('div:has(>span.bullet)').length; }); On May 22, 9:54 pm, EdMartin <[EMAIL PROTECTED]> wrote: > I have a setup like this > > > > >Bullet > > > > > > > where there is an unknown number of wrapping "w

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX c

[jQuery] jQuery is not defined and fade

2008-05-22 Thread Marcos
Im getting problems with Jquery. In firefox show jQuery is not defined. I think that this is due to pngfix. But I dont lnow how to solve. Another problem its with fade and png transparencies with explorer. Can you help me. You can check it out in http://csshispano.com

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX c

[jQuery] Help optimize my code!

2008-05-22 Thread Ryura
Hi everyone, I'm using the curvyCorners plugin, but I only want the corners to be curved when you're hovering over the element. Currently I've got this working but it's terrribly slow and, I fear, inefficient. $(function() { var clone;

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX c

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
It's just faster to write self closing p tags and I was just giving an example. I don't normally use them in my code. They're not related to my problem. I am using Firefox 3.5 beta on a Linux Ubuntu system. I do have Firebug (and Web Developer) but I'm not sure how to use it to monitor the AjAX c

[jQuery] New site -- name constructor

2008-05-22 Thread Eeby
Hi all. I completed a new site that is pretty much all JQuery, JQuery UI, XHTML, and CSS. http://rockpebble.com I did it mostly for fun. It uses the JQuery UI drag and drop capability. I still want to add some keyboard shortcuts using the JQuery Hotkeys plugin. It did have some popup help messag

[jQuery] Re: Convert special characters

2008-05-22 Thread Bil Corry
hubbs wrote on 5/22/2008 2:19 PM: I would love to move to UTF8. Problem is, 99% of our site was created with ISO-8859-1, so when I changed it to UTF8, all " and ' characters got question marks. And I am not about to go through the entire site and retype those. Not sure what that happens thou

[jQuery] Re: blockUI not closing in IE

2008-05-22 Thread Mike
> I recently implemented the blockUI plugin to enable a modal image > popup on a site. I have since encountered an issue unblocking the > modal image element in IE6 and IE7. I have tried several methods of > restructure the code, but all still seem to fail. The image displayed > as the modal eleme

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Pyrolupus
The simple answer is that you can't make Ajax calls to a file resource. Apache httpd is fairly easy to install (http:// httpd.apache.org)--or check your distro if you're running Linux. If you're using a pro version of Windows, you can also enable IIS or PWS. (There are also simpler lightweight

[jQuery] .load and take dom element

2008-05-22 Thread ontheclouds
I'd like to take dom element from another page. I try with: $("title").load(url + " title"); but it make MyPageTitlehttp://www.nabble.com/.load-and-take-dom-element-tp17409507s27240p17409507.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Show/hide toggle hides form too...bah!

2008-05-22 Thread Pyrolupus
You need to have your event handler handle things differently depending upon the specific child element that was clicked. For example: $('div#homepage_boxes> div.col').click(function(event) { var $tgt = $(event.target); if ($tgt.not('form')) { //don't toggle when clicking the for

[jQuery] Re: 1.2.5 Possible bug.

2008-05-22 Thread Ariel Flesler
Also, this will work. $("blah").attr("value", 9); Just mentioning :) -- Ariel Flesler http://flesler.blogspot.com On 22 mayo, 19:10, Ariel Flesler <[EMAIL PROTECTED]> wrote: > http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d27... > > Options' values are strings. If you use $

[jQuery] [validate] field 1 or field 2

2008-05-22 Thread TiGeRWooD
Hi, is it possible with jquery validate to check 2 fields but only 1 of these 2 fields would be required ... one or the other ... I would have at least one phone number of client (work or mobile phone number) ... Thanks for your help ...

[jQuery] Re: blockUI not closing in IE

2008-05-22 Thread TiGeRWooD
Hi, Try this plugin nyroModal ;-) This one is very powerfull , you can enable modal gallery and many others things ... http://nyromodal.nyrodev.com/

[jQuery] Re: Select Boxes and choosing a value on page load

2008-05-22 Thread Pyrolupus
On May 22, 3:30 pm, Randy Johnson - CFConcepts <[EMAIL PROTECTED]> wrote: > I have a page that auto loads States and Cities from a database. > > When you change the state, the city name changes. > > This works fine on the page when you go to fill it out for the first time. > > What I can seem to f

[jQuery] Re: 1.2.5 Possible bug.

2008-05-22 Thread Ariel Flesler
http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d2710c8b4928 Options' values are strings. If you use $("blah").val("9") will work. I hope this could had been warned before the release, but mind you that this is not "broken", just stricter. We might stringify numbers for a next

[jQuery] Re: Dynamically add datepicker

2008-05-22 Thread Mike Nichols
look at the livequery or listen plugins to handle this On May 22, 1:39 pm, Adam <[EMAIL PROTECTED]> wrote: > I'm having trouble dynamically adding both Kelvin Luck's and the UI > datepicker to a page. I have one working fine when the page loads, but > bringing one in via an AJAX call doesn't seem

[jQuery] Digging through wrapper DIVs

2008-05-22 Thread EdMartin
I have a setup like this Bullet where there is an unknown number of wrapping "wrapper" divs. I want to select the uppermost divs that contain a span.bullet, regardless of the amount of wrapping. All such uppermost span.bullet-containg divs will be wrapped to the same dept

[jQuery] blockUI not closing in IE

2008-05-22 Thread shaun_haage
I recently implemented the blockUI plugin to enable a modal image popup on a site. I have since encountered an issue unblocking the modal image element in IE6 and IE7. I have tried several methods of restructure the code, but all still seem to fail. The image displayed as the modal element is remo

[jQuery] Re: Hi!

2008-05-22 Thread Netcrawle
Hi Scott and thanks for your reply! I had initially given up on this, but your reply made me give it even some more effort to the issue. Turns out i've been a total moron when "duplicating" the original input-element -> to a new anchor-element. I duplicated the ID as well. So the onclick was trigg

[jQuery] Re: Cluetip not working because of other javascript

2008-05-22 Thread Karl Swedberg
Is it possible that the other script is unbinding the events that the cluetip plugin bound to the links? Or is the content possibly being generated dynamically? If so, it might be necessary to call the cluetip() method in the callback of the other script, or use a setTimeout as a last res

[jQuery] Re: Help getting the AJAX load() to work in Firefox

2008-05-22 Thread Adam
Hey John. Welcome to jQuery. I'm not much of an expert by any means, but thought I'd try to help. Firstly - and this may be unrelated - but you have some strangely formatted tags there. Do you mean to wrap them around your paragraph content instead of self-closing them before the content? ie. co

[jQuery] Dynamically add datepicker

2008-05-22 Thread Adam
I'm having trouble dynamically adding both Kelvin Luck's and the UI datepicker to a page. I have one working fine when the page loads, but bringing one in via an AJAX call doesn't seem to work. Anyone have time to troubleshoot this one? I've emailed Kelvin to no avail.

[jQuery] Show/hide toggle hides form too...bah!

2008-05-22 Thread Ridge
I have this page: http://tinyurl.com/5hascg. I'm using JQuery for a few things - :hover on the main content blocks, form validation, and show/hide. By themselves, everything is working great! But it's the interoperability of the last two that are causing me a headache. When you click anywhere in

[jQuery] Select Boxes and choosing a value on page load

2008-05-22 Thread Randy Johnson - CFConcepts
Hello, I have a page that auto loads States and Cities from a database. When you change the state, the city name changes. This works fine on the page when you go to fill it out for the first time. What I can seem to find anywhere is how to pre select the boxes if I am doing an edit on the pa

[jQuery] Select lists in 1.2.5

2008-05-22 Thread Photic
Did the functionality change on how to assign values to select lists? $("#foo").val(3); no longer works. I've tried it on a simple page with a single select box with eight values numbered 1-8 and it didn't work. After reverting to 1.2.3 it becomes operational. Hopefully this isn't a re-post. I

[jQuery] jQuery Error with auto-tabbing and browser autocomplete options

2008-05-22 Thread Mathachew
Changed topic back to the original topic. Oops :(

[jQuery] 1.2.5 Possible bug.

2008-05-22 Thread Photic
I noticed that after updating my files to 1.2.5 that the val() functionality had either changed or is now broken for select lists. When using select lists I am unable to set the value using .val() such as: $("blah").val(9); I rolled back to 1.2.3 and the issue wasn't present. I would look through

[jQuery] Re: Javascript breakout Game

2008-05-22 Thread Theodore Ni
Very nice. I got to 111 points before I got bored; is there supposed to be an invisible block in the upper left for you to keep hitting? :-) On Thu, May 22, 2008 at 2:21 PM, David Decraene <[EMAIL PROTECTED]> wrote: > > I took my mind of things and had some fun with jQuery, John's Simple > Javasc

[jQuery] Re: Convert special characters

2008-05-22 Thread hubbs
Bill, I would love to move to UTF8. Problem is, 99% of our site was created with ISO-8859-1, so when I changed it to UTF8, all " and ' characters got question marks. And I am not about to go through the entire site and retype those. Not sure what that happens though. On May 22, 11:12 am, Bil

[jQuery] Cluetip not working because of other javascript

2008-05-22 Thread hubbs
I was frustrated because I could not figure out why cluetip was not working. I figured out it was conflicting with another script, which makes a div scrollable, and I had the cluetip links inside of this. If I move the clue tip links, outside of the scrollable div, it works as expected. any idea

[jQuery] Javascript breakout Game

2008-05-22 Thread David Decraene
I took my mind of things and had some fun with jQuery, John's Simple Javascript Inheritance Script and the canvas element. The result is a simple Breakout game that can be seen at: http://ontologyonline.org/jGames/breakout.html A word on browser compatibility: It doesn't work in Evil IE (Intern

[jQuery] Re: Convert special characters

2008-05-22 Thread Bil Corry
hubbs wrote on 5/22/2008 12:23 PM: Karl, it seems to be the biggest problem when text is copied from MS Word, then sent through ajax. The quotes don't play nice. The curly quotes from MS Word are in the Windows-1252 character set. You're using ISO-8859-1, which does not have the curly quot

[jQuery] Re: Some problem with latest version of Jquery Validator?

2008-05-22 Thread vertical-align
Only had problems (this one and others) with Validate 1.3 when using jQuery 1.2.5.

[jQuery] Validate plugin bug

2008-05-22 Thread Mike Nichols
Sorry for the double posting, but the other subject was vague... There needs to be a check for value !== null in the attributeRules method of the jquery.validate plugin. It bombs otherwise when collecting the rules . Not sure if this is because of using the 1.2.5 jq release. Also I have a patch h

[jQuery] [validate] bug

2008-05-22 Thread Mike Nichols
There needs to be a check for value !== null in the attributeRules method of the jquery.validate plugin. It bombs otherwise when collecting the rules . Not sure if this is because of using the 1.2.5 jq release. Also I have a patch here http://plugins.jquery.com/node/1667 that is three months old..

[jQuery] Re: Some problem with latest version of Jquery Validator?

2008-05-22 Thread Mike Nichols
You need to include a check for value !== null in attributeRules method...I'd submit a patch but not sure where to do it to have it considered. mike On May 22, 6:28 am, Deep Ganatra <[EMAIL PROTECTED]> wrote: > Hi, > I just downloaded Jquery validator verison: 1.3 (I am using JQuery > 1.25) > > W

[jQuery] Re: SuperFish Plugin - How to Remove Animation

2008-05-22 Thread Ed
Thanks Joel! It worked like a charm. No more animation. PS: Thanks for making this plugin. Using the plugin was my first real experience with JavaScript and Jquery. I addded a bunch of additional functionality to it and it was an awesome learning experience. I made the menu of my dreams :) On Ma

[jQuery] Re: Convert special characters

2008-05-22 Thread hubbs
Karl, it seems to be the biggest problem when text is copied from MS Word, then sent through ajax. The quotes don't play nice. On May 21, 10:21 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > That's my guess. Without seeing the web page(s) in question it's > pretty hard to diagnose where exactly it

[jQuery] Re: Convert special characters

2008-05-22 Thread hubbs
Well, I checked, and our website is using iso-8859-1. I see that this is a subset of utf8. Is it still possible to have js correctly uncode the characters? On May 21, 10:21 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > That's my guess. Without seeing the web page(s) in question it's > pretty har

[jQuery] Re: Logging JavaScript errors with jQuery

2008-05-22 Thread Dave Methvin
> Is it possible to use jQuery to find out if/when a JavaScript error/warning > occurs? I have something like this on some pages: window.onerror = function(msg, file, line) { var img = new Image(); img.src = "/path/to/error.php?msg="+encodeURIComponent(msg)+ "&file="+encodeURICompone

[jQuery] Re: New site, a simple custom store

2008-05-22 Thread Scott Sauyet
peteshinners wrote: The site is a small custom shop at http://cupcream.com. jQuery is used to handle clicking thumbnails. There is a custom modal contact dialog and some animated hovers and scrolls. The site looks nice. Great job! Please take the suggestions below as constructive criticism.

[jQuery] Re: Logging JavaScript errors with jQuery

2008-05-22 Thread cfdvlpr
I'm also very interested in this. One thing I've found is that you can call a function onerror with a line of code like this in your $ (document).ready : onerror=logError; Then, you defined the function logError... On May 22, 12:46 am, Kia Niskavaara <[EMAIL PROTECTED]> wrote: > Is it possible

[jQuery] Re: setting options for objects

2008-05-22 Thread Michael Geary
You can do that with jQuery's extend() method. For example: var base = { a:'1', b:'2' }; var one = $.extend( {}, base, { c:'3' } ); var two = $.extend( {}, base, { d:'4' } ); http://docs.jquery.com/Utilities/jQuery.extend -Mike > This is a general javascript question really > > I

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-22 Thread Abba . Bryant
The point is that your calling a interface blocking plugin to do something as simple as a hover effect. The plugin intercepts events on elements behind the blocking overlay to prevent interaction with the blocked portion of the page amongst other things. You don't need or even want that behavior.

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-22 Thread Chris Jordan
Thanks Abba. I'm using it because it's convenient. I don't have to worry about anything. I just call it. If it does a little more, I'm not real worried about it. Also, once the thumbnail is clicked on, I'm using blockUI again to display the larger image. Chris On Wed, May 21, 2008 at 6:46 PM, <[E

[jQuery] setting options for objects

2008-05-22 Thread Matt2012
This is a general javascript question really I have three objects that are similar $.object1({ option1: "something", option2: "something else", optio

[jQuery] A simple plugin to check if your browser supported by jQuery - Officially

2008-05-22 Thread howa
Just share with you one of a useful plugin: jQuery.supported = function() { if (typeof jQuery.supported.result != "undefined") return jQuery.supported.result; jQuery.supported.browsers = [ ["safari", "412"], ["opera", "9.0"],

[jQuery] Re: [Autocomplete] Applying bgiframe

2008-05-22 Thread Jörn Zaefferer
The bgiframe plugin is applied automatically, all you need to do is to include the js file - and of course the autocomplete itself. The current release throws an error when the bgiframe plugin isn't included, that'll be fixed in the next release. Jörn On Wed, May 21, 2008 at 9:19 PM, Dyne Light

[jQuery] Re: Case Insensitive Selector

2008-05-22 Thread Scott Sauyet
Karl Swedberg wrote: I agree that a filter function is probably the way to go, but a regular expression within it might be more flexible: $('something').filter(function() { return (/value/i).test( $(this).attr('attribute')); }); Right. Was that me last week teasing a junior developer fo

[jQuery] Re: Validate Plugin - Message customization with metadata

2008-05-22 Thread Dane
Sorry about that. Should be good now. ^Fingers Crossed^ On May 22, 7:53 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Can't apply the patch, see comment on ticket. > > Jörn > > On Wed, May 21, 2008 at 1:09 AM, Dane <[EMAIL PROTECTED]> wrote: > > > Ticket #2908 created and patch attached. Let

[jQuery] One more note

2008-05-22 Thread Mathachew
I also want to point out that by applying autocomplete=OFF to the form fields eliminates the error as well, which proves the conflict occurs with a browser's text field autocomplete feature.

[jQuery] Re: Hi!

2008-05-22 Thread Scott Sauyet
Netcrawle wrote: I'm having major trouble with regards to having to work with inline javascript-code generated by the Apache Wicket-framework for Java I've had some difficulty too getting Wicket to play nice with jQuery or vice-versa, and often done similar tricks. You code looks fine. One

[jQuery] [Validate] Some problem with latest version of Jquery Validator?

2008-05-22 Thread Deep Ganatra
Hi, I just downloaded Jquery validator verison: 1.3 (I am using JQuery 1.25) With the latest version following things doesn't work: 1. Form gets submitted without getting validated 2. After entering invalid value, when we change the focus of the field, instead of showing the error, it throws fol

[jQuery] Re: jQuery Cycle plugin - avoiding preloading large number of images?

2008-05-22 Thread Mike
Another Mike ... sounds like I'm talking to myself! Thanks very much for that note. I think that approach will work - I might have to be a bit creative, and set up some way for the Cycle plugin to request more slideshow items when it needs them, but this is an extremely good start. Just what I ne

[jQuery] Re: slideshow for big images

2008-05-22 Thread Mike
Thanks Richard (on behalf of the original poster!). Additionally - looks like SmoothGallery 2.0 will do what he needs. I couldn't get it working in my environment though, as opposed to jQuery Cycle, which ran quite easily (but didn't have the required functionality out of the box). YMMV... Mike.

[jQuery] using Jquery ajax methods in userscript

2008-05-22 Thread Maddy
Hi Everyone, I am trying to send the grease monkey variable values to my MySQL datbase. I thought of using Ajax methods in jQuery to perform this action but i am not sure how a variable can be passed from userscript to the embedded jquery ajax methods...plz help! e.g page_title = document.tit

[jQuery] Hi!

2008-05-22 Thread Netcrawle
Hi! I'm having major trouble with regards to having to work with inline javascript-code generated by the Apache Wicket-framework for Java (as you can see under). Now in order to style the input properly I'm hiding it and using a anchor to trigger the hidden submit. This works swell in 99% of the

[jQuery] Re: Accordion Problems

2008-05-22 Thread [EMAIL PROTECTED]
Many thanks Jorn. That fixed it. Jörn Zaefferer wrote: > The autoheight option got renamed to autoHeight. > > Jörn > > On Wed, May 21, 2008 at 9:25 AM, fambizzari <[EMAIL PROTECTED]> wrote: > >> I've just tried to implement the excellent UI Accordion plug-in (see >> http://www.favouritethings.c

[jQuery] Re: jQuery Cycle plugin - avoiding preloading large number of images?

2008-05-22 Thread Mike
> I have a problem with the Cycle plugin (jQuery-based > slideshow,http://malsup.com/jquery/cycle/) that I hope someone here can help > me > out with. > > Currently, Cycle loads all the images up front. That's a problem for > me - the slideshow I'm working on may have a very large number of > im

[jQuery] Re: Accordion Problems

2008-05-22 Thread Jörn Zaefferer
The autoheight option got renamed to autoHeight. Jörn On Wed, May 21, 2008 at 9:25 AM, fambizzari <[EMAIL PROTECTED]> wrote: > > I've just tried to implement the excellent UI Accordion plug-in (see > http://www.favouritethings.com/dev/Accordion.htm) > > I am, however, struggling with 2 issues: >

[jQuery] Re: Validate Plugin - Message customization with metadata

2008-05-22 Thread Jörn Zaefferer
Can't apply the patch, see comment on ticket. Jörn On Wed, May 21, 2008 at 1:09 AM, Dane <[EMAIL PROTECTED]> wrote: > > Ticket #2908 created and patch attached. Let me know if I should > change anything. > > On May 19, 1:57 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> > wrote: >> Just use "messages"

[jQuery] Re: slideshow for big images

2008-05-22 Thread Richard D. Worth
Here's the thread: http://groups.google.com/group/jquery-en/browse_thread/thread/425489f907732f19 - Richard On Thu, May 22, 2008 at 6:31 AM, Mike <[EMAIL PROTECTED]> wrote: > > Hi, > > I've just posted a question that's related to yours (search for > "jQuery Cycle plugin - avoiding preloading l

[jQuery] Re: slideshow for big images

2008-05-22 Thread Mike
Hi, I've just posted a question that's related to yours (search for "jQuery Cycle plugin - avoiding preloading large number of images?"). I don't have an answer for you, but if anyone can give me a bit of advice, my solution will probably help you out as well. I'm hoping... Mike. On May 21, 7:

[jQuery] jQuery Cycle plugin - avoiding preloading large number of images?

2008-05-22 Thread Mike
Hi, I have a problem with the Cycle plugin (jQuery-based slideshow, http://malsup.com/jquery/cycle/ ) that I hope someone here can help me out with. Currently, Cycle loads all the images up front. That's a problem for me - the slideshow I'm working on may have a very large number of images, not

[jQuery] Re: [autocomplete] jquery plugin with json data returned

2008-05-22 Thread Jörn Zaefferer
I've started creating an example for remote-json: http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/json.html This needs to get much easier, but should at least help to get started for now. Jörn On Wed, May 21, 2008 at 1:08 AM, BbErSeRkK <[EMAIL PROTECTED]> wrote: > > I'm using the aut

[jQuery] Re: Table slide toggle

2008-05-22 Thread Brian Schilt
Well, you may need to adjust how you are going about "minimizing" table content. I tried to do something very similar with a series of tables I had on a page. On my page users were able to filter rows based upon certain criteria, when a row was filtered (hidden) I had to use the .fadeTo() method f

[jQuery] Re: Media Plugin - unable to overwrite default options

2008-05-22 Thread Mike
> I was under the impression that this would override the default > mp3Player and flvPlayer options: > > $(document).ready(function(){ > $('a.media').media(); > $.fn.media.defaults.flvPlayer = '/misc/mediaplayer.swf'; > $.fn.media.defaults.mp3Player = '/misc/mediaplayer.swf

[jQuery] Re: Table slide toggle

2008-05-22 Thread Tony
I think, that this is not related to jQuery. The problem is how different browsers interpret th. Not tested, but this should work in IE, but not in FF - right? There is another problem which is opposite to those Try to make this on tbody - i.e toggle the th and look the result in IE and FF. Solut

[jQuery] Help getting the AJAX load() to work in Firefox

2008-05-22 Thread John
Hello. I'm fairly new to JQuery. In my learning I'm testing out very simple Ajax. I'm just trying to inject a small piece of HTML into a div in my current page. I get the same error every time. Permission denied to call method XMLHttpRequest.open xml.open(s.type, s.url, s.async); I've read seve

[jQuery] Logging JavaScript errors with jQuery

2008-05-22 Thread Kia Niskavaara
Is it possible to use jQuery to find out if/when a JavaScript error/warning occurs? I would be able to send info about what kind of error/warning, time, url, browser - to a specific page on my site that will log this info on the server. Maby there is already a logging plugin?

[jQuery] Re: Convert special characters

2008-05-22 Thread Julien de Prabère
I notice with IE6.0 : Microsoft.XMLHTTP don't take care at charset and work only with utf-8 encoded responses, while Msxml2.XMLHTTP seems, like XMLHttpRequest, respect the charset if it is done ( "Content-Type: text/html; charset=ISO-8859-1" in PHP). It seems explain your difficulties with jQuery.

[jQuery] Media Plugin - unable to overwrite default options

2008-05-22 Thread jack
I was under the impression that this would override the default mp3Player and flvPlayer options: $(document).ready(function(){ $('a.media').media(); $.fn.media.defaults.flvPlayer = '/misc/mediaplayer.swf'; $.fn.media.defaults.mp3Player = '/misc/mediaplayer.swf'; }); Unfo

[jQuery] New site, a simple custom store

2008-05-22 Thread peteshinners
I've got my first ever dynamic website online. I evaluated several javascript libraries, but knew pretty quick that jQuery was the right choice. Now that the hard work is done I have no regrets with jQuery at all. The site is a small custom shop at http://cupcream.com. jQuery is used to handle cl

[jQuery] Re: [swfobject + tooltip] Swfobject embedded flash disappears when tooptip overlays

2008-05-22 Thread Jörn Zaefferer
The flash works fine on my machine (Firefox 2 on Windows). Something to try out is the wmode-attribute, see http://www.communitymx.com/content/article.cfm?cid=E5141 Jörn On Thu, May 22, 2008 at 1:57 AM, olestaats <[EMAIL PROTECTED]> wrote: > > Hello, > I have tool tip working nicely on my site,

[jQuery] Re: Table slide toggle

2008-05-22 Thread Cloudream
I've update the code, try http://labs.cloudream.name/jquery/tbody-slidetoggle.html It seems the enchant doesn't work at all. :-( On May 22, 12:02 am, Brian Schilt <[EMAIL PROTECTED]> wrote: > I've had these similar problems with trying to animate table rows and > cells. this problem is related

  1   2   >