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
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
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
.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
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
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)"
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
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,
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
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
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
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
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
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.
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
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
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
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
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
--~
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.
>
>
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:
>
>
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
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?
clue what it would be.
Anyone have any advice on what's causing this problem?
-Bryan
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
$('#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
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) :-(
>
> &
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
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
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
30 matches
Mail list logo