Search Results

jQuery major update

AJAX, browser, client-side, development, framework, Javascript, jquery, major release, web, web2.0
jQuery 1.2
New Features

Selectors

:has(selector)
:header
:animated
XPath Selector Plugin

Attributes

.val() Overhaul

Traversing

.map()
.prevAll() / .nextAll()
.slice()
.hasClass()
.andSelf()
.contents()

Manipulation

.wrapInner() / .wrapAll()
.replaceWith() / .replaceAll()
.clone(true) Event Cloning

CSS

.offset()
.height() / .width() for document and window

Ajax

Partial .load()
Cross-Domain getScript
JSONP
.serialize() Overhaul
Disable Caching

Effects

.stop()
%/em Animations
Color Animations
Relative Animations
Queue Control
:animated
step: Function

Events

Namespaced Events
.triggerHandler()

Internals

Documentation Move
Expando Management [...]

EOS artefacts

Wordpress JavaScript compression book news - JavaScript compression is what geeks constantly interested in. Dean put some notes on JavaScript Compression.
- Sebastian Werner pointed to ingenious qooxoo generator.
- Finally, we got nice documentation for base2.
- Feed your readers with Eloquent javascript.
- Wordpress getting better.
- Memtronic is something all geeks shoud check (MemTronic’s FREEWARE HTML/JavaScript Cruncher-Compressor). [...]

Best JavaScript editor for Eclipse IDE reached a new version

javascript editor eclipse+ide plugin
JSEclipse is the best and free Javascript plug-in for the Eclipse IDE environment. Originally produced by InterAKT, it became Adobe Labs pet after Adobe acquired InterAKT to enhance existing product lines, including Macromedia Dreamweaver and Adobe Flex.
JSEclipse prerelease 2 released on April 2, 2007. Designed to help web developers edit JavaScript [...]

jQPie: jQuery PHP interface extension

ajax javascript jquery php jQPie interface XML HTML JSON
jQPie is a lightweight PHP interface to jQuery that supports XML, HTML and JSON handlers. Its lightweight, supports XML, HTML and JSON Handlers, API is simple, includes a powerful autocomplete plugin.

Firebug for Opera? Hey, Opera community got nice developer tools

opera developer webdeveloper tools inspector DOM css javascript firebug Opera now includes a cool Firebug-inspired developer tool named Opera Developer Console that can be added into the browser with many new features. The developer console includes new tools including DOM inspector, JavaScript inspector, CSS editor and HTTP header inspector.

JSEclipse updated to 1.5.2

javascript editor eclipse-ide web2.0 Notable javascript editor updated:

All prototype.js and script.aculo.us class extending idioms are now recognized
Full YAHOO framework support
Major performance improvement for content outline (smoother reparsing)
debugger keyword generates a line breakpoint marker in the editor - not an error
New button on the content outline toolbar to hide fields
var /** Object */ a; provides information [...]

Dojo Team releases version 0.3 of their famous open source javascript toolkit

ajax dojo framework
Dojo is the Open Source JavaScript toolkit that helps you build serious applications in less time. It fills in the gaps where JavaScript and browsers don’t go quite far enough, and gives you powerful, portable, lightweight, and tested tools for constructing dynamic interfaces. Dojo lets you prototype interactive widgets quickly, animate transitions, [...]

JSEclipse 1.5

javascript ide eclipse plugin web20 web-20 ajax JSEclipse — (still) free and neat javascript editor, distributed as a plugin for Eclipse IDE.
Pros: Code outline is the best I’ve ever seen, syntax checking, support of popular javascript “Web 2.0″ libraries / frameworks like Dojo and Prototype.
Cons: Lacks source formatting and debugging (but its possible to debug [...]

Include JavaScript files from JavaScript

includes javascript js external js+includes javascript+includes You can easily include external JavaScript files directly from JavaScript, just like include() in php etc. No more script src=…, but best of all its fully dynamic. Here’s that nice piece of code: