[jQuery] defaultValue in form

2009-04-18 Thread Brian Cummiskey
I'm trying to convert a simple normal inline JS to jQuery and am not having any luck: I can't seem to find the right keyword for defaultValue in jQuery. my code that doesn't work: $("#q").blur(function () { if ($(this).attr("value") == $(this).attr("defaultValue")) {

[jQuery] Re: asp.net and jquery - reactions to this letter

2008-11-18 Thread Brian Cummiskey
rolfsf wrote: > A friend had sent this rant in to microsoft, regarding jquery, which > is published on their developer site. Not being an asp.net developer, > I don't know what to make of his points. I'd be interested to hear > from some asp.net developers who have embraced jquery - is it truly a

[jQuery] scope of jquery functions?

2008-06-17 Thread Brian Cummiskey
Hello all, New to this list and working on my first site with jQuery. So far so good, for the most part. I've run into one problem that i can't put my mouse on. I have a simple slide-out 'cart'. After you add an item via an ajax post, the slide out shows the cart with the new items in it.