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

[jQuery] Re: Read ajax response headers?

2010-01-13 Thread bryan
g 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 wrote: > > > > > Read ajax response h

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

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

2009-12-20 Thread Bryan Berry
.org/2009/12/17/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 dra

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" To: "jQuery (English)"

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" To: "jQuery (English)" Sent: Wednesday, November 18, 2009 3:49 AM Subject: [jQuery] Simple XML parsing - getting the element tag Hi

[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] Question using .load event

2009-10-05 Thread bryan
ideas what I am doing wrong? Appreciate the response, my full code is below! - Bryan - if( typeof( EXPLOREMARK_BLOG ) === 'undefined') { EXPLOREMARK_BLOG = {}; } EXPLOREMARK_BLOG = { setup

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

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

2009-09-15 Thread Bryan Berry
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] 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 IE

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

[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 ans = $("#carousel li a.active").parent().attr("carouselindex"); Cheers, Bryan On May 14, 2:49 pm, "Matt M." wrote: > Hello, > > I have been learning jQuery and have been loving it so far. But can't > figure out how to do the foll

[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." wrote: > Hello, > > I have been learning jQuery and have been loving it so far. But can't > figure out how to do t

[jQuery] Calling $(document).trigger() from iframe to parent frame

2009-05-14 Thread Bryan
Having a heck of a time trying to figure out how to do this. I've done some searching but have had very little luck. Any help would be much appreciated. i.e. calling this from an iframe: $(parent.document).trigger ('close.group'); to the parent document where there is a bind: $(document).bind

[jQuery] HTML annotation techniques.

2009-03-19 Thread Bryan Larsen
ked around 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
ptions with the associated elements, doesn't pollute the namespace, and doesn't break XHTML compliance like adding attributes to the tag would. Does anybody have either a way to not lose the script tags or a clean mechanism for passing element metadata to Javascript? thanks, Bryan --~

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

2008-04-04 Thread Bryan Blakey
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. > >

[jQuery] Re: Drop Down Menus and Applets

2008-03-30 Thread Bryan Wilson
ot 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: > >

[jQuery] Drop Down Menus and Applets

2008-03-29 Thread Bryan Wilson
just rip these applets off the screen and throw them in the trash. I'm constantly working around them. So if anyone can help me get my superfish drop down nav menu working with these trash applets I'd really appreciate it. Thanks, Bryan

[jQuery] Fade font color

2008-03-05 Thread Bryan Migliorisi
I am trying to find a way to fade the fore color of the font. I know I can fade the background color of an element, but I would like to fade the color of the font itself. Has anyone been able to do this? Any plugins around that do this?

[jQuery] Increasing CPU usage as menu is used

2007-12-21 Thread Bryan Opfer
clue what it would be. Anyone have any advice on what's 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 clic

[jQuery] Re: Simple Table Filter

2007-12-13 Thread Bryan Blakey
$('#my_table > tbody > tr').hide(); $('#my_table > tbody > tr:contains('+pstrValue+')').show(); } } Then simply call it from the onchange of your state select box like so: 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
se may help you solve your problems! > > > peace, > > > Jt > > > On Sep 11, 3:05 am, Stamen Georgiev <[EMAIL PROTECTED]> wrote: > > > > I'm having the same problems here. > > > And it looks the same with the latest release (1.2) :-( > > &

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

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

[jQuery] Migrating from old jQuery

2007-05-08 Thread Madison Bryan
I am the webmaster of a university and we have been happily using jQuery since last summer when we redesigned the university site. The build we are using is from May 12, 2006 (yes, yes... I know) and now we want to migrate to the current release. There is one place that I'm not sure the