+ All Categories
Home > Documents > JQuery Peticiones.pdf

JQuery Peticiones.pdf

Date post: 27-Dec-2015
Category:
Upload: anlludb
View: 108 times
Download: 3 times
Share this document with a friend
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/
Transcript
Page 1: JQuery Peticiones.pdf

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-examples/OK OK OK

http://builtbywill.com/code/booklet/demos/sizeSIMPLE

http://www.htmldrive.net/items/show/40/Pretty-nice-Slide-Out-Navigation-RevisedMENU TOP DESLICE IMAGE OCULT

http://www.turnjs.com/#

http://tympanus.net/Tutorials/FullscreenBookBlock/BOOK MENU HOJA

http://www.jpageflip.de/index_en.phphttp://builtbywill.com/code/booklet/http://www.webresourcesdepot.com/5-free-jquery-page-flip-plugins-for-book-like-interfaces/http://www.htmldrive.net/items/demo/43/Horizontal-Accordion-using-the-TabsACORDION IMAGE DESCRIPCION HORIZONTAL OK

http://www.turnjs.com/BOOK OK

http://www.htmldrive.net/items/demo/18/jQuery-Multicolor-animation-drop-down-navigation-menuMENU

http://www.htmldrive.net/items/demo/37/Dot-Slider-simple-easy-to-use-images-slideshow-jquery-pluginsSLIDER OK

http://www.arteyanos.com/2012/02/los-8-mejores-efectos-sliders-con-jquery/

http://www.position-relative.net/creation/formValidator/demos/demoValidators.html

http://stackoverflow.com/questions/2978523/jqgrid-refreshing-local-data-json-objectJQGRID

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/

Page 2: JQuery Peticiones.pdf

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.9https://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.htmlLazy LoadOK PERFECT

http://www.appelsiini.net/projects/lazyloadPlugin enabledImages below the fold (the ones lower than window bottom) are not loaded. When scrolling 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 effect, 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());

Page 3: JQuery Peticiones.pdf

http://csharping.net/c/mvc-ajax-grid-with-jqgrid/

background: url("images/birds.png") no-repeat scroll center center / contain transparent;

http://www.droptoframe.com/?p=35EXTENDING 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-utilizar-plugins/

too much recursion

Brush Script MTFONT

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.tagNameTIPO DE OBJETO

http://www.9lessons.info/2012/04/facebook-style-emotions-jquery-plugin.html

Page 4: JQuery Peticiones.pdf

http://www.fglogin.com/

dataType $.ajax "xml": Treat the response as an XML document that can be processed via jQuery.

"html": Treat the response as HTML (plain text); included script tags are evaluated.

"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-funcion-ajax-de-jquery/

HTML 5no es simplemente una nueva versión del lenguaje de marcación HTML, sino una agrupación 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 tecnología en sí es un conjunto de tecnologías (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/#demo2OK

http://www.2meter3.de/jqPuzzle/index.html#downloadOK

Page 5: JQuery Peticiones.pdf

http://espeak.sourceforge.net/http://www.masswerk.at/mespeak/https://addons.mozilla.org/es/firefox/tag/text%20to%20speechFF

http://espanol.babylon.com/welcome/index.html?affID=14307http://text-to-speech.imtranslator.net/?url=WMlnk&dir=en&text=%09%0D%0Ahttp://text-to-speech-translator.paralink.com/webmasters.asphttp://www.codeproject.com/Articles/435434/Text-to-Speech-tts-for-the-Webhttp://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-element-offset-firefox-issueOFFSET SCROOLL SORTABLE

event.preventDefault()Método que bloque la ejecución por defecto de un evento.

http://w3api.com/wiki/Categor%C3%ADa:HTML5PORTAL

http://www.arquitectoit.com/http://garciamanzanero.eu5.org/ArquitectoIt/DSArticulo1/DSEjemploArticulo1.xhtmlDISEÑO 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

Page 6: JQuery Peticiones.pdf

} }); }});

http://corpus.rae.es/creanet.htmlhttp://ntlle.rae.es/ntlle/SrvltGUIMenuNtlle?cmd=Lema&sec=1.0.0.0.0.http://www.rae.es/Imagenes/estadisticas.pnghttp://lema.rae.es/enmDRAE/cgi-bin/enmDRAE.cgi?J=J&np=1&nep=102&ne=0&nte=0&page=0http://www.rae.es/rae/gestores/gespub000001.nsf/voTodosporId/4F34A4D521080642C12576C5003D16DE?OpenDocumentCHECK HTML CSS XHTML

http://www.facebook.com/25labshttp://www.facebook.com/25labs

http://forum.jquery.com/topic/portlets-with-jquery-uihttp://interface.eyecon.ro/demos/sort.html

https://github.com/henryyan/jquery-ui-portlet

