The List.js JavaScript Library PRO

The List.js JavaScript library allows us to manipulate lists, tables and other similar structures in our code. Using this library we can easily filter, sort and allow the user to perform the basic CRUD operations.

The following code sample shows how simple it is to use this JavaScript library.

<!DOCTYPE html>
<html>
<head>
    <title>pixastic.js demo</title>
    <script src="pixastic.core.js"></script>
    <script src="glow.js"></script>
    <script type="text/javascript">
        function changepix(img)
        {
            var newpix = Pixastic.process(img, "glow", {amount:0.2});
            newpix.onmouseout = function (img)
            {
                Pixastic.revert(this);
            };
        }

    </script>
</head>
<body>
    <img src="nicepix.jpg" onmouseover="changepix(this);" />
</body>
</html>

The following video clip overviews the code, explains each and every part of it and shows its execution.

You can find more training material for learning how to use this JavaScript library in my List.js Basics new course. You can find its free version at http://abelski.lifemichael.com.

Share:

banner for the css playlist in hebrew life michael courses for programmers

The First Steps in CSS

Learn CSS using our our videos (in Hebrew) on the CSS (he) playlist on youtube. Do it now. Do it for free.

Good Trainers Collaborate with Others

It is always essential to keep an open mind and learn from others. This applies to everyone, including teachers and especially software development trainers. Software

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences