PDF’s are the most used file on the system in offline modes. Websites like e-commerce, bill payment or bookings provide a PDF download option for receipt of orders. These sites create PDF using dynamic data and be available immediately to the users. What’s the issue? Websites use dynamic data to…
-
-
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…
-
Create own Library | Chaining method using Native JavaScript
All most every UI or Web developer use jQuery for DOM manipulation tasks. With the help of jQuery it become easy to write our own custom codes. jQuery have lots of special feature which make it popular framework. Like selector, ajax,events. But the most impressive feature of using jQuery is…
-
Dynamic star rating plugin
While working to show star rating we prefer to use plugin whether we need just need to show rating on our website.When we use plugin we are fourse to use external reference of javascript which increase our resource count and as a result it downs our website performance by few…