1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/file
max-m f67405866b Fixed and changed counter a bit.
Now a counter can be created like this:
		$('INPUT').jCounter(<null, options>);
		The element input element will be wrapped in two divs, 
		the counterContainer div and a second div (display table and table-row ;) ).
		Then the counter will be appended to the new created parent of the Input (the second div).

And it can be called like this:
		$('INPUT').jCounter(either an id, a class or an object ($('bla')) <, options>);
2011-12-20 16:06:48 +01:00
..
icon Reformatted chat1.svg 2011-11-30 18:15:39 +01:00
js Fixed and changed counter a bit. 2011-12-20 16:06:48 +01:00
lib Merge branch 'master' into chatTplRedesign 2011-12-19 16:46:03 +01:00