mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#jquery

3 posts3 participants0 posts today
JavaJobs<br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/CSS" target="_blank">#CSS</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Debugging" target="_blank">#Debugging</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Java" target="_blank">#Java</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/jQuery" target="_blank">#jQuery</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags//" target="_blank">#/</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Prototype" target="_blank">#Prototype</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/PHP" target="_blank">#PHP</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Scripting" target="_blank">#Scripting</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Web" target="_blank">#Web</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Development" target="_blank">#Development</a><br><br><a href="https://www.freelancer.com/projects/debugging/Urgent-JavaScript-Developer-Needed-Now.html" rel="nofollow noopener" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=JavaJobs" rel="nofollow noopener" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=QRoB05F62wTLPdNtVvRBwGOjnLE&amp;interestId=JavaJobs" rel="nofollow noopener" target="_blank">Match</a>

Type and Fade User Feedback with jQuery
I wanted to add just a bit of whimsy to a recent project so I made the user feedback from an AJAX call get typed out instead of simply fading in. You can use the jQuery function below by calling it with a selector and a message as the second parameter. It will clear the selector of any previous text and then type the response it then fade it out over a few seconds.

funct
sfndesign.ca/type-and-fade-use
#Code #jquery

SFNdesign · Type and Fade User Feedback with jQuery - SFNdesignI wanted to add just a bit of whimsy to a recent project so I made the user feedback from […]

What I've been doing for the past 3 work days:
I'm refactoring and fixing a legacy module in our product.
It consists of a single js file with 2000 LOC and uses JQuery.

I haven't worked with #jquery before. My main issue right now is state management.

Как я прокачал английский до B2 в США, разработав своё языковое приложение

После переезда в США мой английский был на уровне A1. Вместо курсов и приложений я решил создать собственный языковой тренажёр и заодно прокачать себя как fullstack-разработчика. В статье рассказываю как я парсил словари, получил бан, внедрил геймификацию и достиг уровня B2 за год.

habr.com/ru/articles/923680/

ХабрКак я прокачал английский до B2 в США, разработав своё языковое приложениеПредыстория: От A1 к B1+ без очевидных методов После переезда в США в июне 2024 года, я, как и многие, столкнулся с распространенной проблемой – языковым барьером. Мой английский стабильно находился...