Tag: Jquery
Javascript | Another alternative to using JSON.stringify, especially for large objects
JSON.stringify function converts an object into a string format. It works well for small objects. A small object means it has fewer elements or fewer nested elements. But if an object is very long and very much nested also, then
Upload Image file using AJAX and jQuery
This functionality is used when we want to store an image and display it on the screen without reloading the whole page. Create Html file and write down the following code to upload an image. The above code will display
Resize and Draggable Image using Jquery
Introduction to Jquery Libraries Using jquery libraries, we can implement Resize and draggable functionality on an image. It is really a fantastic thing and we do not need to bother about knowing the inner functionality of how it is working.
Responsive DevExtreme Grid Toolbar
Introduction – Responsive DevExtreme Grid Toolbar DevExtreme is a powerful web development framework with a vast array of data presenting and formatting capabilities. It is developed by DevExpress to make responsive and platform independent application. DevExtreme makes the web development
Customized multi row selection in Devextreme Datagrid
Customized multiple row selections in Devextreme Datagrid with dxRadiogroup as a Custom Column Field I am using Devextreme jquery datagrid with paging options implemented that involves setting permissions for user. The target here is to update the datasource and dxRadiogroup
Drag and Drop in Jquery UI
Drag and Drop in Jquery UI Problem: Jquery UI provides APIs to make DOM elements draggable and droppable. We can do some things out of the box by using its APIs. I have written a Jquery code below in which