Вы находитесь на странице: 1из 28

http://www.jqueryeasy.

com/2011/12/15/graficos-estadisticos-con-jquery/
ESTADISTICAS HIGHCHART
http://www.webresourcesdepot.com/fly-to-basket-effect-with-jquery/
EFCETO VOLAR CARRO DE COMPRAS
http://adrianpelletier.com/sandbox/jquery_hover_nav/
REFLECTION SHADOW
http://www.bylbonet.com/2013/01/31/efecto-fade-sobre-imagenes-con-jquery/
FADE IMG JQUERY
http://www.jqueryrain.com/2012/12/best-jquery-page-flip-book-effect-with-example
s/
OK OK OK
http://builtbywill.com/code/booklet/demos/size
SIMPLE
http://www.htmldrive.net/items/show/40/Pretty-nice-Slide-Out-Navigation-Revised
MENU TOP DESLICE IMAGE OCULT
http://www.turnjs.com/#
http://tympanus.net/Tutorials/FullscreenBookBlock/
BOOK MENU HOJA
http://www.jpageflip.de/index_en.php
http://builtbywill.com/code/booklet/
http://www.webresourcesdepot.com/5-free-jquery-page-flip-plugins-for-book-like-i
nterfaces/
http://www.htmldrive.net/items/demo/43/Horizontal-Accordion-using-the-Tabs
ACORDION IMAGE DESCRIPCION HORIZONTAL OK
http://www.turnjs.com/
BOOK OK
http://www.htmldrive.net/items/demo/18/jQuery-Multicolor-animation-drop-down-nav
igation-menu
MENU
http://www.htmldrive.net/items/demo/37/Dot-Slider-simple-easy-to-use-images-slid
eshow-jquery-plugins
SLIDER OK
http://www.arteyanos.com/2012/02/los-8-mejores-efectos-sliders-con-jquery/
http://www.position-relative.net/creation/formValidator/demos/demoValidators.htm
l
http://stackoverflow.com/questions/2978523/jqgrid-refreshing-local-data-json-obj
ect
JQGRID
http://www.etnassoft.com/2011/02/05/testeando-ajax-en-jquery/
http://www.cristalab.com/tutoriales/ajax-en-jquery-c226l/
http://www.funcion13.com/2012/06/06/cabeceras-cache-php/
http://www.funcion13.com/2012/04/24/controla-cache-navegador-apache-mod-expires/
http://www.funcion13.com/2012/04/19/la-cache-en-las-peticiones-ajax-de-jquery/
La cach en las peticiones AJAX de jQuery
"Cacheando" peticiones AJAX
$.ajaxSetup({
//cache:false });
http://dirtysock.es/cancelar-llamadas-ajax-previas/
beforeSend AJAX OK
$(#enlace).click(function(){
console.time( Peticion AJAX );
$.ajax({
url: http://search.twitter.com/search.json?q=genbetadev&count=5&callback=
?,
type: GET,
dataType: json,
success: function( resp ) {
console.log( resp );
},
complete: function( ){
console.timeEnd( Peticion AJAX );
}
});
});
It fixes the compatibility with jQuery 1.9
https://github.com/desandro/masonry/pull/281
//console.log(jQuery.event);

//jQuery.event.handle.apply(_self, _args);

jQuery.event.dispatch.apply(_self, _args);

//jQuery.event.handlers.apply(_self, _args);
http://www.appelsiini.net/projects/lazyload/enabled_gazillion.html
Lazy Load
OK PERFECT
http://www.appelsiini.net/projects/lazyload
Plugin enabled
Images below the fold (the ones lower than window bottom) are not loaded. When s
crolling down they are loaded when needed. Empty cache and shift-reload to test
again. Compare this to page where plugin is disabled, same page with fadein effe
ct, page with wide layout or wide content inside container.
INTERESTING
http://euroscala.balkanium.com/
PRELOAD - IMG FULLSCREEN OK
console.log(screen.height);
console.log($(document.body).innerHeight());
http://csharping.net/c/mvc-ajax-grid-with-jqgrid/
background: url("images/birds.png") no-repeat scroll center center / contain tr
ansparent;
http://www.droptoframe.com/?p=35
EXTENDING JQUERY UI DIALOG TO INCLUYE MINIMIZE BUTTON
/*var sTopic = "";
var cadVariables = location.search.substring(1,location.search.length);
if (cadVariables!="") {
var arrVariables = cadVariables.split("&");
for (i=0; i<arrVariables.length; i++) {
arrVariableActual = arrVariables[i].split("=");
console.log(arrVariableActual[0]);
if (arrVariableActual[0]=="pagina_ayuda") {
sTopic = arrVariableActual[1];
break;
}
}
}
console.log(sTopic);*/
<body class="ui-widget-content">
/*$.fn.outerHTML = function() {
return $(this).clone().wrap('<div></div>').parent().html();
}*/
http://www.lewebmonster.com/scroll-o-desplazamiento-suave-con-jquery-y-sin-utili
zar-plugins/
too much recursion
Brush Script MT
FONT
http://www.peru.gob.pe/
VALID CSS XHTML
HTMLInputElement
txt_codigo_rubro
keypress: function(event) {
if (event.keyCode==13) { //ENTER
alert("aaaa");
event.preventDefault();
}
}
element.tagName
TIPO DE OBJETO
http://www.9lessons.info/2012/04/facebook-style-emotions-jquery-plugin.html
http://www.fglogin.com/
dataType $.ajax
"xml": Treat the response as an XML document that can be processed via jQue
ry.
"html": Treat the response as HTML (plain text); included script tags are ev
aluated.
"script": Evaluates the response as JavaScript and evaluates it.
"json": Evaluates the response as JSON and sends a JavaScript Object to the
success callback.
Math.round(original*100)/100
Array.prototype.ucase=function()
{
for (i=0;i<this.length;i++)
{this[i]=this[i].toUpperCase();}
}
arr2.length
$("#txt_fecha_inicial").datepicker({
onSelect: function(selectedDate) {
$("#txt_fecha_final").datepicker().val(selectedDate);
}
}).datepicker('setDate',FECHA_SERVIDOR);
http://www.actualidadjquery.es/2010/10/20/cargando-contenido-dinamico-con-la-fun
cion-ajax-de-jquery/
HTML 5
no es simplemente una nueva versin del lenguaje de marcacin HTML, sino una agrupac
in de diversas especificaciones concernientes a el desarrollo web.
http://browsershots.org/
http://www.desarrolloweb.com/articulos/diseno-web-adaptativo.html
http://stackoverflow.com/questions/8569842/is-there-a-way-to-export-the-content-
in-div-to-a-image-programmatically
Ajax, mas que una tecnologa en s es un conjunto de tecnologas (XHTML, CSS, DOM, XML
, XSLT, JSON, XMLHttpRequest) unidas con Javascript.
Modelo de Objetos del Documento (DOM)
Document Object Model
http://www.backslash.gr/demos/contenthover-jquery-plugin/#demo2
OK
http://www.2meter3.de/jqPuzzle/index.html#download
OK
http://espeak.sourceforge.net/
http://www.masswerk.at/mespeak/
https://addons.mozilla.org/es/firefox/tag/text%20to%20speech
FF
http://espanol.babylon.com/welcome/index.html?affID=14307
http://text-to-speech.imtranslator.net/?url=WMlnk&dir=en&text=%09%0D%0A
http://text-to-speech-translator.paralink.com/webmasters.asp
http://www.codeproject.com/Articles/435434/Text-to-Speech-tts-for-the-Web
http://jquery-translate.appspot.com/
EXTJS
http://www.jtalkplugin.com/
http://lineadecodigo.com/jquery/evitar-que-se-ejecute-un-evento-con-jquery/
$("a").click(function(event) {
event.preventDefault();
$("#accion").append('Has pulsado el enlace ' + event.currentTarget + "<br/>"
);
});
http://innovativephp.com/demo/puzzles/
http://marakana.com/s/post/1175/jquery_puzzle_image_tutorial_plugin_ui
http://stackoverflow.com/questions/2451528/jquery-ui-sortable-scroll-helper-elem
ent-offset-firefox-issue
OFFSET SCROOLL SORTABLE
event.preventDefault()
Mtodo que bloque la ejecucin por defecto de un evento.
http://w3api.com/wiki/Categor%C3%ADa:HTML5
PORTAL
http://www.arquitectoit.com/
http://garciamanzanero.eu5.org/ArquitectoIt/DSArticulo1/DSEjemploArticulo1.xhtml
DISEO DEPENDIENDO DE LAS RESOLUCIONES DEL USUARIO
http://www.toitl.com/
TIP JQUERY UI
$("#test-list").sortable({
handle : '.handle',
update : function () {
var order = $('#test-list').sortable('serialize');
$("#info").load("process-sortable.php?"+order);
}
});
$("#sortable" ).sortable({

update: function (event, ui) {

var list = $(this).sortable("toArray").join("|");
$.ajax({ url: "/persistListOrder.php",
data: {
'section':this.id,

'components': list
}
});
}
});
http://corpus.rae.es/creanet.html
http://ntlle.rae.es/ntlle/SrvltGUIMenuNtlle?cmd=Lema&sec=1.0.0.0.0.
http://www.rae.es/Imagenes/estadisticas.png
http://lema.rae.es/enmDRAE/cgi-bin/enmDRAE.cgi?J=J&np=1&nep=102&ne=0&nte=0&page=
0
http://www.rae.es/rae/gestores/gespub000001.nsf/voTodosporId/4F34A4D521080642C12
576C5003D16DE?OpenDocument
CHECK HTML CSS XHTML
http://www.facebook.com/25labs
http://www.facebook.com/25labs
http://forum.jquery.com/topic/portlets-with-jquery-ui
http://interface.eyecon.ro/demos/sort.html
https://github.com/henryyan/jquery-ui-portlet
http://jquerylist.com/category/rating_plugins
FULL PLUGINS
http://www.myjqueryplugins.com/jquery-plugin/jrating
http://www.greepit.com/Opineo/admin-form.html
ESTRELLAS RANK
http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/
http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/
http://www.steamdev.com/imgr/
http://samples.unijimpe.net/jqpuzzle/
http://jquerylist.com/games_and_game_development/jquery-puzzle
http://www.fernando.com.ar/
http://www.fernando.com.ar/jquery-puzzle/index.php
DBPedia y Sparql
WEB SEMANTIKA
http://www.jqchart.com/
http://keith-wood.name/gChart.html
http://127.0.0.1/practicas/jquery-ui-bootstrap-master/botones.html
http://127.0.0.1/TESIS%20tere-yodiza/index.php
file:///E:/WEB_FRAMEWORK/JQUERY/jquery-ui-bootstrap-master/index.html
file:///E:/WEB_FRAMEWORK/JQUERY/jquery-ui-1.9.2.custom/development-bundle/demos/
position/default.html
http://127.0.0.1/Ech/Sistema/sistema.php
INICIAL 20
font-size 20 80
line-height 40 100 = + 22
width-popup 80 150 = +60
60
FONT AUGMENT
http://css.flepstudio.org/en/jquery/how-to-populate-combobox-with-jquery-and-xml
.html
http://www.kevintaylor.com/labs/fonts
https://github.com/CD1212/jQuery-Font-Chooser
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
http://marcloehe.de/demos/jquery-animatebg/
include('vista/javascripts/bootstrap/bootstrap-typeahead.js');
function include(url){
document.write('<script src="'+ url + '"></script>');
return false ;
}
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
outline: 0px none;
z-index: 1002;
To this end was I born Yo para esto he nacido
The lamb of God
evitar hover de controles encima de controles de pacity
verificar si mouse esta dentro de un control jquery
detener el evento de un control jquery
end() jquery
collision de div en jquery
border: 1px solid rgb(209, 148, 5);
border: 1px solid blue;
border-color: rgb(209, 148, 5);
border-style:solid;
border-width: 1px;
ui-corner-all
$hijo
$(this).animate({
//width:'280px',
//height: '140px',
//margin:'50px',
//padding:'50px',
//opacity: 1,
fontSize: '20px',borderWidth: 0
//wordSpacing:'50px'
}, { duration: 500, queue: false });
<script src="http://code.jquery.com/jquery-latest.js"></script>
XSLT,
XAJAX Y MVC
$.post( test.php,
$(#testform).serialize(),
function(data){
alert(data);
});
return false;
$(#testform).submit(function(){
//Code after form submitted
})
<script src=js/paginator.js></script>
$(div:first-child).text(Change me.);
$(div:last-child).text(Change me.);
$(img).attr({src: images/cover2.jpg, alt: cover2});
$(p).text();
padding-top: 2px;
bottom: -2px;
opacity: 0.7;
background: none transparent scroll repeat 0% 0%
ui-datepicker-div > div > div > select
/*
table.tbl_contenido tr:first-child td input,
table.tbl_contenido tbody tr:first-child td input {
margin-top:6px;
}*/
table.tbl_contenido tr:first-child td,
table.tbl_contenido tbody tr:first-child td {
color:blue;
padding-top: 6px;
}
/*table.tbl_contenido tr:first-child td div,
table.tbl_contenido tbody tr:first-child td div {
margin-top:6px;
color:blue;
}*/
http://www.timrivera.com/tests/csstables.html
ESTILOSTABLES
bgiframe: true,
The CSS
.no-close .ui-dialog-titlebar-close {display: none }
The HTML <div class="selector" title="No close button">This is a test without a
close button</div>
The Javascript.
$( ".selector" ).dialog({ dialogClass: 'no-close' });
Class:
.myDialog .ui-icon{
display:none !important;
}
Jquery:
$(".ajaxloader").dialog({
modal:true,
resizable:false,
dialogClass:'myDialog'
});
http://blog.insicdesigns.com/2010/02/10-best-ajax-file-uploader-for-your-web-app
lication/
http://jquery.malsup.com/form/#file-upload
http://net.tutsplus.com/tutorials/javascript-ajax/uploading-files-with-ajax/
<input type="file" id="file5" name="file5" class="requir
ed" multiple accept="text/plain" />
http://127.0.0.1/UPLOAD_FILES_JS_PHP/jQuery-File-Upload-master/
AjaxFileUploaderV2.1
<script id="template-download" type="text/x-tmpl">
<script id="template-download" type="text/x-tmpl">
http://designmodo.com/create-upload-form/
How to Create an Upload Form using jQuery, CSS3, HTML5 and PHP
Source: http://designmodo.com/create-upload-form/#ixzz2Hy3sjhIK
<input name="txt_equipo" type="text" id="txt_equipo" minlength="2" maxlength="3"
class="primer_control required" />
file:///E:/WEB_FRAMEWORK/JQUERY/jQuery-Validate-Example-COMPLETE/index.html
jQuery Validate Example
with styles from Twitter Bootstrap
body { font-size: 62.5%; }
<input name="nombre1" type="text" id="nombre1" minlength="2" maxlength="3" class
="primer_control required" />
input[type=text],input[type=file],textarea,.lbl_dato,input[type=checkbox] {
/*margin-bottom:6px;*/
padding: .2em .2em .2em .4em;
}
table.tbl_contenido tr td:first-child, table.tbl_contenido tbody tr td:first-chi
ld{
color: red;
border: 1px solid red;
height: 30px;
}
input[type=file] {
width: 20em;
}
input.text,input.file,textarea {
width: 398px;
}
input[type="file"] {
width:398px !important;
}
DOS MANERAS TYPE CSS
http://jquery.bassistance.de/validate/demo/
jQuery plugin: Validation
http://learnlayout.com/
CSS LAYOUT
http://cjavaperu.com/index.php?option=com_k2&view=item&id=479%3A6-librer%C3%ADas
-javascript-%C3%BAtiles-para-desarrolladores&Itemid=117#.UO71nJLbjHk.facebook
http://www.eyecon.ro/bootstrap-datepicker/
http://www.eyecon.ro/bootstrap-colorpicker/
http://www.webappers.com/2012/07/11/twitter-bootstrap-colorpicker-and-datepicker
/
SenchaTouch2 + node.js + socket.io
json polling
Websockets = chrome 16, FF 11, IE 10, Opera 10
jQuery UI Preloader plugin
http://code.google.com/p/jinclude/
Jinclude
jQuery Loader
http://eduardo.pacheco.kanema.com.br/plugin-jquery-load-js-css/
http://yepnopejs.com/
a conditional loader for your polyfills
<table cellspacing="0" cellpadding="0" style="margin:0px;padding;0px;">
TABLA
('.ui-dialog-buttonset > button'); //('.ui-dialog-buttonpane');
('.ui-dialog-buttonset > button'); //('.ui-dialog-buttonpane');
E > F: Seleccionar todos los elementos F que sean hijos directos de E.
E + F: Selecciona el elemento F que est precedido directamente (al mismo nive
l) por elementos E.
E ~ F: Selecciona todos los elementos F que estn precedidos al mismo nivel po
r un elemento E.
E:has(F): Selecciona todos los elementos E que tengan como hijos a elementos
F.
border: 1px solid #000000;
/* height:13px; XAVI */
C:\wamp\www\Ech\Sistema\Librerias\jquery.jqGrid\css\ui.jqgrid.css
59
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-s
tate-default {
color: #EEEEEE;
font-weight: bold;
}
$.extend($.jgrid,{ showModal : function(h) { h.w.show("fade"); }});
$.extend($.jgrid.add, {closeOnEscape: true,savekey: [true, 13],closeAfterAdd: tr
ue,recreateForm : true,width:410,height:470,top:150,left:150,resize:true});
$.extend($.jgrid.edit,{closeOnEscape: true,savekey: [true, 13],closeAfterEdit: t
rue,recreateForm : true,width:410,height:470,top:150,left:150,resize:true});
$.extend($.jgrid.view,{closeOnEscape: true,jqModal: true,width:510,height:300,to
p:150,left:150,resize:true});
$.extend($.jgrid.del, {closeOnEscape: true,closeAfterDel: true,width:410,height:
120,resize: false});
var $head = $("#eFormIFrame").contents().find("head");
$head.append($("<link/>",
{ rel: "stylesheet", href: url, type: "text/css" }
));
<script>
if($.cookie("css")) {
$("link").attr("href",$.cookie("css"));
}
$(document).ready(function() {
$("#nav li a").click(function() {
$("link").attr("href",$(this).attr('rel'));
$.cookie("css",$(this).attr('rel'), {expires: 365, path: '/'});
return false;
});
});
</script>
Verdana,Arial,sans-serif
Verdana,Arial,sans-serif
float: right; width: 16px; height: 16px; background: url("http://jqueryui.com/th
emeroller/themeswitchertool/images/icon_color_arrow.gif") no-repeat scroll 50% 5
0% transparent;
<link class="ui-theme" rel="Stylesheet" type="text/css" href="../../ajax.googlea
pis.com/ajax/libs/jqueryui/1.7.2/themes/ui-darkness/jquery-ui.css">
<link class="ui-theme" rel="stylesheet" type="text/css" href="Librerias/jquery-u
i/development-bundle/themes/celeste2-xavi-theme/jquery.ui.all.css" media="screen
" />
http://www.filamentgroup.com/lab/using_multiple_jquery_ui_themes_on_a_single_pag
e/
wp_enqueue_script jquery
http://dixso.net/jquery/detectar-el-navegador-mediante-jquery/
JQuery Browser Detect
http://www.compartidisimo.com/2011/10/6-cosas-que-tienes-que-saber-cuando.html
// Devuelve "true" si el navegador es alguna versin de Internet Explorer
$.browser.msie
// Devuelve "true" si el navegador es alguna versin de Safari
$.browser.safari
var userAgent = navigator.userAgent.toLowerCase();
jQuery.browser = {
version: (userAgent.match( /.+(?:rv|it|ra|ie|me)[\/: ]([\d.]+)/ ) || [])[1],
chrome: /chrome/.test( userAgent ),
safari: /webkit/.test( userAgent ) &amp;amp;&amp;amp; !/chrome/.test( userAg
ent ),
opera: /opera/.test( userAgent ),
msie: /msie/.test( userAgent ) &amp;amp;&amp;amp; !/opera/.test( userAgent )
,
mozilla: /mozilla/.test( userAgent ) &amp;amp;&amp;amp; !/(compatible|webkit
)/.test( userAgent )
};
http://stackoverflow.com/questions/7583138/jquery-ui-custom-widget-datepicker-to
-whole-year-calendar?rq=1
#ui-datepicker-div
{
z-index: 1000; /* must be > than popup editor (950) */
}
http://stackoverflow.com/tags/jquery/info
http://www.filamentgroup.com/examples/daterangepicker_v2/index3.php
http://www.java2s.com/Code/JavaScript/jQuery/CatalogjQuery.htm
PAGE
http://stackoverflow.com/questions/11856948/how-to-add-a-button-on-a-inline-date
picker-of-jqueryui
http://jqueryui.com/resizable/#helper
RESIZABLE
http://jsfiddle.net/stevegrunwell/5EHkc/1/
JScrollPane
http://jqueryfordesigners.com/demo/scrollable-timelines.html
$(something).not([attr*=value]')
$("button").parent().addClass("rojo");
$("button[disabled]").next().text("Este botn est desactivado");
$("div:first").nextAll().addClass("rojo");
$("p").siblings(".nombredeclase").css("background", "white");
$("p").contents();
$('p').find('span')
$('div').get(0)
http://www.emenia.es/curso-de-jquery-4-selectores-tercera-parte/
http://adeshoras.wordpress.com/2008/11/05/selectores-basados-en-atributos-hijos-
y-contenedores-padres-como-seleccionar-un-conjunto-de-elementos-del-dom/
http://es.softuses.com/4688
http://api.jqueryui.com/dialog/
http://docs.jquery.com/UI/API/1.8/Dialog
API DOCS JQUERY
$("h1").animate({
'border-bottom-width': "1",
'font-size': '15pt'
});
style="font-style:inherit;"
.ui-widget
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
class="ui-widget-header"
<table style="border: 0px;" id="tbl_barra_herramienta" cellspacing="0" cellpaddi
ng="0" class="ui-widget-header">
<tr id="tr_barra_herramienta"></
tr>
</table>
$('#span_hora_completa').animate({
opacity: 0
}, 2000, function() {
$(this).remove()
});
http://api.jquery.com/css/
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/custom-theme/jquery.ui.1.9.2.
ie.css"/>
<![endif]-->
http://www.wextensible.com/temas/xhtml-css/css-posicion.html
vertical-align:bottom;
cajas_login ui-state-default ui-combobox-input ui-autocomplete-input ui-widget u
i-widget-content ui-corner-all
cajas_login ui-widget-content ui-corner-all
<input type="text" class="ui-widget-content ui-corner-all">
div_submenu_principal
div_submenu_opciones > ul > li > div > #div_mensaje
---------------
console.log($(".ui-widget-content").css("color"));
console.log($(".ui-widget-content").css("color"));
ui-icon ui-icon-alert
ui-icon ui-icon-circle-check
,marginLeft: "0.09in"
,marginLeft: "0.01in"
.animate(opacity: 0, 2000);"font-weight": "bolder"
.ui-dialog .ui-dialog-title {
background-image: url('/icons/info.png'); background-repeat: no-repeat;
padding-left: 20px;
}
http://stackoverflow.com/questions/4103964/icons-in-jquery-ui-dialog-title
function MsgBox() {
var arg = arguments;
/*
[arg]
0 = message
1 = title
2 = width
3 = height
4 = command to evaluete if Ok is clicked (optional)
*/
$("body").append("<div id=\"dlgMsg\" title=\"" + arg[1] + "\">" + arg[0]
+ "</div>");
$("#dlgMsg").dialog({
autoOpen: false,
modal: true,
bgiframe: true,
width: arg[2],
height: arg[3],
close: function (event, ui) { $(this).dialog("destroy").remove(); },
buttons:{
'OK': function () { if (arg[4]) eval(arg[4]); $(this).dialog
("close"); }
}
});
$("#dlgMsg").dialog('open');
return false;
}
var person = {
name: "John",
age: 28,
sex: "male"
};
alert(person.name); // "John"
alert(person.fakeVariable); // undefined
PAGINA > TITULO > MENSAJE > FUNCION
PAGINA > TITULO > MENSAJE > FUNCION
PAGINA > TITULO > MENSAJE > FUNCION
mouseenter
mouseleave
mouseover
mouseout
$('div').remove('.hello');
constraint area dialog jquery ui
position: {my: "center", at: "center", of: "#div_contenido_principal"},
.parent().resizable({
containment: "#div_contenido_principal"
}).draggable({
containment: "#div_contenido_principal",
opacity: 0.70
});
http://stackoverflow.com/questions/6315262/keep-a-jquery-dialog-in-a-div
//$("body").append(response);
$('#div_principal_form_login').remove();
//agregarBarraEstado(new String(){"aaa"});
//agregarBarraEstado2("aaa");
//agregar_barra_estado('hello', 'world');
function agregarBarraEstado(arrayP){
for(var i = 0; i < arrayP.length; i++){
alert(arrayP[i]);
}
}
function agregarBarraEstado2(){
alert(agregarBarraEstado.arguments);
for(var i = 0; i < agregarBarraEstado.arguments.length; i++) {
alert(agregarBarraEstado.arguments[i]);
}
}
/*
function agregar_barra_estado() {
var argv = agregar_barra_estado.arguments;
var argc = argv.length;
for (var i = 0; i < argc; i++) {
//alert("Argument " + i + " = " + argv[i]);
if (i>0)
$("#tr_barra_herramienta").append("<td>|</td>");
$("#tr_barra_herramienta").append("<td>|</td>");
}
}*/
function agregar_barra_estado(titulo,contenido) {
var $this = $('#tbl_barra_herramienta #tr_barra_herramienta');
//alert($('#tbl_barra_herramienta #tr_barra_herramienta').length
);
//alert($('#tbl_barra_herramienta #tr_barra_herramienta > td').l
ength);
if ($('td',$this).length>0)
$this.append("<td>|</td>");
$this.append("<td>"+titulo+"</td>");
$this.append("<td>"+contenido+"</td>");
}
//createInnerLayout();
//innerLayout.show('east')
//$("#div_oeste").addClass("ui-layout-west");
//$('body').layout(layoutSettings_Outer);
//$("#div_menu_opciones").append(response);
//outerLayout.addPane('west');
//addThemeSwitcher('#div_switch_theme');
$("#abrir").click( function(){ $("#footer").animate({height:"150px"},500 ); });
$("#cerrar").click( function(){ $("#footer").animate({height:"20px"},500 ); });
onMouseOver="window.status=''; return true;" onMouseOut="window.status='';return
true;"
themeswitcher jqueryui 1.9
http://taitems.tumblr.com/post/482577430/introducing-aristo-a-jquery-ui-theme
#div_menu_indicadores li {
color: rgba(255, 0, 0, 0.6);
/*color: rgba(255, 255, 255, 0.6);*/
-moz-transition: color 286ms ease-in;
-ms-transition: color 286ms ease-in;
-o-transition: color 286ms ease-in;
-webkit-transition: color 286ms ease-in;
transition: color 286ms ease-in;
}
#div_menu_indicadores li:hover,
#div_menu_indicadores li.current {
color: rgba(255, 255, 255, 1) !important;
}
<li class="ui-state-disabled"><a href="#">Aberdeen</a></li>
http://www.jacklmoore.com/notes/jquery-accordion-tutorial
http://anasnakawa.wordpress.com/2011/01/25/jquery-ui-multi-open-accordion/
http://anasnakawa.wordpress.com/2011/01/25/jquery-ui-multi-open-accordion/
http://jsfiddle.net/DkHyd/
http://www.mathachew.com/sandbox/collapsible-menu/# <<<<<<<<<<<<< file:///E:
/WEB_FRAMEWORK/JQUERY/collapsible-menu/collapsible-menu.html
http://dev.danen.org/demo/danen/jquery/collapsible_menu.htm# <<<<<MASO
http://www.snyderplace.com/demos/collapsible-custom-animation.html
http://www.snyderplace.com/demos/accordion.html
$(".accordion H2:first").addClass("active");
$(".accordion p:not(:first)").hide();
$(".accordion h2").click(function(){
$(this).next("p").slideToggle("slow").siblings("p:visible").slid
eUp("slow");
$(this).toggleClass("active");
$(this).siblings("H2").removeClass("active");
a, a:focus {
color: rgba(0, 158, 184, 1);
font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', He
lvetica, Arial, sans-serif;
outline: none;
text-decoration: none;
-moz-transition: color .3s;
-ms-transition: color .3s;
-o-transition: color .3s;
-webkit-transition: color .3s;
transition: color .3s;
}
a:visited {
color: rgba(0, 158, 184, 1);
}
a:hover {
color: rgba(0, 158, 184, 1);
text-decoration: underline;
}
<meta content="IE=9,chrome=1" http-equiv="X-UA-Compatible">
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=dev
ice-width" name="viewport">
<body class="sidebar notouch">
$('html,body').stop().animate({'scrollTop': 0})
http://lostinthegc.wordpress.com/2012/01/07/how-to-make-a-category-menu-using-jq
uery-uis-accordion-and-pure-html/
http://www.misfitgeek.com/2011/03/jquery-accordion-container-choices/
http://www.codebrewery.ch/memu/sample.html#
MENU FORMS JQUERY
http://www.tripwiremagazine.com/2012/12/jquery-menu-plugins.html
$( "#accordion" ).accordion({
animate: {
duration: 200,
down: {
easing: "easeOutBounce",
duration: 1000
}
}
});
http://jqueryuivskendoui.com/
http://www.jqwidgets.com/navigation-bar-with-miltiple-expanded-items/
BAKAN
http://hanshillen.github.com/jqtest/#goto_slider
CONTROLES
http://wowslider.com/
SLIDER DE LA PATADA (y)
http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
http://wiki.jqueryui.com/w/page/12137759/Panel
http://idlesign.narod.ru/ui-panel/demo.htm#
http://www.fieryprophet.com/demo/jqui-panel/
http://yii-booster.clevertech.biz/jquery.html
http://wijmo.com/widgets/
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxlistbox/index.htm
CONTROLS
http://www.srbyte.com/
BARRA NORT, EAST
bootstrap twitter example
bootstrap twitter example
bootstrap twitter example
bootstrap twitter example
http://www.taringa.net/comunidades/webdesign/3474621/40-Interesantes-Galerias-jQ
uery.html
http://www.meadmiracle.com/SlidingGalleryDemo1.htm
GALERIA DE FOTOS GRANDES, ZOOM
http://tympanus.net/Tutorials/BubbleNavigation/#
http://www.creativosonline.org/blog/20-efectos-de-jquery-brillantes.html
EFECTOS BRILLANTES
http://chuwiki.chuidiang.org/index.php?title=Dialog_con_jQuery
http://es.softuses.com/79264
http://jquery.10927.n7.nabble.com/jQuery-dialog-add-remove-button-on-the-fly-td1
28730.html
AGREGAR BOTON AL DIALOG
//contentType: "application/json; charset=utf-8",
http://www.west-wind.com/WestwindWebToolkit/samples/Ajax/html5andCss3/keycodeche
cker.aspx
http://donejs.com/docs.html#!jQuery.event.key
KEYCODES JQUERY
http://www.ajaxload.info/
GIF LOADING TRANSPARENTES
http://lineadecodigo.com/categoria/jquery/page/2/
http://leomicheloni.com/category/jQuery.aspx
http://ciudadblogger.com/2012/03/boton-ir-arriba-con-jquery-que-aparece.html
http://www.lawebera.es/ejemplos/jquery/animacion-carga/1.html
http://blog.zeion.net/category/jquery/
display: block;
/*visibility: visible;*/
http://jsfiddle.net/RMaat/
http://jsbin.com/irapo4/4/edit
ENTORNO
http://code.google.com/p/expandselect/
COMBO PROFESIONAL
var xTriggered = 0;
$('#target').keypress(function(event) {
if (event.keyCode == '13') {
event.preventDefault();
}
xTriggered++;
var msg = 'Handler for .keypress() called ' + xTriggered + ' time(s).';
$.print(msg, 'html');
$.print(event);
});
$('#other').click(function() {
$('#target').keypress();
});
$('#other').click(function() {
$("#target").keypress();
});
$.trim( $('#login_email').val() )
http://kirkas.ch/ascensor/#/Credits
http://stackoverflow.com/questions/5237390/jquery-ui-dialog-is-not-draggable-or-
resizable
http://www.cutterscrossing.com/index.cfm/2012/1/13/Intro-to-jqGrid-Part-5-Some-O
ther-Stuff
<<<<<<<<<<<<
http://jqueryui.com/themeroller/#ffDefault=Verdana%2CArial%2Csans-serif&fwDefaul
t=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=1
2_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&
iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&
bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorCont
ent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefau
lt=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColor
Hover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=4
48dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=
12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff
&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&
bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColo
rHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpac
ityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColor
Overlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverla
y=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opac
ityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&corner
RadiusShadow=5px
http://www.script-tutorials.com/how-to-create-photo-gallery-using-slider-kit-jqu
ery/
GALERIA DE IMAGENES
$('input').blur();
This is used to remove focus from all input control.
https://skydrive.live.com/?cid=053a660afa3473b3&id=53A660AFA3473B3!1626
FULL TRABJOS
http://www.visualjquery.com/
http://css.dzone.com/articles/stop-using-jquery-all-time
/*$("#tr_cta_igv_c .DataTD > select").threadedEach(function () { $(this).
html(response); });
$("#tr_cta_deu_nac_c .DataTD > select").threaded
Each(function () { $(this).html(response); });
$("#tr_cta_deu_int_c .DataTD > select").threaded
Each(function () { $(this).html(response); });*/
grouping:true,
groupingView : {
//groupField : ['libro_aux_nombre']
//groupColumnShow : [false],
groupText : ['<b>{0}</b>']
}
border-left: 2px solid #000000;
border-color: #000000; border-width:2px; border-style: solid
style="border-left: 2px solid #000000;"
http://ltuttini.blogspot.com/2011/11/jqgrid-listar-orden-compra-maestro.html
MVC
https://skydrive.live.com/?cid=d02e0fa4582ff358&id=D02E0FA4582FF358!299
var anchoPantalla;
$(document).ready(function(){
anchoPantalla = document.body.offsetWidth;
console.log("BODY = "+anchoPantalla);
});
http://www.wowslider.com/rq/menu-slider-jquery/
http://www.kabytes.com/actualidad/el-mejor-cdn-para-jquery-del-2012/
CDN
addSettings
jQuery("#datagrid").jqGrid('navGrid','#navGrid',{edit:true,add:true,del:true, a
ddtext: 'Add', edittext: 'Edit', deltext: 'Delete'},
//For Edit
{
closeOnEscape: true,
closeAfterEdit: true,
reloadAfterSubmit:true,
closeOnEscape: true,
url:'Some url'
},
// For Add
{
closeOnEscape: true,
closeAfterAdd: true,
reloadAfterSubmit: true,
closeOnEscape: true,
url: 'Some url'
},
// For Delete
{
url:'Some url',
closeAfterDelete: true,
reloadAfterSubmit: true,
closeOnEscape: true,
onclickSubmit: function(e, postdata)
{
e.url = 'Some url'
}
}
var idRanEdad = $('#gridActividades').getCell($('#gridActividades').jqGrid('getG
ridParam', 'selrow'), 'idRanEdad')
http://pastebin.com/vAmbsahm
http://pastebin.com/7T5hn4in
http://www.cutterscrossing.com/index.cfm/2012/1/13/Intro-to-jqGrid-Part-5-Some-O
ther-Stuff
<<<<<<<<
<<< CLOSEF
http://www.designyourway.net/blog/resources/55-jquery-form-plugins-to-download-a
nd-use/
http://www.jformer.com/
http://paquitosoft.com/?tag=jquery
<<<<<<<
http://stackoverflow.com/questions/6765741/jqgrid-reload-grid-after-save-inline-
button-click?rq=1
UI Library
JKit
SnowFlake Responsive Admin Template
http://www.codevdo.com/Web/jQuery/0/1
http://methvin.com/splitter/
http://perishablepress.com/maximum-and-minimum-height-and-width-in-internet-expl
orer/
http://lh3lh3.users.sourceforge.net/jstree.shtml
http://www.epsilon-eridani.com/cubic/ap/cubic.php/doc/Creacion-de-documentos-PDF
-desde-PHP-247.html
$CI->cezpdf->addText(50,32,8,'Printed on ' . date('m/d/Y h:i:s a'));
http://beeznest.wordpress.com/tag/ezpdf/
chart
https://code.google.com/p/ssebe/
http://pubsvn.ez.no/doxygen/trunk/html/classeZPDFTable.htmlhttp://ssebe.googleco
de.com/svn-history/r23/trunk/bolsaempleo/procesos/estudiantes/pGenerarCurriculoP
DF.php
http://pxd.me/dompdf/www/examples.php
http://www.forosdelweb.com/f18/generando-pdf-275393/
openObject
http://sourceforge.net/projects/pdf-php/files/
http://sourceforge.net/projects/nrjquestion/files/
http://www.carlosemunoz.com.mx/2011/06/106/
PDF
http://helpdesk.toitl.com/data/p/toitl.com/dv/dialog_with_pdf/
http://forum.jquery.com/topic/to-open-pdf-as-a-popup
$pdf->ezText("<b>Fecha:</b> ".date("d/m/Y", 10);
$pdf->ezText("<b>Hora:</b> ".date("H:i:s"."\n\n", 10);
http://www.ok-soft-gmbh.com/jqGrid/InlineEditWithKeyboardNavigation.htm
http://stackoverflow.com/questions/11048393/how-to-implement-edit-inline-in-jqgr
id
http://stackoverflow.com/questions/4690330/jquery-keypress-backspace-wont-fire
http://stackoverflow.com/questions/4316757/how-to-do-inline-edit-with-jqgrid-sub
grids?rq=1
http://stackoverflow.com/questions/4842262/jqgrid-implementing-of-custom-cell-in
tegration-of-raty-plugin
height: ($(window).height() * 0.95),
width: ($(window).width() * 0.9),
http://adriakuma.blogspot.com/2010/01/abrir-un-pdf-en-div.html
var text = JSON.stringify(nombres);//convierte Objeto JSON a string
copia_nombres= JSON.parse(text);//convierte string a objeto JSON
https://parse.com/docs/js_guide
http://visualjquery.com/
file:///E:/JQUERY/jstree_pre1.0_fix_1/_docs/xml_data.html#
http://javascripttreemenu.com/crear-un-treeview-en-javascript.html
http://ifobox.appspot.com/article/9025/Ejemplos_de_jQuery
http://veechand.wordpress.com/2009/07/13/10-jqgrid-tips-learned-from-my-experien
ce/
http://stackoverflow.com/questions/1311728/resize-the-jqgrid-width-while-browser
-resizing
http://www.trirand.com/blog/phpjqgrid/examples/selection/selectedrow_client/defa
ult.php
http://www.cristalab.com/tutoriales/paginacion-de-resultados-con-jquery-php-y-js
on-c105468l/
http://stackoverflow.com/questions/5373693/jqgrid-how-to-set-toolbar-options-bas
ed-on-column-value-in-row-selected
http://stackoverflow.com/questions/7056859/jqgrid-resolve-the-grid-pager-id-dyna
mically?lq=1
RESTRINGUIR PAGER JQGRID
$('#combobox').autocomplete('close');
http://www.designdim.com/2011/07/10-important-jquery-selectboxdropdown-plugins/
Search Box with Filter
http://www.desarrolloweb.com/articulos/funcion-get-jquery-ajax.html
http://www.desarrolloweb.com/articulos/parametros-recibidos-eventos-ajax.html
$.get()
http://www.desarrolloweb.com/articulos/ejemplos/jquery/plugins/personalizar-chec
kbox.html
http://jqueryfordesigners.com/demo/slider-gallery.html
http://demo.tutorialzine.com/2012/02/apple-like-login-form/
http://tympanus.net/Tutorials/ItemBlur/
http://snook.ca/technical/jquery-bg/
http://css-tricks.com/examples/OrganicTabs/
http://www.martiniglesias.eu/blog/mouseover-sobre-boton-con-efecto-fade-y-jquery
/137
header("Content-type: text/xml;charset=utf-8");
select i.id, i.nombre from tipo_item ti , item i where ti.sigla='PINT' AND ti.i
d = i.tipo_item_id
//$pag->columnas = array('id','insumo','cantidad','unidad','porcmerma');
/*$.extend($.jgrid.defaults, {
ajaxSelectOptions: {
complete: function (jqXHR) {
$('#insumo').combobox();
$('#unidad').combobox();
return;
}
}});*/
http://stackoverflow.com/questions/3587480/jquery-modal-dialog-and-jqgrid
dataUrl complete jqgrid
http://jcequiperso.googlecode.com/svn-history/r259/trunk/billingSystem/src/main/
webapp/WEB-INF/views/dynamic-pages/supplierTypes-crud.jsp
http://docs.outerthought.org/books/kauri_documentation_book--20101210-161153/pub
lications/html-chunked/output/dsy432-kauri.html
ajaxGridOptions
http://forums.asp.net/t/1812140.aspx/1
http://stackoverflow.com/questions/1435001/navgrid-not-working-with-jqgrid
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator#parametershttps://g
ithub.com/tonytomov/jqGrid/blob/v4.4.0/js/grid.formedit.js#L1748
http://stackoverflow.com/questions/10007453/how-to-de-select-selected-row-if-shi
ftup-arrow-key-is-pressed-in-jqgrid
http://stackoverflow.com/questions/4628949/excel-like-enter-and-tab-key-navigati
on-in-cell-editing
http://www.4rentmi.com/main/public/admin/templates_c/cache-1265107251-56a10935af
a808d40baa28dcdb808509.javascript
http://stackoverflow.com/questions/1234461/jqgrid-default-add-edit-buttons-proce
ssing-server-response
http://forums.asp.net/t/1629287.aspx/1
$.extend
ajaxGridOptions
http://stackoverflow.com/questions/6693694/why-jquery-modal-dialog-and-jqgrid-mo
dal-dialog-are-looking-different
http://web.ontuts.com/tutoriales/creando-un-panel-lateral-desplegable-en-jquery/
http://web.ontuts.com/tutoriales/creando-un-panel-lateral-desplegable-en-jquery/
http://web.ontuts.com/tutoriales/creando-un-panel-lateral-desplegable-en-jquery/
http://web.ontuts.com/tutoriales/creando-un-panel-lateral-desplegable-en-jquery/
http://stackoverflow.com/questions/5121350/jqgrid-access-cell-data-while-it-is-b
eing-edited?rq=1
http://www.etnassoft.com/2011/04/19/jquery-el-mal-uso-de-return-false/
$('form').sumbit( function(){
// Send the form via Ajax
var formData = $(this).serialize();
$.post('anywhere.php', formData, function( data ){
alert( 'Form Sent! ');
} );
return false;
});
$(this)
http://stackoverflow.com/questions/6742567/export-to-excel-in-jquery-or-jqgrid?r
q=1
http://www.trirand.com/blog/phpjqgrid/examples/functionality/excel/default.php
http://stackoverflow.com/questions/8106655/jqgrid-4-0-bindkeys-method-move-the-w
hole-grid-with-up-and-down-arrow-keys
http://www.trirand.net/demophp.aspx
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
http://www.trirand.com/blog/?page_id=393/treegrid/expand-all-and-collapse-all-fu
nctionality-in-tree-grid/
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter
jQuery("#tbl_formulas").jqGrid('navButtonAdd', '#pag_formula', {
caption : "AAA",
title : "BBB"
});
http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3Aevents
http://www.forosdelweb.com/f127/valores-fila-no-corresponden-con-valores-columna
-jqgrid-861403/
http://sosinformatico.blogspot.com/2011/12/jqgrid-un-grid-para-jquery.html
http://web.ontuts.com/tutoriales/creando-un-panel-lateral-desplegable-en-jquery/
http://web.ontuts.com/tutoriales/creando-un-panel-lateral-desplegable-en-jquery/
ESTE
jqModal en jqgrid
http://ejohn.org/apps/speed/
http://www.martiniglesias.eu/blog/excelente-listado-de-240-plugins-para-jquery/1
2
http://www.martiniglesias.eu/blog/sexy-selects-mejorando-los-select-lists-con-jq
uery/96
http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood
http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood
http://stackoverflow.com/questions/4760285/jquery-ui-combobox-onchange
http://jsfiddle.net/andrewwhitaker/hAM9H/ <<<<<<<<<<<<<<<<<<<<<<<<<<<
http://www.todayisearched.com/2011/11/jquery-ui-combobox-widget-improved.html
COMBO
http://www.devildrey33.es/ComboBoxWeb.php
http://docs.jquery.com/Tutorials
http://docs.jquery.com/UI/Dialog/Theming
http://stackoverflow.com/questions/2525524/jquery-ui-dialog-button-icons
http://jsfiddle.net/yijiang/UYMJH/
http://stackoverflow.com/questions/4103964/icons-in-jquery-ui-dialog-title
icono a dialog en jquery
.ui-icon jquery
jquery i18n
http://www.codedrinks.com/2011/12/04/ejemplo-jqgrid-mostrar-datos-de-una-base-de
-datos-mysql/
http://romaneduardo.wordpress.com/2010/03/21/jqgrid-my-first-grid-primer-ejemplo
-basico-y-sus-errores/
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid&s[]=url&s[]=exampl
e&s[]=php&s[]=datatype&s[]=xml&s[]=mtype&s[]=get#my_first_grid
----------------------------
http://www.mudaimemo.com/p/formnotifier/
http://api.jquery.com/jQuery.trim/
http://jqueryui.com/themeroller/
-----------------
http://users.telenet.be/byteworks/officebar/#
http://www.how-to-asp.net/demos/flyout-ribbon-plugin/example.aspx
http://code.google.com/p/jquery-officebar/downloads/detail?name=jquery-officebar
-0.2.zip&can=2&q=
http://maninblack.info/_proj/jquery-ui-ribbon/demos/ribbon/ <<<<<<<<<<<<
http://rogerpincombe.com/ribbon
Enable Keyboard Shortcuts to Website with Javascript Plugins
http://extjstutorial.org/
blog.themeforest.net/screencasts/jquery-for-absolutebeginners-video-series/
visualjquery.com
usejquery.com/category/Background
plugins.jquery.com/
smashingmagazine.com/tag/jquery
speckyboy.com/category/ajax
net.tutsplus.com/category/tutorials/javascript-ajax/
woorkup.com/tag/jquery/
http://www.queness.com/post/126/useful-and-handy-jquery-tips-and-tricks
http://www.queness.com/post/126/useful-and-handy-jquery-tips-and-tricks
http://www.queness.com/post/126/useful-and-handy-jquery-tips-and-tricks
http://www.queness.com/post/11804/jquery-useful-dom-helpers-and-special-events
http://www.queness.com/post/11930/9-really-impressive-jquery-plugins-with-canvas
-svg-and-css3
http://www.javascripttoolbox.com/jquery/
http://geekology.co.za/article/
http://webdesignerwall.com/tutorials/jquery-tutorials-for-designers
http://webdesignerwall.com/tutorials/jquery-tutorials-for-designers
http://www.queness.com/post/237/30-javascript-menu-plugins-and-scripts
http://www.queness.com/post/126/useful-and-handy-jquery-tips-and-tricks
http://www.queness.com/post/11978/16-mobile-frameworks-for-rapid-development
http://www.webdesignerwall.com/demo/jquery/
http://www.mattkruse.com/javascript/validations/
http://www.javascripttoolbox.com/lib/table
-----------------------------------
http://download.eclipse.org/webtools/repository/indigo
http://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite
http://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite
http://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite
http://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite
http://code.google.com/a/eclipselabs.org/p/jsdt-jquery/wiki/Installation
jsdt-jquery
http://code.google.com/p/jqueryjs/source/browse/trunk/plugins/validate/jquery.va
lidate.pack.js?r=6291
http://stackoverflow.com/questions/5052277/official-jquery-validate-on-google-co
de
http://www.adictosaltrabajo.com/tutoriales/tutoriales.php?pagina=jQueryIntro
http://line25.com/articles/jquery-plugins-for-styling-checkbox-radio-buttons
http://webdesign.maratz.com/lab/fancy-checkboxes-and-radio-buttons/demo.html
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
VALIDAR FORM
http://www.1stwebdesigner.com/tutorials/jquery-beginners-1/
http://jqueryui.com/demos/autocomplete/#combobox
(function($){
$.fn.extend({
hideMe : function(){
$(this).css( {
color: $(this).parent().css("color"),
fontSize: $(this).parent().css("fontSize"),
textDecoration: $(this).parent().css("textDecoration"),
fontStyle: $(this).parent().css("fontStyle"),
fontWeight: $(this).parent().css("fontWeight"),
cursor:$(this).parent().css("cursor")
}).attr("title","");
},
hideLinks : function () {
links = $(this).find("a");
for(var i=0;i<links.length;i++)
$(links[i]).css({
color: $(links[i]).parent().css("color"),
fontSize: $(links[i]).parent().css("fontSize"),
textDecoration: $(links[i]).parent().css("textDecoration"),
fontStyle: $(links[i]).parent().css("fontStyle"),
fontWeight: $(links[i]).parent().css("fontWeight"),
cursor:$(links[i]).parent().css("cursor")
}).attr("title","");
}
})
})(jQuery);
$(document).ready(function(){
$("a.hideMe").hideMe();
$(".hideLinks").hideLinks();
});

Вам также может понравиться