wz_tooltip: usage notes

by prettyscripts on 2010-05-14 16:45:59 • 2 comments »

freejavascripthtml

i have previously posted about this javascript based bubble help tooltips 1.5 years ago. i decided to use this in a new project but sadly the website is gone. nowhere to download! no documentation! after doing some research it was said the walter zorn,… more »

Tags: free, tooltip

xajax: append form fields and firefox

by prettyscripts on 2009-09-15 14:43:56 • Leave a comment »

phphtmlxajax

a case that works in IE but not firefox. supposed there’s form with a few fields. a button to manually adding more fields to the form. these fields are grouped under the same <div> tag. when the fields are added to the form, the original field va… more »

Tags: append, field, form, php, xajax

xajax and IE: append table row

by prettyscripts on 2009-06-30 23:08:44 • Leave a comment »

phphtmlxajax

append a table row should sound straight forward when using with a xajax function. the html code for table and a button within a form: <table> <th><td>header1</td><td>header2</td></th> <tbody id="tb… more »

xajax and radio buttons

by prettyscripts on 2008-10-24 10:28:53 • Leave a comment »

htmlxajax

to display a group of choices to select-only-one as radio buttons, the name and id parameters must be the same for all <input>. the html code: <input type="radio" name="option" id="option" value="1" onclick="xajax_click(this.value);" checke… more »

Tags: form, radio button, xajax

wow: item tool tips

by prettyscripts on 2008-08-03 00:24:13 • Leave a comment »

javascripthtmlb2evolution

i’ve been wanting to add item tool tips to my wow blog. you know, the cool popup text displayed when you move your mouse over an item link. like how it looks in-game. the first came to mind was itemstats, which i’ve used to setup websites for my previo… more »

Tags: b2evo, itemstat, javascript, wow, wowhead