[jQuery] Re: Read ajax response headers?

2010-01-14 Thread bryan
Holy moly, that's beautiful. Thanks so much for your help! On Jan 14, 11:04 am, Mike Alsup mal...@gmail.com wrote: So if someone has a second, can you let me know if the above code could potentially get out of sync? Maybe when I create the list item You don't need to use both the success

[jQuery] Read ajax response headers?

2010-01-13 Thread bryan
Read ajax response headers? How can I grab information from the response headers from within an jQuery ajax callback? I have an object, data, containing IDs to different items I'd like to build a detailed list with. I need to grab these details by sending a request to a server--one for each

[jQuery] Re: Read ajax response headers?

2010-01-13 Thread bryan
, to something like xhr, for example: ... success:function (data,xhr) {} complele:function (xhr) {} .. You uses XMLHttpRequest. Maybe the browser think about the native object. On Jan 13, 9:16 pm, bryan br...@resenmedia.com wrote: Read ajax response headers? How can I grab information from

[jQuery] karma.js v0.2 released, library for manipulating HTML 5 and SVG

2009-12-20 Thread Bryan Berry
/tutorial-iii-building-a-geography-lesson/ * JavaScript and SVG http://karmaeducation.org/2009/12/17/tutorial-iii-the-adventure-continues-javascript-and-svg/ Bryan Berry

[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

[jQuery] Re: Question using .load event

2009-10-05 Thread Bryan Ruiz
pastebin: http://pastebin.ca/1595754 On Mon, Oct 5, 2009 at 5:04 PM, bryan br...@bryanruiz.com wrote: Hey all, First post to the group! I am trying to display a spinner on images that are loading, which works. I wanted the loader to be degrade properly if javascript was disabled, which

[jQuery] [RELEASE] Karma 0.1 , jquery plugin and examples for manipulating html5 audio, image, canvas elements

2009-09-15 Thread Bryan Berry
on stages 2 and 3 of Chakra are all screwed up Features that didn’t make it into Release 0.1: * Internationalization mechanism * SVG manipulation * Addition of knavbar to adding_up_to_10 * A refactored version of the Quadrilaterals lesson Contributors: * Bryan Berry

[jQuery] IE6 script error? Superfish

2009-08-29 Thread Bryan D.
Hi, I am having a hard time getting the dropdown nav under about us to work in IE6 on this site: http://www.mccauleycelin.com/index.php It seems to work it every browser except IE6 (big shocker). Every time I load the page in IE6, I get a script error that points to the initialization script in

[jQuery] Re: IE6 script error? Superfish

2009-08-29 Thread Bryan D.
menu with no script Bryan D. wrote:Hi, I am having a hard time getting the dropdown nav under about us to work in IE6 on this site:http://www.mccauleycelin.com/index.phpIt seems to work it every browser except IE6 (big shocker). Every time I load the page in IE6, I get a script error

[jQuery] using cycle plugin like serialscroll

2009-08-21 Thread bryan
i want to use the cycle plugin to replace the serialscroll plugin i'm using to do horizantal scroll? how would i do that? what would i have to change in the css and options? i tried some different things but can't get it to show more than one item at a time.

[jQuery] Re: Get the Value of Custom Attribute from Parent

2009-05-14 Thread Bryan
Try this... var answer = $(#carousel li a.active).parent().attr (carouselindex); Cheers, Bryan On May 14, 2:49 pm, Matt M. quink...@gmail.com wrote: Hello, I have been learning jQuery and have been loving it so far. But can't figure out how to do the following... 1) Find the a inside

[jQuery] Re: Get the Value of Custom Attribute from Parent

2009-05-14 Thread Bryan
Try this var ans = $(#carousel li a.active).parent().attr(carouselindex); Cheers, Bryan On May 14, 2:49 pm, Matt M. quink...@gmail.com wrote: Hello, I have been learning jQuery and have been loving it so far. But can't figure out how to do the following... 1) Find the a inside a ul

[jQuery] HTML annotation techniques.

2009-03-19 Thread Bryan Larsen
this by using the native DOM traversal functions. However, I'm sure my code would be more robust if this was supported within jQuery. Will jQuery support comment extraction in the future? Does anybody have any other nice HTML annotation techniques? thanks, Bryan

[jQuery] insertAfter loses script tags

2009-03-18 Thread Bryan Larsen
metadata to Javascript? thanks, Bryan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery (English) group. To post to this group, send email to jquery-en@googlegroups.com To unsubscribe from this group, send email

[jQuery] Re: jQuery height() and width() methods

2008-04-04 Thread Bryan Blakey
to be standards compliant. Am I misunderstanding this? On Mar 20, 9:56 pm, Rick [EMAIL PROTECTED] wrote: I think its because it is standards conforming to not to include padding/border. ie does include border/padding when using offsetHeight, most other browers dont. On 20 mrt, 20:16, Bryan Blakey

[jQuery] Re: Drop Down Menus and Applets

2008-03-30 Thread Bryan Wilson
not have to hide the applets if I don't have to. On Mar 29, 4:04 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Bryan, Are you referring to Flash objects? If so, I just replied to someone   yesterday regarding the same issue. Here is the relevant part: If you're using swfObject, you can just

[jQuery] Drop Down Menus and Applets

2008-03-29 Thread Bryan Wilson
superfish drop down nav menu working with these trash applets I'd really appreciate it. Thanks, Bryan

[jQuery] Increasing CPU usage as menu is used

2007-12-21 Thread Bryan Opfer
causing this problem? -Bryan

[jQuery] Re: Clone dont work. Why?

2007-12-15 Thread Bryan Blakey
Antonio, try something like this: $('span.bt-more').bind('click', function(event){ var span = event.target || event.srcElement; var $parent = $(span).parent(); $parent.after($parent.clone()); }); If my understanding of the 'this' keyword is correct, in your anonymous

[jQuery] Re: Simple Table Filter

2007-12-13 Thread Bryan Blakey
(); $('#my_table tbody tr:contains('+pstrValue+')').show(); } } Then simply call it from the onchange of your state select box like so: select id=state_selector onchange=filterTable(this.value);/ select Hope that helps if you haven't already figured something out! -Bryan

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-19 Thread Bryan Blakey
] wrote: I'm having the same problems here. And it looks the same with the latest release (1.2) :-( Help, anyone? On Sep 10, 7:26 pm, Bryan Blakey [EMAIL PROTECTED] wrote: As many others have already noted, if your page makes anAJAXcall that returnsjavascriptand HTML, for some

[jQuery] $.load() javascript problems in IE and Safari

2007-09-10 Thread Bryan Blakey
As many others have already noted, if your page makes an AJAX call that returns javascript and HTML, for some reason IE and Safari are unwilling to execute any of the javascript. Looking through the jQuery code, I noticed that there *used* to be an evalScripts function in the same object as the

[jQuery] Re: what is the license of this beautiful plugin innerfade

2007-05-17 Thread Bryan
although I think the correct legal answer is all rights reserved unless you can find reference to the contrary. On May 16, 4:07 pm, joomlafreak [EMAIL PROTECTED] wrote: Thanks Sean! On May 16, 7:02 pm, Sean Catchpole [EMAIL PROTECTED] wrote: If there is no license, then it's probably safe