Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
It says in one artical that the following JavaScript components need to be downloaded:

1.jQuery library v1.4.4., containing standard classes used by the DataTables plug-in
2.jQuery UI library v1.8.7., containing classes for handling dialogs
3.jQuery DataTables plug-in v1.7.5., including the optional DataTables CSS style-sheets used for applying the default styles on the page
4.jQuery Jeditable plug-in v1.6.2., required for inline cell editing
5.jQuery validation plug-in v1.7., for implementation of client-side validation
6.jQuery DataTables Editable plug-in that integrates all these mentioned plug-ins into a fully functional editable datatable.

These files should be stored in the local file system and included in the HTML page that is rendered on the client. Example of usage of these files is explained below.

I download all of them, but I don't know how to add them into VS. Some plug-ins just a JS file but some have a larger file. So how can i use them?
Posted

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900