Archive for 'Jquery'
FCBKcomplete v 2.7.2
Posted on 23. Feb, 2010 by emposha.
Fancy facebook-like dynamic inputs with auto complete & pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.
Continue Reading
jqVideoBox v 1.00
Posted on 27. Oct, 2009 by emposha.
jqVideoBox is jquery port of Videobox(mootools) lightbox for videos Youtube, Metacafe, Google Video, iFilm and custom flash.
Continue Reading
FCBKcomplete v 1.09
Posted on 25. Mar, 2009 by emposha.
Fancy facebook-like dynamic inputs with auto complete & pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.
Continue Reading
Strange Jquery 1.3 behavior
Posted on 15. Jan, 2009 by emposha.
Today I worked with two elements with same ids but in different forms, and found strange jquery selector engine behavior. Actually I can undrestand that, because by w3c you cant place two elements with same ids on same page.
Continue Reading
fcbkListSelection v 1.1 – like facebook friends selector
Posted on 19. Nov, 2008 by emposha.
fcbkListSelection – fancy item selector (like facebook friends selector) with wide range of options. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release. HowTo: 1) HTML stracture: <ul id="ulid"> <li>regular content <input type="hidden" value="value" /></li> <li>preselected content <input type="hidden" value="value" checked="checked" /></li> <li>regular content <input type="hidden" [...]
Continue Reading
Jquery IE6 png transperency fix
Posted on 18. Nov, 2008 by emposha.
Another Ie6 png fix that use Jquery selectors. Just include Jquery 1.2.x and jqPngFix for automatic fix of all png images on page. Performance test for 10 png images on page: How to use: <script language="JavaScript"> $(document).ready(function() { if ($.browser.msie && $.browser.version == '6.0') { jqPngFix(); } }); </script> * This source code was highlighted with Source Code Highlighter. Download script: jqPngFix.zip
