Sections
Simply Fly is a client side javascript library based on jQuery for manipulating DOM elements, arrays and strings.
Simply Fly is dependent on jQuery, so first add jQuery to your page-
or the minified version-
What can Simply Fly do for you? Here is the complete documentation.
DOM Methods
All the DOM methods return the jQuery object so that the methods can be chained
class="myDiv"
Student | Department | University |
---|
Hello world
Student | Department | University |
---|
Student | Department | University |
---|
Student | Department | University |
---|
Are you sure?
Yes
No
Do you want to save your data?
Ok
Cancel
Shows the following..
Student | Department | University |
---|
Student | Department | University |
---|
Array Methods
String Methods
Miscellaneous
Now, if we keep this into a variable..
var dates = datesBetween(new Date("2018/03/21"),new Date("2018/03/28"));
It returns an array of date objects from 21 March, 2018 to 28 March, 2018. If we iterate through it and append as string it gives the following output-