[jQuery] Reverse Xpath of a Node

2010-01-11 Thread Antonello Pasella
Is there a simple way (not multiple parent() and counting prevSiblings) to know which is the XPath of and element selected by a click (like firebug) ?

[jQuery] Abort a $(...).load() ?

2009-10-22 Thread Antonello Pasella
Hi *, Is there a way to stop a load call in the callback? like "return false" prevent new text to be injected into the element? Bye!

[jQuery] Re: jQuery barcode

2009-05-29 Thread Antonello Pasella
Great work! Would you set up a git repository @ github (http:// github.com/)? So we'll easily share the code. Regards! On 27 Mag , 13:47, FireJocker wrote: > hi, > > I just found this discussion when I posted my own version last week (I > found no existent when I started my plugin and the time t

[jQuery] Re: jQuery barcode

2009-04-30 Thread Antonello Pasella
The plugins has some parameters to set width and heoght. By default the img has a 100% width and a 100% height of the container. I'm working to pass a parameter (for codes like code39) called "digit width" so 123 coded is half size of 456987. Was what you means? Thanks to testing On 30 Apr, 16

[jQuery] Re: jQuery barcode [DEMO PAGE]

2009-04-30 Thread Antonello Pasella
Thanks to Richard W I finally got a demo page hosting on googlecode:D http://jquery-barcode.googlecode.com/svn/trunk/jquery-barcode/demo/demo.html

[jQuery] Re: jQuery barcode

2009-04-30 Thread Antonello Pasella
On 29 Apr, 18:28, Ricardo wrote: > Does this have any use case besides printing? If not, what's the point > in making it a jQuery plugin? (just curious). I wrote a javascript plugin (now with jQuery, maybe indipendent in the future) because in some cases a client generated barcode wolud be usefu

[jQuery] Re: jQuery barcode

2009-04-30 Thread Antonello Pasella
I tried with canvas but time and memory comsumption were higher than simple B/W BMP encoding. My purpose is to save brandwidth and server pricessing time. @ client side it takes 3ms to draw an image Thanks for the attention On 29 Apr, 22:17, Ricardo wrote: > Not really since it uses img elem