This is a migrated thread and some comments may be shown as answers.

how do I run a simple javascript?

2 Answers 46 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Joel Moses
Top achievements
Rank 1
Joel Moses asked on 25 Nov 2009, 01:45 PM
I am trying to finish a project started by someone else. I am attempting to add a simple JavaScript.  On opening an onclick the spinning donut starts spinning and a table that was hidden is displayed. What I want to do is to run the script without anything happening but my script. How can I do this? 

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 25 Nov 2009, 02:47 PM
Hello Joel,

The spinning donut is actually a RadAjaxLoadingPanel control that is displayed during AJAX requests. 
AJAX Loading Panel help topic

If you post more information on the desired behavior I will be able to provide more to the point answer.

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Joel Moses
Top achievements
Rank 1
answered on 25 Nov 2009, 05:18 PM
I am using the following code

<button onkeyup="alert('')"  >Use Filters</button>

The behavior is a RadAjaxLoadingPanel is shown then a group of Telerik controls that I have hidden by placing them within a <div> then become visible.

Joel



Joel
Tags
Ajax
Asked by
Joel Moses
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Joel Moses
Top achievements
Rank 1
Share this question
or