Projects tagged ‘dom’ and ‘jquery’


Jump to tag:

Projects tagged ‘dom’ and ‘jquery’

Filtered by Project Tags dom jquery

Refine results Project Tags javascript (17) html (10) plugin (9) css (7) ajax (7) xml (6) php (5) json (3) framework (3) web (3) xpath (3) prototype (3)

[27 total ]

3 Users

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library. Two interfaces are provided - Object Oriented PHP and Command Line Interface (CLI).
Created about 1 year ago.

2 Users

Open Source Framework for PHP5, find simplicity, multiple-choices and fast development cycle. * Framework Component-based * Small Footprint * Pluggable system * for PHP 5.2.3+ ... [More] * Fast and easy to install and use. * Multiple OO Models: o internal (tdbo) o doctrine | propel * Multiple Templating and View System: o HTML::Template o Zope-Tal o PHP Embeded o Savant o CREOLE Wiki Syntax parser o SVG output o DocBook? output o RSS and Atom ready * Multiple Controllers: o Cli (Console) Controllers o SOA-WOA Controllers (RPC) o REST Controllers o XUL Interfaces o XHTML | HTMl5 [Less]
Created about 1 month ago.

1 Users

The planize jQuery plugin adds some hierarchical data organization features to given DOM node containing HTML headings.
Created 12 months ago.

1 Users

SimpleModal is a lightweight jQuery plugin that provides a simple interface to create a modal dialog. The goal of SimpleModal is to provide developers with a cross-browser overlay and container that ... [More] will be populated with content provided to SimpleModal. See http://www.ericmmartin.com/projects/simplemodal for more details. On Twitter: http://twitter.com/simplemodal [Less]
Created about 1 year ago.

1 Users

QueryTemplates - rapid multilanguage template generator PHP based templating engine converting pure markup sources (HTML, XML, XHTML) into native PHP and JavaScript template files. Library ... [More] uses popular web 2.0 pattern load-traverse-modify thou jQuery like chainable API and provides developer several rapid template filling methods. Using QueryTemplates developer is independent from designer. He loads pure markup HTML/XML file(s), traverses using CSS selectors and modifies it, injecting data and logic. Work of several developers (functionalities) is also independent, because of the nature of used pattern. Only designer works directly on markup files. Provided is set of examples and a working blog implementation using CakePHP framework. Library uses phpQuery as it's DOM backend. [Less]
Created 12 months ago.

1 Users
 

LEAF, or Light and Extensible Apps Framework*, is a JavaScript project created to ease the development of web, Adobe AIR*, IPhone* and IPod* apps... gadgets, widgets and APIs. LEAF is fully compatible ... [More] with intellisense editors like Aptana Studio*, JSEclipse* and Adobe Dreamweaver* CS4*. Compatibility, performance and size are the most important rules of this project. Download the current alpha version of LEAF. It's open source and you can modify, customizate and mashup it with any other JavaScript library or API... as you wish! [Less]
Created 10 months ago.

0 Users

This is some jQuery plugins... jQuery Create DOM NodesWith this plugins you can create DOM nodes or tree with a light chaining functions. For exemple... $._div({"id": "thepopup", "class": ... [More] "popup"}) ._h1_("h1").text("A title") ._p({"class":"article"}).text("A paragraph") ._br_() ._append_("blahblah") .p_() .div_() .appendTo("#container");... will do this : A title A paragraph blahblah Tutorial page New feature at version 1.1Now you can use conditions : _if() ... if_() For example : var title = "A title"; $._div({"id": "thepopup", "class": "popup"}) ._if(title!=="") // here ._h1_("h1").text(title) .if_() ._p({"class":"article"}).text("A paragraph") ._br_() ._append_("blahblah") .p_() .div_() .appendTo("#container");Tutorial page If you have any questions or suggestions e-mail me at sylvain.mathieu@gmail.com. [Less]
Created 11 months ago.

0 Users

Usefull JavaScript and JQuery plugins for webThis is the project in which I will provide JavaScript controls (plugins) that will be simple and will be written on JavaScript Core or JQuery. The ... [More] controls will be created using very basic programming, so anyone can take them and easily add more functionality or simply reuse. Please don't be shy if you have some good ideas for my project, or found bugs or just suggestions about how I can better improve the project. Please refer to Wiki for installation and use instructions : http://code.google.com/p/easyjavascript/wiki/JSEasyMenu For changelog and road map of JSEasyMenu please refer to the http://code.google.com/p/easyjavascript/wiki/JSEasyMenuChangeLog [Less]
Created 3 months ago.

0 Users

HCIS JS modules attempts to provide suitable client "side" of things for HCIS.
Created 3 months ago.

0 Users

NoteI wrote this library for my project Queslite(http://queslite.com), it's a solution for questionnaire auto genarate. It translate user input into XML, then use xlst to translate XML into HTML to ... [More] display. Queslite is totally coded by PHP 5.2+, I wrote the xml selector for that to make a easy way to find XMLNode, set and get its value, attributes. Use this library, you could select xml note like using jQuery. Although I just implement some simple features of jQuery, it would be useful for you while programming a xml base project. I hope this would be helpful. :) PS: jQuery is a great js library.How to use select functionfunction select($str)returnarray, use selectSingle to return DOMElement desdepends on $str argument example love sue love jennal "lover person" #will get an array of elements whose tagName is person "person" #could do the same thing "#jennal" #will get an array of elements which has only one element, its id="jennal" "person[age=22]" #will get an array of elements whose age="22" "#jennal favorite" #will get an array of elements which are jennal's favorite "person[age=22] favorite" #could do the same thing [Less]
Created 7 months ago.