[jQuery] Re: jQuery barcode

2009-04-30 Thread apaella
thanks! On 30 Apr, 11:54, Richard W wrote: > 1: create a html demo document > 2: check it in the repository > 3: change the mimetype of the html file using "svn prop set" > (eghttp://svnbook.red-bean.com/en/1.0/re23.html) so that you can view the > html file through subversion > 4: bob's your u

[jQuery] Re: jQuery barcode

2009-04-29 Thread apaella
Yes, but I'm not able to embed a

[jQuery] [ANN] jQuery barcode

2009-04-29 Thread apaella
Hi all, I releades a new plugin for jquery named jQuery Barcode. http://code.google.com/p/jquery-barcode/ Works with Opera, Firefox3, IE8, Prism, Gecko-based browsers Could someone review it? Thanks!

[jQuery] Re: How to display an ajax loading icon when page loading?

2008-10-03 Thread apaella
... $(document).ready(function(){ $('#mask').hide(); }); On 3 Ott, 11:53, ngocvu <[EMAIL PROTECTED]> wrote: > This is the first time I research about this product,in your page i > see the ajax icon loading before the page display,so how can i use it > with jquery?

[jQuery] Re: Tablesorter Plugin: Leave one column untouched

2008-07-25 Thread apaella
$("#myTable").tablesorter({ headers: { 1: {sorter: false }} }); $("#myTable").bind("sortEnd",function() { $("#myTable tbody tr").each(function(index, item){ $("td:first", $(item)).html(index+1);

[jQuery] Re: How to select all tag with certain class

2008-07-25 Thread apaella
$("li.highlight-with-red") wouldn't wors?

[jQuery] trigger mouseover when hoverIntent active

2008-07-22 Thread apaella
Hi *, how can I trigger a mouseover event where hoverIntent is active? Firefox firebug console simply ignore my $('#kwick_flight').mouseover(); Tkz!

[jQuery] $().ready targetting a IFRAME pdf document

2008-04-15 Thread apaella
HI *, is there a way to know when a pdf embedded document is loaded? I've tried the following solution with no successfully results var stampa = document.getElementById('stampa'); $(stampa.contentDocument).ready(function(){ console.log("foo"); stampa.contentWindow.pr