saquery.com
a web developer' s kung fu…

Looking for Jquery Template or Plugin?

We have the following articles on these keywords for you...

jQuery.tmp – A jQuery Template Plugin

[Translate] jquery.tmp Level 1 - Static Html Load a template from static Html Javascript String. Html Source <div class="s1"></div> <div class="s1"></div> Javascript Source $('.s1').tmp('<span>template from static Html...</span>'); Load a template from static Html Javascript String with context data.

Relevance: 100.00%


Define a Masterpage in Python

[Translate] This is my implementation of a Masterpage like solution in Python.

Relevance: 85.16%


Write your own JQuery Plugin

[Translate] /*! * jquery Sample plugin * * http://saquery.com * */ (function(){ $.fn.setBorderStyle = function( settings ) { var _defaults = { 'border':'solid 1px black', 'color':'red' }, _config = $.extend(_defaults, settings), _ = $(this); return _.each(function(i,n) { $(this).css(_config); }); }; })(jquery); $(function(){ $('div').setBorderStyle(); }) Test 1 : Invoke setBorderStyle with default settings. $('div').setBorderStyle(); Invoke "Test [...]

Relevance: 76.14%


jQuery toggleText function

[Translate] This is a simple function to toggle text contents of an HTML element with jquery. It should be easy to equip the toggleText methode with an array of strings. /* * jquery.toggleText plugin. * Copyright (c) saquery.com * Licensed under MIT - http://www.opensource.org/licenses/MIT */ $.fn.toggleText = function(txt){ return this.each(function(){ var _=$(this),_current=_.text(),_txt=txt; if ( _current [...]

Relevance: 67.29%


jQuery.simpleEdit

[Translate] This jquery plugin extends a Html TextArea Element so that it can handle Tab and Alt+Tab keypress events. It can be usefull to edit and format HTML Code.

Relevance: 62.58%


Write a WordPress Plugin with PHP

[Translate] This sample shows a good and well structured way to code your own WordPress plugin in PHP. <?php /* plugin Name: Your plugin-name plugin URI: http://www.example.com Description: Your description. Version: 1.0.0.0 Author: Your name Author URI: http://www.example.com */ global $myWordpressplugin; $myWordpressplugin = new myWordpressplugin(); class myWordpressplugin{ function wp_head(){ echo '<!-- test -->'."\n"; } } [...]

Relevance: 58.30%


Full charged JQuery website with 3 lines of code

[Translate] The big players on the Internet offer a good possibility to include well known JavaScript libraries  in your own websites. There is no need for a own webspace. This is an example to load jquery and jquery UI with the basic theme from Google CDN. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta [...]

Relevance: 54.97%


Using .Net and jQuery

[Translate] It is easy to dive into the world of jquery. It requires only little knowledge in javascript in order to achieve great results with this JavaScript library. Beginners using Visual Studio will benefit from the so-called Intellisense support for jquery. http://weblogs.asp.net/scottgu/ explains in detail how to integrate jquery in Visual Studio.

Relevance: 54.71%


typeof(obj)==’jquery’ ?

[Translate] Try this to determine if an object is type of jquery. if (parameterValue instanceof jquery) alert('true');

Relevance: 52.96%


jQuery 1.5rc

[Translate] It seems that jquery 1.5 is near. http://blog.jquery.com reported that a release candidate of version is available for download. So far the jquery 1.5 BETA 1 CHANGE LOG This is a concise change log – full release notes will be coming with the final 1.5 release. Rewrite of the Ajax module by Julian Aubourg. This is the most significant change in this release and [...]

Relevance: 52.96%


jQuery Intellisense and Visual Studio

[Translate] It is easy to dive into the world of jquery. It requires only little knowledge in javascript in order to achieve great results with this JavaScript library. Beginners using Visual Studio will benefit from the so-called Intellisense support for jquery. http://weblogs.asp.net/scottgu explains in detail how to integrate jquery in Visual Studio.

Relevance: 52.79%


jQuery kickStart

[Translate] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" language="javascript" src="http://code.jquery.com/jquery-1.4.2.min.js" ></script> <script type="text/javascript" language="javascript"> var _yourCode = 0 </script> </head> <body> <form id="form1"></form> </body> </html> jquery kickStart Download | jquery UI and CSS improved version!

Relevance: 42.62%


Test Swarm- Distributed Continuous Integration for JavaScript

[Translate] TestSwarm provides a way for heavy tests on JavaScript code. Test Swarm Walkthrough from John Resig on Vimeo. swarm.jquery wiki source code

Relevance: 41.39%


Web service calls are not strong enough

[Translate] topvotes.appspot.com A few month ago we startet a new voting service called topvotes. The service has lots of potential and could process much more requests. For this reason, we would like to draw your attention to this free website voting service. The Service is available for all Wabsites. Especially for WordPress blogs, it is easy to use the service. The plugin can [...]

Relevance: 40.75%


Take control over jQuery’ s cache behavior

[Translate] There is a global switch. If this is set to false jquery will prevent browser cache usage for Ajax-Requests. The following jquery.ajaxSetup methode call will disable cache for all Ajax requests. $.ajaxSetup ({ cache: false });

Relevance: 37.99%


jQuery JSON Parse Error

[Translate] Sometimes I got an error message for Ajax request "JSON Parse Error" (I think) throwed by the jquery library. Upon closer examination I found that the structure of the PHP JSON result set was correct. In the end it was the character set of the underlying PHP files. To fix the parse error you [...]

Relevance: 35.14%


vb.net HttpHandler

[Translate]

Relevance: 34.11%


Javascript isArray – Crossbrowser

Identify an object as type of array in Javascript.

Relevance: 32.91%


jQuery goes mobile

[Translate] It is nice to know that jquery will come on different Mobile devices such as iPad, iPhone, Palm and Android. source: http://jquerymobile.com/Take a look at http://jquerymobile.com/

Relevance: 31.45%


Website Voting Service

[Translate] Nice website voting service. Easy to implement. Just try it. Includes a lightweight WordPress plugin.

Relevance: 23.44%


Other relevant searches:

Powered by WP SEO Tags