What tasks do you use JavaScript the most?

What types of JavaScript scripts are most useful in your work? What tasks do you use JavaScript the most? Are there any scenarios that you wanted but just couldn't find? I am trying to create a MooTools plugin library, and therefore I am always looking for inspiration and advice. I am trying to focus on the utility more than anything else, but any suggestions are fine. I'm really not looking for code examples, but rather descriptions of the tasks that you most often perform or want to accomplish using JavaScript.

0
source share
4 answers

I'v have to agree with what has already been said - I use it to unobtrusively control the page, manipulate DOM elements, not AJAX, animations, edits, and maybe a few other things as well.

I am writing classes that take parameters to create effects, as well as something that will require a lot of editing and manipulating variables, so the class is written once and executed everywhere.

, : AJAX . - / ( , noobSlide ). ( Clientside). ( ). ( , CSS-). jQuery - jQuery mootools. AlphaPNG IE6 ( script, IE6, jQuery). Konqueror jQuery "poof" mootools - sprite PNG.

, , , (MooTools Devs) , PHP.

, , , - - .

0

JavaScript :

  • DOM
  • AJAX
0

DOM , . , , JS, , .

ecom. - AJAX. , . .

. JQuery , . , , JQuery. , JQuery MooTools Prototype.

0

Javascript , -, "" ( ). :

  • AJAX ( Javascript )
  • (, , , DOM-)
  • Built-in editing (converting a block of text into a form without reloading the page)
  • Filtering Search Results Using AJAX

All this can be done without Javascript (animation ban), but provide an extended experience to those with it enabled.

0
source

All Articles