JS / jQuery

jQuery is a small and fast library used by a lot of developers for making their frontend more dynamic and playful and at the same time making its functionality much user friendly.


JSONP cross-domain ajax call with jquery

javascript

JSONP cross-domain ajax call with jquery This was killing me back in the past. Imagine the following situation. You are on domain abc.com, and you want to make a request to domain xyz.com to get some data or whatever. To do so, you need to cross domain boundaries, which is a DO-NOT in the world

Internet Explorer text-shadow with jQuery

Internet Explorer text-shadow with jQuery. Hi everyone. Today I will present you a solution to a common web development headache. We will learn how to generate text shadows with jquery and get rid of all the ugly Internet Explorer related css declarations for the same purpose. The old Internet Explorer problem. As we all know,

jQuery autocomplete _rendeItem method

jquery ajax call

The problem I remember that back in the past I had problems with a persons autocomplete that I built with jQuery for a client. The request was simple at first, but then he wanted to add pictures in the left of the generated names list. When the user wrote a letter in the input, from

Random background image on website

Background image using css, php and javascript

How do you makeĀ random background image on website I got this idea of article from good friend Craig, the idea itself is really cool, especially if you want to make your website more dynamic for your visitors. However, you should keep in mind that for a website, the background should not take the first attention,

How to make a jQuery ajax call

jquery ajax call

How to make a jQuery ajax call I’ve had this exact thing a few days ago when I wanted to run form post requests in background asynchronous and wanted to have the form output after each iteration from looping through an array. I received from my friends that I could have used output_buffering off or

Request an article ←