Displaying 1 to 20 from 33 results

intercooler-js - Making AJAX as easy as anchor tags

  •    HTML

Intercooler is a small (6.74KB gzipped) jQuery or zepto.js based library that allows you to add AJAX to your application using HTML attributes. These features allow you to build modern web applications with little fuss, using a simple and intuitive REST-ful architecture that ensures good performance, excellent user experience and a minimum of complexity.

vue-meta - Manage page meta info in Vue 2.0 components. SSR + Streaming supported.

  •    Javascript

vue-meta is a Vue 2.0 plugin that allows you to manage your app's meta information, much like react-helmet does for React. However, instead of setting your data as props passed to a proprietary component, you simply export it as part of your component's data using the metaInfo property. These properties, when set on a deeply nested component, will cleverly overwrite their parent components' metaInfo, thereby enabling custom info for each top-level view as well as coupling meta info directly to deeply nested subcomponents for more maintainable code.

classcat - Declarative string builder for DOM className properties

  •    Javascript

Classcat is a declarative string builder for DOM className properties. Each class can be conditionally added and removed depending on the falsiness of the value it is paired with. Here is a button you can toggle on and off. Go ahead and try it online.




M.E.F. Attribute Logger using PostSharp Injection

  •    CSharp

My M.E.F. attribute Logger, using PostSharp injection to add logging capabilities to any project.

XmlObjectMapper

  •    CSharp

Xml Object Mapper is a framework for transforming .NET objects from/to XML.

CRM 2011 Metadata Browser

  •    

The CRM 2011 Metadata Browser allows you to view metadata including Entities, Attributes and Relationships.. The tool also allows you to export to excel.


uinit

  •    JQuery

Initilise from an object factories, DOM elements with the attribute ui-class (same syntax as the class attribute, a space-separated list) and created for each call of factory method, a configuration object via attributes of the HTML element.

srcset - Parse and stringify the HTML <img> srcset attribute

  •    Javascript

Parse and stringify the HTML <img> srcset attribute.Useful if you're creating a polyfill, build-tool, etc.

object-stream-map - Perform a map on a stream of objects

  •    Javascript

Perform a map on a stream of objects.Let's say you are consuming an array of objects in the form of a stream. This node module lets you return a named property for each object in the stream, in reality performing a map on the entire array.

html-element-attributes - Map of HTML elements to allowed attributes

  •    Javascript

Map of HTML elements to allowed attributes. Also contains global attributes under '*'. Includes attributes from HTML 4, W3C HTML 5, and WHATWG HTML 5.Note: Includes deprecated attributes.

svg-element-attributes - Map of SVG elements to allowed attributes

  •    Javascript

Map of SVG elements to allowed attributes. Also contains global attributes under '*'.Includes attributes from SVG 1.1, SVG Tiny 1.2, and SVG 2.

svg-line - Generate SVG paths for a line, d3-style

  •    Javascript

Generate SVG paths for a line, d3-style.Creates a new line generator.

svg-line-curved - Generate the path attribute for a curved SVG line.

  •    Javascript

Returns a path attribute for the line between (x1, y1) and (x2, y2).Equivalent to curve(x1, y1, x2, y2), but curving with a vertical bias instead of a horizontal one.

svg-path-parser - A parser for SVG's path syntax

  •    Javascript

An SVG path parser, originally built from the PEG.js grammar specified here, published as an NPM module.Grammar originally written by Gavin Kistner.

htmlcomb - HTML attributes formatter.

  •    Javascript

A simple tool for combing HTML attributes.Also removes the indentation after the newline.

attr-accept - JavaScript implementation of the "accept" attribute for HTML5 input element

  •    Javascript

See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#Attributes for more information. You can also pass multiple mime types as a comma delimited string or array.

js-ddl - Gets you a JSON Schema from PostgreSQL or SQLite3

  •    Javascript

DDL.js is a library that queries database and table schemas (currently from PostgreSQL and SQLite3) and describes their columns with JSON Schema v4. You can use DDL.js for introspection, to prepare your domain models and set up simple type coercions or validations for those database columns. This way you can have the same convenience that Ruby on Rails's ActiveRecord provides, but in the JavaScript world.

html-tag - Generate HTML tags from an object.

  •    Javascript

Generate HTML elements from a javascript object. Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your ❤️ and support.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.