http://jquerylist.com/category/rating_pluginsFULL PLUGINS

http://www.myjqueryplugins.com/jquery-plugin/jratinghttp://www.greepit.com/Opineo/admin-form.htmlESTRELLAS 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-puzzlehttp://www.fernando.com.ar/http://www.fernando.com.ar/jquery-puzzle/index.phpDBPedia y SparqlWEB SEMANTIKA

http://www.jqchart.com/http://keith-wood.name/gChart.htmlhttp://127.0.0.1/practicas/jquery-ui-bootstrap-master/botones.htmlhttp://127.0.0.1/TESIS%20tere-yodiza/index.phpfile:///E:/WEB_FRAMEWORK/JQUERY/jquery-ui-bootstrap-master/index.htmlfile:///E:/WEB_FRAMEWORK/JQUERY/jquery-ui-1.9.2.custom/development-bundle/demos/position/default.htmlhttp://127.0.0.1/Ech/Sistema/sistema.php

INICIAL 20font-size 20 80line-height 40 100 = + 22width-popup 80 150 = +60

Page 7: JQuery Peticiones.pdf

60FONT AUGMENT

http://css.flepstudio.org/en/jquery/how-to-populate-combobox-with-jquery-and-xml.html

http://www.kevintaylor.com/labs/fontshttps://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 nacidoThe 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 jqueryend() jquerycollision 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>

Page 8: JQuery Peticiones.pdf

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.htmlESTILOSTABLES

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' });

Page 9: JQuery Peticiones.pdf

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-application/

http://jquery.malsup.com/form/#file-uploadhttp://net.tutsplus.com/tutorials/javascript-ajax/uploading-files-with-ajax/

<input type="file" id="file5" name="file5" class="required" 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.htmljQuery Validate Examplewith 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-child{

color: red;border: 1px solid red;height: 30px;

}

Page 10: JQuery Peticiones.pdf

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 pluginhttp://code.google.com/p/jinclude/JincludejQuery Loaderhttp://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 nivel) por elementos E. E ~ F: Selecciona todos los elementos F que estén precedidos al mismo nivel por 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 */

Page 11: JQuery Peticiones.pdf

