Hey! Yes, I'm a ASP.NET (C# only) developer and I'm involved with two major companies which I have pushed jQuery into as part of their JS usage.
JS had been used before for something similar to a thickbox, and other things, but I also want to push other simpler things which enhance the user experience. Like an increase in user interaction. More visual feedback which isn't as invasive, and smooth show,hide animations, rather than dull, too-fast-to-notice-the-difference 'display:block'/'display:none' style changes. These things take a lot of time. One of the websites I'm working on has jQuery running right through it, and I wrote it in June last year, finishing in October (it's an insurers website, so a lot of it has to be tight). The other website I'm involved with is a shopping website, and I have to do a gradual implementation of jQuery into that. Mainly for a few reasons: * I don't want conflicts with the existing code. That wouldn't be good for business now. Nope. Definitely not! * It's a belief amongst quite a few web developers that jQuery isn't stable enough, because the versions change quite often. They were even more worried when jQuery 1.1 came out, which did a Microsoft and told everybody that older stuff wasn't compatible with the new wave. I nearly pulled the plug on jQuery altogether, but there was the compatibility plugin which helped until I'd made the changes to switch over. Anyway, there's some discussion and code help on ASP.NET here: http://www.aspcode.net/articles/l_en-US/t_default/ASP.NET/ASP.NET2.0/Ajax/category_61.aspx Kevin Fricovsky wrote: > > > Just curious how many asp.net developers are out there using jquery? > > I've been seeing a lot of .aspx extension on links to examples (like the > link below) > > Good to see. > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Rick Faircloth > Sent: Friday, February 09, 2007 2:57 PM > To: 'jQuery Discussion.' > Subject: Re: [jQuery] jQuery Powered Sites - Keep the Links Coming > > The table sorter is really nice... first time I've seen it > in action... > > Rick > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Rey Bango > Sent: Friday, February 09, 2007 10:47 AM > To: jQuery Discussion. > Subject: Re: [jQuery] jQuery Powered Sites - Keep the Links Coming > > Added! Thanks for the heads up, Christian. > > Rey.... > > Christian Bach wrote: >> http://threestore.three.co.uk/priceplan.aspx >> >> Uses tablesorter and jQuery, perhaps a bit self promotion :) >> >> /christian > > > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/asp.net-and-jquery-tf3203080.html#a8905971 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
