Date Published: 09/05/2020Published By: JaiSchool
Jquery UI provides a widget (method) to design navbar in Jquery UI. The method is menu(). Documentation for menu in […]
0 CommentsRead More
Date Published: 08/05/2020Published By: JaiSchool
Jquery UI’s slider() widget will create a slider from a DIV element. You can select a numeric value by dragging […]
0 CommentsRead More
Date Published: 08/05/2020Published By: JaiSchool
Jquery UI’s spinner() method is used to design the element with type="number" attribute. Create an input field and set attribute […]
0 CommentsRead More
Date Published: 08/05/2020Published By: JaiSchool
To design a progress-bar in Jquery UI, create a div element <div id="con"></div>, and select this in Jquery then apply […]
0 CommentsRead More
Date Published: 08/05/2020Published By: JaiSchool
When an HTML element has a title attribute and you hover mouse on it then you see a tooltip in […]
0 CommentsRead More
Date Published: 08/05/2020Published By: JaiSchool
Jquery UI gives you selectmenu() method/widget to design your menu that is created with a tag <select></select>. The selectmenu() method […]
0 CommentsRead More
Date Published: 08/05/2020Published By: JaiSchool
Jquery UI opens a dialog box as a popup or alert box. It is by default drag-able and resize-able. You […]
0 CommentsRead More
Date Published: 08/05/2020Published By: JaiSchool
The datepicker() is a widget/method in Jquery UI. It displays a customized calendar to choose a date from. There are […]
0 CommentsRead More
Date Published: 07/05/2020Published By: JaiSchool
You can use hide and show options of Jquery UI to give effects when something is opened or closed respectively. […]
0 CommentsRead More
Date Published: 07/05/2020Published By: JaiSchool
Tabs is a way to load content with multiple panels from their content area without reloading the webpage. Each panel […]
0 CommentsRead More