ajibanda
++
About
Contact
Articles
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Author's Note
ajibanda
++
Home
About
Archive
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Contact
Showing posts with label
JQuery
.
Show all posts
Showing posts with label
JQuery
.
Show all posts
How to Replace a Broken Image with a Default One
There are cases in web designing wherein the image that you are placing are either unreachable or non-existing. This usually happens when im...
Append Share Links on Blockquote Blocks Using JQuery
This snippet is used to append a share link, specifically Twitter and Facebook links, on a blockquote to share the text inside it. See liv...
Put AdSense Ads Inside Your Blogger Post
The aim of this tutorial is to place a div content inside another div content. One interesting application for this tutorial is for Blog...
Create a Banner with Link that Changes Everytime You Load a Page
It seems that I got the idea wrong from my previous post . Initially, what she wanted was to add a banner or an image that changes every tim...
Create a Paginated Banner from a Series of Images with Links Using JQuery
I found a question on Facebook asking for a code regarding a rotating banner/image similar to what AdSense has (please refer to the picture)...
Creating a Page Inside a Blogger Post
Dividing your posts to pages creates a more readable article for your visitors. For Wordpress, there are lots of plugins that you can use to...
Creating Modal Boxes Using JQuery
Here is a quick way to add modal boxes on your websites. Modal boxes or modal windows are child window that requires users interaction befor...
Real Person: a JQuery Captcha
CAPTCHA is commonly used in web applications' form to ensure that it is nicely filled by humans and not just by any spammers. There ar...
RJS error: TypeError: ((position == "before" || position == "after") ? element.parentNode : element).tagName is undefined
Scenario Error pops out upon clicking a method that RJS from prototype such as page.insert() codes Analysis This error occurs when b...
Adding an Image on JQuery's datepicker Widget
Sample Output Code HTML: <input id="startDate" name="startDate" type="text" /> JQuery: $(...
Adding a Default Text in a Password Field Using JQuery
Sample Output Here is an example of placing a default text on the password field using JQuery. Note that you are required to attach the j...
Adding a Default Text in a Text Field Using JQuery
Sample Before proceeding on the code, I would want to show first the output of this: Code In HTML: <input class="te...
Subscribe to:
Posts ( Atom )