Advertise here

jQuery Plugins Tagged ‘parse’

Datalib – JavaScript Data Utility Library

May 08, 2015     1050     JSON
Datalib – JavaScript Data Utility Library

Datalib is a JavaScript data utility library. It provides facilities for data loading, type inference, common statistics, and string templates. This includes:

  • Loading and parsing data files (JSON, TopoJSON, CSV, TSV).
  • Summary statistics (mean, deviation, median, correlation measures, etc.).
  • Data-driven string templates, including a set of expressive filters.
  • Utilities for working with JavaScript objects and arrays.

Read More »

css.js – CSS Parser in JavaScript

January 20, 2015     2814     CSS3 & CSS
css.js – CSS Parser in JavaScript

css.js is a lightweight, battle tested, fast, css parser in JavaScript. It’s open source.

Read More »

tweetParser.js – Parse Twitter HashTags, Usernames and URLs

December 18, 2014     2571     Text & String
tweetParser.js – Parse Twitter HashTags, Usernames and URLs

tweetParser is a minimal jQuery plugin that automatically parses @usernames, #hashtags and URLs within your text and turns them into Twitter links by using regular expressions.

Read More »

PapaParse – Parse CSV with Javascript

July 18, 2014     2461     JSON Others
PapaParse – Parse CSV with Javascript

Papa Parse is a robust and powerful CSV (character-separated values) parser with these features:

  • Easy to use
  • Parse CSV files directly (local or over the network)
  • Stream large files (even via HTTP)
  • Reverse parsing (converts JSON to CSV)
  • Auto-detects the delimiter
  • Worker threads to keep your web page responsive
  • Header row support
  • Can convert numbers and booleans to their types
  • Graceful and robust error handling

Read More »

jurlp.js – Parsing, Manipulating, And Filtering URLs With jQuery

May 01, 2012     863    
jurlp.js – Parsing, Manipulating, And Filtering URLs With jQuery

jurlp is a jQuery URL parser plugin for parsing, manipulating, filtering and monitoring URLs in href and src attributes within arbitrary elements (including document.location.href), as well as creating anchor elements from URLs found in HTML/text.

Read More »

Moment.js - Parsing and Formatting Dates

March 15, 2012     6787     Date & Time
Moment.js - Parsing and Formatting Dates

Moment.js is a lightweight javascript date library for parsing, manipulating, and formatting dates.

Read More »