Hi Dave,

I'm currently using jquery in a asp.net project and the only issues i've run
into is the "$" conflicts that occur if you use MS's AJAX.NET controls. Only
way to get around it is to make sure the jquery script and all your scripts
that rely on jquery get loaded after any MS scripts. (Which is very
difficult to do.) Also make sure to remap the "$" token to something else:

var $j = jQuery.noConflict();

-Ardie


[EMAIL PROTECTED] wrote:
> 
> 
> I am starting up with two technologies...asp.net and jQuery.
> jQuery works great with old asp, but seems to be 'unwelcome' in
> asp.net. Anyone have direct experience marrying the two?
> --- Dave
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ASP.net-and-jQuery...Imperfect-Together--tf3691700s15494.html#a10324924
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to