(Ravi Kiran) We can use Babel directly or with a task manager like Gulp to transpile ES6 modules into ES5. This uses Babel to transpile ES6 code to ES5
Tag: JSON / JAVA / XML
A Reusable MVC.NET JQuery Modal Popup
(UberGeoff) Displays a reusable jQuery modal pop-up. The jQuery modal pop-up’s content section can be dynamically bound to any data model of your choice. Thus, the modal allows the developer to “inject” HTML content via a number of useful techniques.
JavaScript Error Monitoring
(David Walsh) One of the reasons I love front-end development is the reason many server-side developers hate it: the difference in browser implementations, the different implementation dates, and the ability to hang yourself with bad JavaScript.
jQuery XML Parser and Search
(bmiller367) The procedure described here will enable you to create a simple jQuery/XML based parser and search mechanism. This procedure will retrieve the XML through an AJAX request and then parse the data within jQuery to prepare it for the search mechanism.
Java JSON Example
(Pankaj) Welcome to the Java JSON Example Tutorial. JSON (JavaScript Object Notation) is text-based lightweight technology for generating human readable formatted data. JSON represent object data in the form of key-value pairs.
Parse JSON Data In Android
(Pradip Pandey) JSON stands for JavaScript Object Notation. JSON is a light weight data interchange format in a text format so it can be easily parsed and read by machines and humans.
A Warning About jQuery 3
(Christian Schlensker) jQuery recently had a major update to version 3. With it came a subtle change that might cause some headaches for you if your aren’t prepared for it.
Unobstrusive Ajax and Handle Unauthorized Request in MVC
(Passion4Code) In this article, I will be sharing some basic stuff which comes in handy in MVC applications. The HTML helpers provided by the Razor are smart enough to understand and process the work as required.
JQueryUI – Day 8 (Datepicker)
(Pankaj Kumar Choudhary) In this article you will learn about Datepicker in jQueryUI. This is part 8 of the article series.
Querying JSON using LINQ
(Mahesh Sabnis) JSON.NET is a great framework for working with JSON data. We will perform JSON Serialization and Deserialization operations and query data using LINQ.