c# - JQuery is not working properly when embeded into a ASP.NET WebForm project -


I'm just using a simple jQuery code> slideToggle function. It works well in my html file but whenever I get the code in the asp.net webform project, the script does not work. I can not get the slide effect.

Is this a known issue? Probably a popular mistake made by developers, however. What can be the problem? Any possibilities?

(I did not copy and paste any code because I thought this is not a specific situation, but if you want, you can show the code)

I'm guessing it is due to the unexpected ID of the ASP.NET elements; Is there is fixed naming available in 4.0 ( ClientID ) - try to experiment with your #foo selectors? (Where ClientID is set to "foo" )


Comments