The alert window is very common and useful things for every web projects. We use alert dialog box for display messages in the browser. All browsers have their default alert window style. Many times we need a custom alert dialog box for matching with our pr...

By: CodexWorld Apr 27, 2016

Social Media is rising in popularity, it makes easier to reach visitors and make your presence felt on search engines. The easiest way to increase website visitors is social like, which can also earn a lot of fan following. The popular social buttons are F...

By: CodexWorld Apr 27, 2016
PHP

Image upload functionality is commonly used in web applications and it can be easily implemented using PHP. But if you want to implement image upload functionality without page refresh, jQuery and Ajax are required with PHP. Upload image without page refre...

By: CodexWorld Jul 18, 2022

Google Maps is the widely used web element to display the map in the web application. Google Maps helps to mark a location on the map with a marker and display details information in a popup window. An info window displays content in a popup window over th...

By: CodexWorld Oct 25, 2022

The Back to Top button allows the user to smoothly scroll back to the top of the page. It’s very useful to enhance the user experience of the website. When a web page has lots of content, this page needs a navigation option that takes the user to the top...

By: CodexWorld Jan 11, 2023
PHP

Drag and Drop feature makes web page user-friendly and provides a nice User Interface for the web application. The jQuery UI provides an easy way to add draggable functionality on the DOM element. If you want to control the display order of images in the l...

By: CodexWorld Jun 4, 2020
keyboard_double_arrow_up