gbelmm Posted October 19, 2010 Report Share Posted October 19, 2010 (edited) Muy buena libreria para usar jquery en php y usar ajax web con jquery...Descargar aqui el codigo mas ejemplos ejemplo: en JavaScript (Jquery) $('#buttonId').click(function(){ alert('Hello world'); }); lo podras hacer asi con Jquery4Php <?php echo YsJQuery::newInstance() ->onClick() ->in('#buttonId') ->execute('alert("Hello World")') ?> animaciones <?php echo new YsJQueryDynamic( YsJQuery::slideUp(300)->in('#foo'), YsJQuery::delay(300)->in('#bar'), YsJQuery::fadeIn(300)->in('#foo-bar') ) ?> JqueryUI <button id="btnOpenDialog">Show Demo</button> <?php echo YsUIDialog::initWidget('dialogId','style="display:none" title="Basic dialog"') ?> <br> <p>You have a new message!</p> <?php echo YsUIDialog::endWidget() ?> <?php echo YsJQuery::newInstance() ->onClick() ->in('#btnOpenDialog') ->execute( YsUIDialog::build('#dialogId') ->_modal(true) ->_position(YsUIPosition::$RIGHT_BOTTOM_POSITION) ->_show('slide') ->_buttons(array( 'Ok' => new YsJsFunction('alert("Hello world")'), 'Close' => new YsJsFunction(YsUIDialog::close('this'))) ) ) ?> muy bueno lo recomiendo para hacer Web 2.0 llevo tiempo usandolos si necesitan ayuda posteen saludos Edited October 19, 2010 by gbelmm Link to comment Share on other sites More sharing options...
xmaurox Posted October 19, 2010 Report Share Posted October 19, 2010 esta bueno lo vamos a tazar ;) , gracias Link to comment Share on other sites More sharing options...
Paranormal Posted October 19, 2010 Report Share Posted October 19, 2010 gracias Link to comment Share on other sites More sharing options...
EL NIGHT Posted November 3, 2010 Report Share Posted November 3, 2010 Lo que haces en 3 líneas lo haces en 7... No le veo la conveniencia. De igual forma lo vamos a probar, gracias. Link to comment Share on other sites More sharing options...
xomarx69 Posted November 13, 2010 Report Share Posted November 13, 2010 y no habrá una de estas para dojo? voy a buscar de inmediato! gracias por el aporte Link to comment Share on other sites More sharing options...
kmikz Posted November 16, 2010 Report Share Posted November 16, 2010 wena, ta piola!! Link to comment Share on other sites More sharing options...
tapiarodrigo Posted November 24, 2010 Report Share Posted November 24, 2010 Se agradece el aporte. Link to comment Share on other sites More sharing options...
DeSKaMaNeIToR Posted December 5, 2010 Report Share Posted December 5, 2010 Gracias por los ejemplo veré que tal Link to comment Share on other sites More sharing options...
Hardriel Posted October 21, 2011 Report Share Posted October 21, 2011 hola yo ocupo jquery en javascript mm hasta ahora no veo la necesidad de trababajar jquery en php ?? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now