[jQuery] 1.2.5 IE6 strange problems

2008-05-22 Thread Tony
Have get the 1.2.5 and test it in my project. All plugins work ok except jqModal - I do not have anymore modal windows in IE6. I'm not sure bu the problem is similar to those reported here http://groups.google.com/group/jquery-en/browse_thread/thread/1cbfc17be168c1f0 By the way if I open this

[jQuery] Re: Inconsistent behaviour of [autocomplete]

2008-05-22 Thread Jörn Zaefferer
Fixed in http://dev.jquery.com/changeset/5657, with a less obtrusive workaround for Opera. Instead of bluring the field, the submit event (happens only in Opera) is stopped. I'll release 1.0.1, containing the fix, soon. Trying to get a few more bugs fixed. Jörn On Thu, May 22, 2008 at 12:04

[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'; });

[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

[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] 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] 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

[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, but

[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.

[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 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

[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

[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: 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,

[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 large

[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 for embedding

[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: 1.

[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

[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 =

[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...

[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

[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

[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] 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 me know if I

[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

[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: 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: 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: 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 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)+

[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 hard to

[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's

[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

[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) With

[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

[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

[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] 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

[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

[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

[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] 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 Javascript

[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] 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] 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

[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] 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] 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 p tags there. Do you mean to wrap them around your paragraph content instead of self-closing them before the content? ie.

[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

[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

[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 to

[jQuery] Digging through wrapper DIVs

2008-05-22 Thread EdMartin
I have a setup like this div id=container div class=wrapper div class=wrapper divspan class=bulletBullet/span !-- other stuff, potentially inner divs also containing bullets -- /div /div /div /div where there is an unknown number of wrapping wrapper divs. I want to select the

[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

[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: 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] [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: 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 find

[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] 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

[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 titletitleMyPageTitle/title/title or with $(head).load(url + title); but the problem is that then i make $(head).load(url + style); to get the style it remove the title and put only the

[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] 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 element

[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

[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

[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

[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

[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

[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 div id=container div class=wrapper div class=wrapper divspan class=bulletBullet/span !--

[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. I

[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:

[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Ryura
You need to use the script src to jQuery before pngfix. script type=text/javascript src=/scripts/jquery-latest.pack.js/ script script type=text/javascript src=/scripts/jquery.pngFix.js/ script On May 22, 7:18 pm, Marcos [EMAIL PROTECTED] wrote: Im getting problems with Jquery. In firefox show

[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Wil Everts
Hi Marcos, In your markup you have: script type=text/javascript src=/scripts/jquery.pngFix.js/script script type=text/javascript src=/scripts/jquery-latest.pack.js/script when you want: script type=text/javascript src=/scripts/jquery-latest.pack.js/script script type=text/javascript

[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: 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 code.

[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;   }); On

[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 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 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, except

[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

[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

[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). Best

[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). Something to

[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=E5141

[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: 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: 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