Skip to content

alaouy/Arabisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Arabisk

A jQuery plugin that helps you write arabic words and phrases more easily on the Internet.

How to use

  • Load jQuery into your project
// jQuery
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script> window.jQuery || document.write('<script src="jquery-2.1.0.min.js"><\/script>') </script>
  • Load Arabisk plugin into your project
// Arabisk
<script src="jquery.arabisk.js" type="text/javascript"></script>
  • Setup which elements/inputs you would like to apply this plugin to.
  $("mySelector").arabisk();

Exemples

// With an id
  $("input#myid").arabisk();

// With a class
  $("textarea.myclass").arabisk();

// All input element
  $("input[type=text], textarea").arabisk();

Keys index

a b d e f g h j k l m n o p q r s t u w x y z
ا ب د ي ف ع ه ج ك ل م ن و پ ق ر س ت و و خ ي ز
H S D T Z t' H' d' s' S' T' g' - y-- w-- a-- -a aa Y h' la
ح ص ض ط ظ ث خ ذ ش ض ظ غ ء ئ ؤ إ أ آ ى ة لا

About

⌨ A jQuery plugin that helps you write arabic words and phrases more easily on the Internet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published