C:\wamp\www\Ech\Sistema\Librerias\jquery.jqGrid\css\ui.jqgrid.css59

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { color: #EEEEEE; font-weight: bold;}

$.extend($.jgrid,{ showModal : function(h) { h.w.show("fade"); }});$.extend($.jgrid.add, {closeOnEscape: true,savekey: [true, 13],closeAfterAdd: true,recreateForm : true,width:410,height:470,top:150,left:150,resize:true});$.extend($.jgrid.edit,{closeOnEscape: true,savekey: [true, 13],closeAfterEdit: true,recreateForm : true,width:410,height:470,top:150,left:150,resize:true});$.extend($.jgrid.view,{closeOnEscape: true,jqModal: true,width:510,height:300,top: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-serifVerdana,Arial,sans-serif

float: right; width: 16px; height: 16px; background: url("http://jqueryui.com/themeroller/themeswitchertool/images/icon_color_arrow.gif") no-repeat scroll 50% 50% transparent;

<link class="ui-theme" rel="Stylesheet" type="text/css" href="../../ajax.googleapis.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-ui/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_page/

wp_enqueue_script jquery

http://dixso.net/jquery/detectar-el-navegador-mediante-jquery/JQuery Browser Detect

Page 12: JQuery Peticiones.pdf

http://www.compartidisimo.com/2011/10/6-cosas-que-tienes-que-saber-cuando.html

// Devuelve "true" si el navegador es alguna versión de Internet Explorer$.browser.msie// Devuelve "true" si el navegador es alguna versión de Safari$.browser.safarivar 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( userAgent ), 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/infohttp://www.filamentgroup.com/examples/daterangepicker_v2/index3.phphttp://www.java2s.com/Code/JavaScript/jQuery/CatalogjQuery.htmPAGE

http://stackoverflow.com/questions/11856948/how-to-add-a-button-on-a-inline-datepicker-of-jqueryui

http://jqueryui.com/resizable/#helperRESIZABLE

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 botón está desactivado");

$("div:first").nextAll().addClass("rojo");

$("p").siblings(".nombredeclase").css("background", "white");

$("p").contents();

$('p').find('span')

$('div').get(0)

Page 13: JQuery Peticiones.pdf

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/DialogAPI 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" cellpadding="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 ui-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

Page 14: JQuery Peticiones.pdf

---------------

console.log($(".ui-widget-content").css("color"));console.log($(".ui-widget-content").css("color"));

ui-icon ui-icon-alertui-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

Page 15: JQuery Peticiones.pdf

PAGINA > TITULO > MENSAJE > FUNCIONPAGINA > TITULO > MENSAJE > FUNCIONPAGINA > TITULO > MENSAJE > FUNCION

mouseentermouseleave

mouseovermouseout

$('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');

Page 16: JQuery Peticiones.pdf

//alert($('#tbl_barra_herramienta #tr_barra_herramienta').length);

//alert($('#tbl_barra_herramienta #tr_barra_herramienta > td').length);

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-tutorialhttp://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:

Page 17: JQuery Peticiones.pdf

/WEB_FRAMEWORK/JQUERY/collapsible-menu/collapsible-menu.htmlhttp://dev.danen.org/demo/danen/jquery/collapsible_menu.htm# <<<<<MASOhttp://www.snyderplace.com/demos/collapsible-custom-animation.htmlhttp://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").slideUp("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', Helvetica, 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=device-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-jquery-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

Page 18: JQuery Peticiones.pdf

$( "#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_sliderCONTROLES

http://wowslider.com/SLIDER DE LA PATADA (y)

http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html

http://wiki.jqueryui.com/w/page/12137759/Panelhttp://idlesign.narod.ru/ui-panel/demo.htm#http://www.fieryprophet.com/demo/jqui-panel/http://yii-booster.clevertech.biz/jquery.htmlhttp://wijmo.com/widgets/http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxlistbox/index.htmCONTROLS

http://www.srbyte.com/BARRA NORT, EAST

bootstrap twitter examplebootstrap twitter examplebootstrap twitter examplebootstrap twitter example

http://www.taringa.net/comunidades/webdesign/3474621/40-Interesantes-Galerias-jQuery.htmlhttp://www.meadmiracle.com/SlidingGalleryDemo1.htmGALERIA DE FOTOS GRANDES, ZOOM

http://tympanus.net/Tutorials/BubbleNavigation/#http://www.creativosonline.org/blog/20-efectos-de-jquery-brillantes.htmlEFECTOS BRILLANTES

http://chuwiki.chuidiang.org/index.php?title=Dialog_con_jQueryhttp://es.softuses.com/79264http://jquery.10927.n7.nabble.com/jQuery-dialog-add-remove-button-on-the-fly-td128730.htmlAGREGAR BOTON AL DIALOG

//contentType: "application/json; charset=utf-8",

http://www.west-wind.com/WestwindWebToolkit/samples/Ajax/html5andCss3/keycodechecker.aspxhttp://donejs.com/docs.html#!jQuery.event.key

Page 19: JQuery Peticiones.pdf

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/editENTORNO

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-Other-Stuff<<<<<<<<<<<<

http://jqueryui.com/themeroller/#ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&

Page 20: JQuery Peticiones.pdf

iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&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&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px

http://www.script-tutorials.com/how-to-create-photo-gallery-using-slider-kit-jquery/GALERIA DE IMAGENES

$('input').blur();This is used to remove focus from all input control.

https://skydrive.live.com/?cid=053a660afa3473b3&id=53A660AFA3473B3!1626FULL 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").threadedEach(function () { $(this).html(response); });

$("#tr_cta_deu_int_c .DataTD > select").threadedEach(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.htmlMVC

https://skydrive.live.com/?cid=d02e0fa4582ff358&id=D02E0FA4582FF358!299

var anchoPantalla;

Page 21: JQuery Peticiones.pdf

$(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, addtext: '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('getGridParam', 'selrow'), 'idRanEdad')

http://pastebin.com/vAmbsahmhttp://pastebin.com/7T5hn4in

http://www.cutterscrossing.com/index.cfm/2012/1/13/Intro-to-jqGrid-Part-5-Some-Other-Stuff<<<<<<<<

Page 22: JQuery Peticiones.pdf

<<< CLOSEF

http://www.designyourway.net/blog/resources/55-jquery-form-plugins-to-download-and-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-explorer/

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.googlecode.com/svn-history/r23/trunk/bolsaempleo/procesos/estudiantes/pGenerarCurriculoPDF.php

http://pxd.me/dompdf/www/examples.phphttp://www.forosdelweb.com/f18/generando-pdf-275393/openObjecthttp://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);

Page 23: JQuery Peticiones.pdf

http://www.ok-soft-gmbh.com/jqGrid/InlineEditWithKeyboardNavigation.htmhttp://stackoverflow.com/questions/11048393/how-to-implement-edit-inline-in-jqgridhttp://stackoverflow.com/questions/4690330/jquery-keypress-backspace-wont-firehttp://stackoverflow.com/questions/4316757/how-to-do-inline-edit-with-jqgrid-subgrids?rq=1http://stackoverflow.com/questions/4842262/jqgrid-implementing-of-custom-cell-integration-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 stringcopia_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-experience/

http://stackoverflow.com/questions/1311728/resize-the-jqgrid-width-while-browser-resizing

http://www.trirand.com/blog/phpjqgrid/examples/selection/selectedrow_client/default.php

http://www.cristalab.com/tutoriales/paginacion-de-resultados-con-jquery-php-y-json-c105468l/

http://stackoverflow.com/questions/5373693/jqgrid-how-to-set-toolbar-options-based-on-column-value-in-row-selectedhttp://stackoverflow.com/questions/7056859/jqgrid-resolve-the-grid-pager-id-dynamically?lq=1RESTRINGUIR 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.htmlhttp://www.desarrolloweb.com/articulos/parametros-recibidos-eventos-ajax.html

$.get()

http://www.desarrolloweb.com/articulos/ejemplos/jquery/plugins/personalizar-checkbox.html

Page 24: JQuery Peticiones.pdf

http://jqueryfordesigners.com/demo/slider-gallery.htmlhttp://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.id = 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/publications/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://github.com/tonytomov/jqGrid/blob/v4.4.0/js/grid.formedit.js#L1748

http://stackoverflow.com/questions/10007453/how-to-de-select-selected-row-if-shiftup-arrow-key-is-pressed-in-jqgrid

http://stackoverflow.com/questions/4628949/excel-like-enter-and-tab-key-navigation-in-cell-editing

http://www.4rentmi.com/main/public/admin/templates_c/cache-1265107251-56a10935afa808d40baa28dcdb808509.javascript

Page 25: JQuery Peticiones.pdf

http://stackoverflow.com/questions/1234461/jqgrid-default-add-edit-buttons-processing-server-response

http://forums.asp.net/t/1629287.aspx/1$.extend

ajaxGridOptions

http://stackoverflow.com/questions/6693694/why-jquery-modal-dialog-and-jqgrid-modal-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-being-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?rq=1http://www.trirand.com/blog/phpjqgrid/examples/functionality/excel/default.php

http://stackoverflow.com/questions/8106655/jqgrid-4-0-bindkeys-method-move-the-whole-grid-with-up-and-down-arrow-keys

http://www.trirand.net/demophp.aspx

http://www.trirand.com/jqgridwiki/doku.php?id=wiki:optionshttp://www.trirand.com/blog/?page_id=393/treegrid/expand-all-and-collapse-all-functionality-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

Page 26: JQuery Peticiones.pdf

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/12

http://www.martiniglesias.eu/blog/sexy-selects-mejorando-los-select-lists-con-jquery/96

http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hoodhttp://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hoodhttp://stackoverflow.com/questions/4760285/jquery-ui-combobox-onchangehttp://jsfiddle.net/andrewwhitaker/hAM9H/ <<<<<<<<<<<<<<<<<<<<<<<<<<<http://www.todayisearched.com/2011/11/jquery-ui-combobox-widget-improved.htmlCOMBO

http://www.devildrey33.es/ComboBoxWeb.php

http://docs.jquery.com/Tutorialshttp://docs.jquery.com/UI/Dialog/Theminghttp://stackoverflow.com/questions/2525524/jquery-ui-dialog-button-iconshttp://jsfiddle.net/yijiang/UYMJH/http://stackoverflow.com/questions/4103964/icons-in-jquery-ui-dialog-titleicono 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[]=example&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.aspxhttp://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 Pluginshttp://extjstutorial.org/

Page 27: JQuery Peticiones.pdf

blog.themeforest.net/screencasts/jquery-for-absolutebeginners-video-series/visualjquery.comusejquery.com/category/Backgroundplugins.jquery.com/smashingmagazine.com/tag/jqueryspeckyboy.com/category/ajaxnet.tutsplus.com/category/tutorials/javascript-ajax/woorkup.com/tag/jquery/

http://www.queness.com/post/126/useful-and-handy-jquery-tips-and-trickshttp://www.queness.com/post/126/useful-and-handy-jquery-tips-and-trickshttp://www.queness.com/post/126/useful-and-handy-jquery-tips-and-tricks

http://www.queness.com/post/11804/jquery-useful-dom-helpers-and-special-eventshttp://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-designershttp://webdesignerwall.com/tutorials/jquery-tutorials-for-designers

http://www.queness.com/post/237/30-javascript-menu-plugins-and-scriptshttp://www.queness.com/post/126/useful-and-handy-jquery-tips-and-trickshttp://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/updatesitehttp://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesitehttp://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesitehttp://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesitehttp://code.google.com/a/eclipselabs.org/p/jsdt-jquery/wiki/Installationjsdt-jquery

http://code.google.com/p/jqueryjs/source/browse/trunk/plugins/validate/jquery.validate.pack.js?r=6291

http://stackoverflow.com/questions/5052277/official-jquery-validate-on-google-code

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/

Page 28: JQuery Peticiones.pdf

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();});


Recommended