Skip to content

prosoxi.com

Attention in classroom

  • Programming
    • ASP / ASP.net
    • .htaccess
    • PHP
    • JavaScript – Ajax
    • Facebook
    • HTML – XHTML
    • MySQL
    • node js
    • CSS
    • SEO
    • Flash
  • Mobile / Tablet
    • ionic framework
    • Android
    • cordova
    • ios
  • Graphics
    • After Effects
  • OS
    • Windows
    • MAC
    • Linux
  • Network
    • Trixbox
    • Plesk
    • Dreambox
  • News
    • Hack
    • Tutorials
    • Tips & Tricks
    • promo codes

Category Archives: JavaScript – Ajax

Custom Alert Boxes using Jquery

This tutorial I’ll explain a simple step-by-step way to implement an Custom Alert Boxes using Jquery Demo with cool sliding and fully customized alert box, error message, delete message, info mesage using Jquery and CSS. The result is something like this:

Posted byProsoxi.com WebmasterNovember 14, 2010Posted inJavaScript - AjaxTags: ajax, jqueryLeave a comment on Custom Alert Boxes using Jquery

Equal Height Columns with jQuery

Creating equal-height columns with CSS is sometimes a bear. But who needs the hassle of faux columns, “clear” divs and the rest? With this bit of jQuery, you can easily equalize the heights of any group of elements.

Posted byProsoxi.com WebmasterNovember 14, 2010November 14, 2010Posted inJavaScript - AjaxTags: 100% height, ajax, CSS, jqueryLeave a comment on Equal Height Columns with jQuery

6 fast jQuery Tips

Force a Page Reload This will forcefully reload the current page. No jQuery needed here.

Posted byProsoxi.com WebmasterNovember 12, 2010November 12, 2010Posted inJavaScript - AjaxTags: ajax, javascript, jqueryLeave a comment on 6 fast jQuery Tips

How to Refresh/Reload a Page using jQuery

I have seen this question asked in many forums, however the solution presented worked on selected browsers only. Here’s a solution I have tested that works on IE7, FireFox 3 and Chrome. Hopefully it should work on other browser versions as well!

Posted byProsoxi.com WebmasterNovember 12, 2010Posted inJavaScript - AjaxTags: ajax, javascript, jqueryLeave a comment on How to Refresh/Reload a Page using jQuery

Ctrl+Enter Submit Any Form

Script Summary: Ctrl+Enter submit any form Ctrl+Shift+Enter submit any form in new tab/window

Posted byProsoxi.com WebmasterNovember 12, 2010Posted inJavaScript - AjaxTags: javascriptLeave a comment on Ctrl+Enter Submit Any Form

Submit forms when CTRL+Enter is pressed in a textarea using jQuery

This is how we add that functionality to our websites using jQuery: $(‘textarea’).keypress(function(e){ if (e.ctrlKey && e.keyCode == 13) { $(this).closest(‘form’).submit(); } }); [ad code=4]

Posted byProsoxi.com WebmasterNovember 12, 2010Posted inJavaScript - AjaxTags: ajax, javascript, jquery, shortcut1 Comment on Submit forms when CTRL+Enter is pressed in a textarea using jQuery

Posts navigation

Newer posts 1 … 38 39 40 41 42 … 51 Older posts

Advertise

Whocallsme.gr Widget Lookup

June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
prosoxi.com, Proudly powered by WordPress.