Mike Howey Web Blog » Mike Howey

Simple No IFrame Page Call Using Jquery Simple No IFrame Page Call Using Jquery
  Don't use an iframe to include another page silly coder. Jquery offers an easy much better  SEO way of doing thisJust add a div to your page and style it with css. All you really need is the height and width. You can add a overflow scroll with css if you want.   div id="some_name_doesnt_matter"> Now add your Javascript Jquery < script >$(document).ready(function(){$("#some_name_doesnt...
Jquery Simple Clear Form On Submit Jquery Simple Clear Form On Submit
   First, you do not need a form to submit using Jquery. So newbies get the old form idea out of your head.  Create your textbox or textarea, doesn't matter. The name value doesn't matter either. The important part is the id. We are using wordfish as you can see below name="whatever" type="text" id="wordfish" Now create your button, you can just use a div but this example I used a submit button ...
Simple Tag Cloud Style Jquery PHP Simple Tag Cloud Style Jquery PHP
  So simple pretty tag cloud       If I were you I would just view the source of this page and look at what I did.First you need Jquery. I would guess you have it already on your page.Second, get the jquery.tagcloud.js from github or just look at my code and take it.Third, the PHP.. This is how I do it Your div should be    < div id="tagcloud" > $SQL = ...
Share this Link
Share On Facebook Share On Twitter
Subscribe
Subscribe using Yahoo Subscribe using Delicious Share on Digg Share on Stumbleupon Share on Reddit Share on Tumblr Raw RSS

Mike Howey Web Blog » Mike Howey