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

How to use JQuery function kendo.ui.progress

1 Answer 33 Views
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 20 Jun 2018, 12:02 PM

I want use "kendo.ui.progress" function, but i can't find example in vue.

 

<script>
  $(function(){
     
      $('#submit').click(function(){
          kendo.ui.progress($('form'), true);
    });
     
  });
</script>

 

JQuery example: Here

1 Answer, 1 is accepted

Sort by
0
Accepted
Ianko
Telerik team
answered on 20 Jun 2018, 12:50 PM
Hi Tom,

There is no Vue wrapper or some sort of special utility to use the progress method in Vue application. As this is a plain JavaScript/jQuery utility, you can use it the same way as if it is a plain HTML application. 

Here you are an example: https://codesandbox.io/s/l5llm4xozm

Regards,
Ianko
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Asked by
Tom
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or