cotonti.com : Form example https://www.cotonti.com Laatste forum onderwerpen Cotonti en Sat, 31 Jan 2026 10:08:00 -0000 Twiebie My knowledge of Javascript and jQuery is pretty basic, and I might be overlooking a few things.

The CSS looks good though.]]>
Thu, 25 Nov 2010 06:55:34 -0000
ez
You have probably seen this: http://mucur.name/system/jquery_example/

Is the Jquery plugin properly loaded ?
And is the css allright ?]]>
Wo, 24 Nov 2010 23:46:26 -0000
Twiebie
I've tried the following as a test but it's not working:

HTML:
<input type="text" id="exampleclass" title="Title Here" />

Javascript:
$('#exampleclass').example(function() {
return $(this).attr('title');
}, {className: 'not_example'});
]]>
Wo, 24 Nov 2010 23:04:05 -0000