[jQuery] ThickBox - closing without using the mouse?

2006-09-12 Thread Jim Davis
Is there a way to close a ThickBox ( http://jquery.com/demo/thickbox/ ) without using the mouse? An access key for example? This would be a real plus for accessibility. Jim ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] ThickBox - closing without using the mouse?

2006-09-12 Thread Jim Davis
Thanks. I added the code you suggested but couldn't get it to work. It didn't break anything, but esc didn't close the page. I'll just wait for 2.1. Jim On 9/12/06, Su [EMAIL PROTECTED] wrote: This had been added in 2.1, which was retracted because it had too many issues. In the Thickbox 2.0

[jQuery] Help with loading a Google Map

2006-09-11 Thread Jim Davis
I am trying to load this map page: http://www.4realty.info/newAugust06/maps/map_test.html into this test page: http://www.4realty.info/newAugust06/map_example.html The map_test.html file is the standard Google maps API script with fixed coordinates. The map_example.html file uses jquery to

Re: [jQuery] Help with loading a Google Map

2006-09-11 Thread Jim Davis
Yehuda, Thanks for the link to your site. I used your method for creating the map page using jquery, as can be seen here: http://www.4realty.info/newAugust06/map4.html I still want to simply load this page into a div rather than use thickbox. My example page:

Re: [jQuery] Interface: Question about Blind Up/Down

2006-09-02 Thread Jim Davis
Stefan, Thanks for the update. It works great now. Jim On 9/2/06, Stefan Petre [EMAIL PROTECTED] wrote: It was a bug in Blind, fold and open/close. I fixed this, download the Interface again ___ jQuery mailing list discuss@jquery.com

[jQuery] Interface: Question about Blind Up/Down

2006-09-01 Thread Jim Davis
I am trying to use blind down and blind up with a div that is hidden when the page loads. My demo: http://www.jimdavis.us/demos/whidbey/blindtest.html The blind up and blind down functions were working great until I added the rule display: hidden to the addText div in order to have the div out

Re: [jQuery] Interface: Question about Blind Up/Down

2006-09-01 Thread Jim Davis
Karl, Thanks for the help. Your suggestion solved the problem. Jim On 9/1/06, Karl Swedberg [EMAIL PROTECTED] wrote: You could also try hiding the DIV with jQuery when the DOM initially loads: $(document).ready(function() { $('div.hideit').hide(); }); This would have the added

[jQuery] Anomalies using Ajax plugin and IE 6/7

2006-08-29 Thread Jim Davis
I created a test page to tinker with the Ajax plugin and have noted a strange behaviour in IE 6 and 7. The main test page is: http://www.jimdavis.org/test/jq_ajaxtest.html The page is loading http://www.jimdavis.org/test/ajax-test.html and http://www.jimdavis.org/test/ajax-test2.html using