Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 02, 2010 09:50 PM by raghav_khunger
Member
31 Points
99 Posts
Jul 02, 2010 05:34 PM|LINK
hi guys
i want to load Jquery js file with Generic handler and ajax;
means load jquery.v.1.3.2.js with context.Response.Write(" <script src='jquery.v.1.3.2.js' type='text/javascript'></script>");
i doesn't work!
how i can fix it?
tnx
Star
11721 Points
1859 Posts
Jul 02, 2010 07:47 PM|LINK
Any reason you need to load it this way?
Jul 02, 2010 08:08 PM|LINK
yes.i want to load javascrip code (jquery) on demand.
not on load.
i have a news Ticker plugin .
and wanna show this plugin when a trigger is fire.
Jul 02, 2010 08:12 PM|LINK
Something like this will work: http://www.squidoo.com/load-jQuery-dynamically
All-Star
32835 Points
5563 Posts
MVP
Jul 02, 2010 09:50 PM|LINK
Please refer this link : Dynamically loading an external JavaScript or CSS file
eyes_shut_nu...
Member
31 Points
99 Posts
load Jquery js file with Generic Handler(ashx)
Jul 02, 2010 05:34 PM|LINK
hi guys
i want to load Jquery js file with Generic handler and ajax;
means load jquery.v.1.3.2.js with context.Response.Write(" <script src='jquery.v.1.3.2.js' type='text/javascript'></script>");
i doesn't work!
how i can fix it?
tnx
طراحی سایت
داروی گیاهی
whighfield
Star
11721 Points
1859 Posts
Re: load Jquery js file with Generic Handler(ashx)
Jul 02, 2010 07:47 PM|LINK
Any reason you need to load it this way?
Blog | I need more space:DropBox Referral
eyes_shut_nu...
Member
31 Points
99 Posts
Re: load Jquery js file with Generic Handler(ashx)
Jul 02, 2010 08:08 PM|LINK
yes.i want to load javascrip code (jquery) on demand.
not on load.
i have a news Ticker plugin .
and wanna show this plugin when a trigger is fire.
طراحی سایت
داروی گیاهی
whighfield
Star
11721 Points
1859 Posts
Re: load Jquery js file with Generic Handler(ashx)
Jul 02, 2010 08:12 PM|LINK
Something like this will work: http://www.squidoo.com/load-jQuery-dynamically
Blog | I need more space:DropBox Referral
raghav_khung...
All-Star
32835 Points
5563 Posts
MVP
Re: load Jquery js file with Generic Handler(ashx)
Jul 02, 2010 09:50 PM|LINK
Please refer this link : Dynamically loading an external JavaScript or CSS file