Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This Client Side Framework Created for using the JS With Feel of Python With Shorthands, Excluding the braces part. In Simple Words Small Words but not that small likr JQuery

License

NotificationsYou must be signed in to change notification settings

shriekdj/python_style_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Client Side Framework Created for using the JS With Feel of Python With Shorthands, Excluding the braces part. In Simple Words Small Words but not that small likr JQuery

plan is that

Make the below commands

document.getElementById("value");document.getElementByClassName("value);document.getElementByTagName("value");document.getElementsById("value");document.getElementsByClassName("value");document.getElementsByTagName("value");

To The Given Below Commands

doc.get_elem(id="value");doc.get_elem(className="value);doc.get_elem(tagName="value");doc.get_elems(id="value");doc.get_elems(className="value");doc.get_elems(tagName="value");

I Know there is Jquery out there but this is more describes the workings.

About

This Client Side Framework Created for using the JS With Feel of Python With Shorthands, Excluding the braces part. In Simple Words Small Words but not that small likr JQuery

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp