Skip to content

patjanawat/jquery-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo1: jquery-validation

Ajax validation:
https://jqueryvalidation.org/files/demo/

Ajax CDN:
https://docs.microsoft.com/en-us/aspnet/ajax/cdn/jquery-validate/
https://cdnjs.com/

Fake online REST API:
https://jsonplaceholder.typicode.com/
https://reqres.in/

#demo2: Bootstrap Bootstrap:
https://getbootstrap.com/docs/4.0/getting-started/introduction/

Sidebar:
demo: https://blackrockdigital.github.io/startbootstrap-simple-sidebar/
Github: https://github.com/BlackrockDigital/startbootstrap-simple-sidebar

#simple json
json = ข้อความธรรมดา
ประกอบด้วย: key:value
รูปแบบ:
่json object:
{
key1:value,
key2:value,
key3:value
}

json array:
{
key: value,
//อาร์เรย์
key:[
{
key1:value, key2:value
},
{
key3:value
},
{
///// },
{

    }<br/>
]<br/>

}

#ตัวอย่าง
{id: 1, first_name: "George", last_name: "Bluth"}

Json 1:
key: id,
value: 1

key:first_name,
value: "George"

Releases

No releases published

Packages

No packages published