Customization is the most important requirement for form controls. It’s better to use plugin to customize dropdown and from those I prefer to use select2 | The jQuery replacement for select boxes. Select2 plugin works perfect in most of scenario until we use it in popup. Issue with select2 plugin?…
UI Developer
-
-
Solved | Uncaught (in promise) Provided element is not within a Document
While working on the web-page and creating featured elements. We might have come requirement of sharing widget on social media like the attached image or create a screenshot of current screen for proctoring purpose. In both scenario we need to create image on run time as data coming on page…
-
Video Gallery Using CSS only
Since we are working on the series of CSS only things to provide alternatives for JavaScript & jQuery. We are here with our next article, where we will create YouTube video gallery without using CSS. Video gallery is a very common features of our website and for this we use…
-
3 Ways to Vertically center text | CSS Only
Image or content are the soul of any website. Therefore content and images should be properly aligned according to content. To align center we use CSS property text-align:center or margin:auto. But making things vertically center is not so easy. Here we will discuss the different ways of making objects vertically…
-
CSS only accordion with sliding effect
Accordions are useful when we have lots of content and limited amount of space to show. User can toggle between hiding and showing large amount of content. It increase the focus and readablity for content. We mostly use jQuery and Javascript to create accordion on webpages. It increase the dependcy…
-
A Very Simple Popup Box with CSS only
Popup is the most common behavior for any website. Popup’s are using to provide any specific information or user flow like login, register etc. Popup’s are generally created using scripts or plugins like bootstrap. Today we learn how to create popup with functionality with CSS only. We would not use…
-
Custom radio button CSS only | Custom Checkbox CSS only
Why form elements are necessary? The most important thing of any website is our form elements. You might be wondering that how form elements are most important. Form elements are used to get input data from website user, therefore forms elements must be beautiful and similar to website theme to…
-
Custom Upload Control with Text
Upload input field is essential part of user input in web form. It becomes must when we ask users to provide more data it could be related to him or his work. When we use input type file it gives us two things one is browse button and space where…
-
word-break issue resolved
Handling dynamic content on fronted is not a easy task. Some issues which occurs due to human error while entering data in CMS panel or negative testing done by tester. Which break our fronted design on web. Here we talk one of those issue of entering non space text or…
-
Export HTML table to Excel in JavaScript
Being UI Developer there are lot of cases where we create static HTML tables. Some times we create utilities for our vendors or website. Why we need Excel Export Dynamic HTML table created using JSON data, which contains useful information of any specific type. These table information can be used…