[jQuery] accDND: The Keyboard and Screen Reader Accessible Drag and Drop Plugin

2009-11-25 Thread Bryan Garaventa
http://plugins.jquery.com/project/accDND About accDND is a keyboard and screen reader accessible drag and drop functionality plugin for jQuery. Features include: a.. Dragging selected options between unlimited Select fields by pressing the drag key (`), or cancel (Escape) to stop

Re: [jQuery] Sumbit multiple checkboxes via ajax to php script using jQuery

2009-11-24 Thread Bryan Garaventa
I'd recommend serializing the array into a string, then reverse the serialization on the server side using PHP. This way, you can pass the array string within a url. Hope this helps, Bryan Garaventa - Original Message - From: Bonji benho...@googlemail.com To: jQuery (English) jquery

Re: [jQuery] Simple XML parsing - getting the element tag

2009-11-18 Thread Bryan Garaventa
What happens when you replace alert (element content is: + $(this).text()); with alert(this.nodeName); ? - Original Message - From: sjames sja...@wmltd.co.uk To: jQuery (English) jquery-en@googlegroups.com Sent: Wednesday, November 18, 2009 3:49 AM Subject: [jQuery] Simple XML

[jQuery] Created gsQuery, the jQuery shell API for custom JS libraries

2009-11-16 Thread Bryan Garaventa
Hi, I created this mainly as an academic challenge, but hopefully it will be useful. If I've sent this to the wrong list, please let me know where I should direct it instead. All the best, Bryan Garaventa gsQuery, the jQuery shell API gsQuery, the jQuery JavaScript library shell