[jQuery] Paste excel data to the table

2007-03-21 Thread weide
Hi, sorry to send this email twice,but prev email may be lost. I have write some code to paste excel data to table,it worked in firefox but not in IE6,wait for your help,thanks please just copy 2*2 data and click paste script src=jquery.js type=text/javascript/script script function Paste(){

Re: [jQuery] [FYI] fine Tool used JQuery

2007-03-02 Thread weide
on 2007-3-2 16:19,Olaf Bosch said the following: Hi all, have a look: http://www.riddle.pl/emcalc/ tool for fontsize in em to view in px Good A little question: table.font-size=0.8em input.font-size=0.7em then in IE6 tableinput value=test/table test的size=0.8*0.7=0.56? style

[jQuery] How to get keyCode

2007-02-06 Thread weide
$(#tbPageInfo).keydown( function(e){ var key = e.charCode ? e.charCode : e.keyCode ? e.keyCode : 0; alert(key); } ); In FF2 it works but there is a error: jQuery is not defined http://localhost/qis/script/jquery.js Line 1 jQuery is not defined

Re: [jQuery] How to get keyCode

2007-02-06 Thread weide
on 2007-2-6 21:42,Karl Swedberg said the following: I just inserted the code into a test page, and it worked for me. A couple things you can try: 1. Make sure you include jquery.js before your keydown script. 2. wrap your script in a $(document).ready(). So, the relevant snippet of the head

[jQuery] How to skin a table

2007-02-01 Thread weide
I use asp.net's DataGrid to show data. And I want to use as http://icant.co.uk/csstablegallery/index.php . So I need to change like this: table id = DataGridResult trtdName/tdtdAge/td/tr trtd1/tdtd2/tdtr trtd1/tdtd2/tdtr /table table id = DataGridResult thead trtdName/tdtdAge/td/tr /thead tbody

Re: [jQuery] How to skin a table

2007-02-01 Thread weide
on 2007-2-2 0:58,Rob O'Rourke said the following: Firefox places the tbody in when one is not specified, I think its an XHTML thing where tbody is an implied element that you don't have to write in. Why are you using javascript to create this output? If its just for the look of it tack a

Re: [jQuery] Custom borders

2007-01-31 Thread weide
on 2007-1-31 14:02,Ⓙⓐⓚⓔ said the following: $.fn.border = function(prefix){ var classNames = [ 'north', 'east', 'south', 'west', 'northeast', 'southeast', 'southwest', 'northwest']; return this.each(function(){ for (var index = 0; index classNames.length; index++){

[jQuery] Custom borders

2007-01-30 Thread weide
another GnineBox to generate a border,but it must be reloaded to display the border thanks any way weide bordertestedit.rar Description: Binary data ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Custom borders

2007-01-30 Thread weide
on 2007-1-31 10:43,Ⓙⓐⓚⓔ said the following: the port is so much better than the original! I don't see a pipe appearing at that url 'pipes' appear when your images don't line up right... I can't draw a line.. so I alway use other people images! Is that what you meant by a pipe? that