Skip to main content

Home/ Agency Oasis Developers/ Group items tagged dom

Rss Feed Group items tagged

Mark Ursino

5 Ways to Make Ajax Calls with jQuery - 0 views

  •  
    load(): Load a piece of html into a container DOM. $.getJSON(): Load a JSON with GET method. $.getScript(): Load a JavaScript. $.get(): Use this if you want to make a GET call and play extensively with the response. $.post(): Use this if you want to make a POST call and don't want to load the response to some container DOM. $.ajax(): Use this if you need to do something when XHR fails, or you need to specify ajax options (e.g. cache: true) on the fly.
Mark Ursino

Parsley.js - 0 views

  •  
    Never write a single javascript line anymore to validate your forms FrontEnd. Parsley will do that for you - and do it right -, thanks to its powerful DOM-API !
Mark Ursino

Lightbox_me - Stupidly Simple Lightboxing - 1 views

  •  
    Lightbox_me is an essential tool for the jQuery developer's toolbox. Feed it a DOM element wrapped in a jQuery object and it will lightbox it for you, no muss no fuss.
Mark Ursino

Templates - jQuery API - 0 views

  •  
    These documentation topics concern the jQuery Templates plugin (jquery-tmpl), which can be downloaded from: http://github.com/jquery/jquery-tmpl. A template contains markup with binding expressions. The template is applied to data objects or arrays, and rendered into the HTML DOM.
Mark Ursino

Jo HTML5 Mobile App Framework - 0 views

  •  
    - A Pretty UI Widget Framework with a side of DOM, event and data stuff - Open Source under a friendly OpenBSD License - Cross Platform webOS, iOS, Android, Symbian, Safari, Chrome, Dashboard Widgets (wait, what?) - Light and Efficient Minified JavaScript is just over 8K with no dependancies - Compatible with PhoneGap plus most other JavaScript frameworks
Mark Ursino

Html Agility Pack - 0 views

  •  
    This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Mark Ursino

jsDatePick - 0 views

  •  
    jsDatePick is a javascript date picker that uses DOM techniques to generate its HTML code. Read the parameters and working examples below, and within minutes, you can have a popup date picking solution on your website.
Mark Ursino

Check My Colours - Analyse the color contrast of your web pages - 1 views

shared by Mark Ursino on 07 Apr 10 - Cached
  •  
    It is a tool for checking foreground and background color combinations of all DOM elements and determining if they provide sufficient contrast when viewed by someone having color deficits. All the tests are based on the algorithms suggested by the World Wide Web Consortium (W3C).
Mark Ursino

FireQuery - 0 views

  •  
    * jQuery expressions are intelligently presented in Firebug Console and DOM inspector * attached jQuery data are first class citizens * elements in jQuery collections are highlighted on hover * jQuerify: enables you to inject jQuery into any page
Mark Ursino

FireQuery = Firebug enhancements for jQuery - 0 views

  •  
    FireQuery is a Firefox addon integrated with Firebug: - jQuery expressions are intelligently presented in Firebug Console and DOM inspector - attached jQuery datas are first class citizens - elements in jQuery collections are highlighted on hover - jQuerify: enables you to inject jQuery into any web page
Mark Ursino

Closure Library - Google Code - 0 views

  •  
    The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more.
1 - 18 of 18
Showing 20 items per page