[jQuery] Re: IDE for JQuery?

2009-03-28 Thread Mohd Rashidi Bin Mohd Zin
gt; Aptana can code complete for all except Zend Framework isit? but i saw > a video i can add zend framework as a library... then it shld have > code completion for Zend Framework as well? -- Mohd Rashidi Bin Mohd Zin Web Based System Developer | www.mohdrashidi.com Mobile: +6016 380

[jQuery] Re: jQuery 1.3.2 Released

2009-02-20 Thread bin
thank you -- Original -- From: "John Resig"; Date: 2009年2月21日(星期六) 上午9:05 To: "jquery-dev"; "jquery-en"; Subject: [jQuery] jQuery 1.3.2 Released Hi Everyone - Full details here: http://docs.jquery.com/Release:jQuery_1.3.2 Enjoy! --John

[jQuery] Re: Looking after dropdown menu like's Superfish with RTL support

2008-10-03 Thread Nitsan Bin-Nun
the arrows point left will take much more work though, > so you may need to just disable them if you don't think you are up to > hacking that. > > Joel Birch. > > > 2008/9/30 Nitsan Bin-Nun <[EMAIL PROTECTED]>: > > Hi, > > I'm coding an RTL'ed

[jQuery] Looking after dropdown menu like's Superfish with RTL support

2008-09-30 Thread Nitsan Bin-Nun
Hi, I'm coding an RTL'ed Hebrew website for a client, The menu in this website is designed to be a vertical dropdown menu. Just like in this plugin: http://users.tpg.com.au/j_birch/plugins/superfish/#examples (the vertical example) The problem is that I couldn't turn Superfish into RTL view (so th

[jQuery] Re: Creating an horizontal menu sortabl'ing

2008-09-23 Thread Nitsan Bin-Nun
I don't know why but for unreasonable reason I couldn't post this messege to the list. 2008/9/23 Nitsan Bin-Nun <[EMAIL PROTECTED]> > Hi, > I would like to create a horizontal menu sortables > I want the buttons to be placed in this form: > button1 | button2 | button3

[jQuery] Tablesorter and Hebrew?

2008-09-13 Thread Nitsan Bin-Nun
Hi, I'm trying to tablesorter a table which contains Hebrew values. I want the plugin to sort it Hebric Alphabetically, Does someone has an experience with such a thing? I haven't dealt with Hebrew and jQuery before (in case it matters, the encoding is UTF8). Thanks in Advance, Nitsan

[jQuery] Re: Button Click

2008-07-11 Thread bin
you can user unbind $('#myButton').unbind("click") -- Original -- From: "Andy Matthews"<[EMAIL PROTECTED]>; Date: 2008年7月12日(星期六) 凌晨00:50 To: "jquery-en"; Subject: [jQuery] Re: Button Click