[jQuery] Re: Split button plugins (?)

2008-12-19 Thread R. Rajesh Jeba Anbiah
On Dec 19, 6:55 pm, Dave Methvin wrote: > I haven't seen any myself. This page from YUI provides a good outline > of the markup to use: > > http://developer.yahoo.com/yui/examples/button/btn_example08.html Thanks for your input. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.bl

[jQuery] Split button plugins (?)

2008-12-18 Thread R. Rajesh Jeba Anbiah
I'm just checking if there is any split button plugins/work already done in jQuery community? Google returns none. What is split button: http://vincenthomedev.files.wordpress.com/2008/04/image1.png Other implementation: Yahoo! email reply button TIA -- Email: rrjanbiah-at-Y!comBlog:

[jQuery] Re: Autocomplete with JSON contacting the server frequently

2008-12-09 Thread R. Rajesh Jeba Anbiah
On Dec 8, 9:30 pm, "R. Rajesh Jeba Anbiah" <[EMAIL PROTECTED]> wrote: >I have noted that the JSON > version/usagehttp://jquery.bassistance.de/autocomplete/demo/json.htmlis > contacting > the server frequently. The standard version is not unnecessarily &

[jQuery] Autocomplete with JSON contacting the server frequently

2008-12-08 Thread R. Rajesh Jeba Anbiah
I have noted that the JSON version/usage http://jquery.bassistance.de/autocomplete/demo/json.html is contacting the server frequently. The standard version is not unnecessarily contacting the server. It's contacting the server whenever a key is pressed. What could be the reason and any solution

[jQuery] Re: $.livequery.registerPlugin() doesn't work?

2008-12-08 Thread R. Rajesh Jeba Anbiah
On Dec 8, 7:47 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > According to the LiveQuery documentation (http://brandonaaron.net/docs/ > livequery) the 'registerPlugin' functionality is for plug-ins that > modify the DOM without the aid of jQuery, which is not your case. I > believe you'd have to bin

[jQuery] $.livequery.registerPlugin() doesn't work?

2008-12-08 Thread R. Rajesh Jeba Anbiah
[Posted to jquery-dev http://groups.google.com/group/jquery-dev/msg/c33c84a2db495f88 and then realized that it may get better response here] I'm trying to register a simple plugin with livequery, but it doesn't work as expected. Code snippet: $.fn.confirm = function() { this.click(f

[jQuery] Scrolling link menu - jQuery version?

2008-09-24 Thread R. Rajesh Jeba Anbiah
I vaguely remember that I have seen a jQuery version of this http://web.archive.org/web/20030405135609/http://www.scriptbreaker.com/examples/scroll_menu.asp (unobtrusive unordered list to menu transformation script) But, can't get that by googling. Has anyone bookmarked such plugin? TIA -- Em

[jQuery] thickbox, thickbox_reloaded, DOMWindow, thickbox-hacked?

2008-07-21 Thread R. Rajesh Jeba Anbiah
thickbox: http://jquery.com/demo/thickbox/ thickbox_reloaded: http://dev.jquery.com/browser/trunk/plugins/thickbox_reloaded?rev=2029 DOMWindow: http://swip.codylindley.com/DOMWindowDemo.html thickbox-hacked: http://blogs.digitss.com/javascript/hacking-jquery-thickbox/ While I was looking for the

[jQuery] UI Tabs - closable tabs

2008-07-19 Thread R. Rajesh Jeba Anbiah
[FWIW, another follow up for http://groups.google.com/group/jquery-en/browse_frm/thread/b8bd6f7913896b8f/0502d90518a6015f?#0502d90518a6015f] Though the thread says the behavior is fixed, it's still buggy... Steps to reproduce: 1. Add about 5 new tabs 2. Choose any one of "Close me" tab and click

[jQuery] Re: jQuery.sheet thoughts, maybe UI compliant?

2008-06-21 Thread R. Rajesh Jeba Anbiah
On Jun 16, 9:29 pm, K-BL <[EMAIL PROTECTED]> wrote: > Demo found > here:http://jqueryplugins.weebly.com/uploads/3/1/3/8/313814/jquery.sheet.html Nice and high hard work. But, before proceeding anything further, I think, it's better to improve the theme/appearance (most of the times, it's t

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-18 Thread R. Rajesh Jeba Anbiah
On Jun 18, 8:31 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Awhile back I blogged about a plug-in that my company was planning on > releasing called mcDropdown (multicolumn dropdown.) > > Well, the plug-in was officially released > today:http://www.givainc.com/labs/mcdropdown_jquery_plu

[jQuery] Re: How to clone jQuery object?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 5:28 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > $D.fn = $D.prototype; That doesn't even work; it overwrites $. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 10:27 pm, Ken Gregg <[EMAIL PROTECTED]> wrote: > I was using Rico but dropped it for lack of development activity. > Everything but the grid is available in jquery. I would love to see > the dynamic data part of the grid incorporated into flexigrid. Think > that would make a great combi

[jQuery] Re: Please review work with JQuery

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 18, 1:34 am, "Samyak Bhuta" <[EMAIL PROTECTED]> wrote: > ThanksRajesh, > > I will check this out for sure ... Will it help in SEO front ? Yep. I actually meant, do not hide the link with "#"; just give the link to page (say, ) -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbi

[jQuery] Re: Please review work with JQuery

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 4:11 pm, "Samyak Bhuta" <[EMAIL PROTECTED]> wrote: > Thanks Rajesh, > > Unobtrusiveness was in mind, actually I am not even hiding it but loading it > with ajax call. Wanted to load as much less as I could at first place. You may use hijax as in tabs plugin. -- Email: rrjanbiah

[jQuery] Re: Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 2:23 pm, shapper <[EMAIL PROTECTED]> wrote: > This one:http://webplicity.net/flexigrid/ Thanks, but there is no live data loading like I mentioned above. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: Please review work with JQuery

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 3:32 pm, "Samyak Bhuta" <[EMAIL PROTECTED]> wrote: > Hello All, > > I am using latest jQuery with UI lib as well for my new > websitewww.anvay.net/beta. Please let me know how it is looking ? I have > tried it > on FF and Opera as well as IE 6. Some time it flickers. > > Do let me kno

[jQuery] Re: Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 3:18 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > Ah. I understand. I misunderstood what you meant by "live data loading". > > Another implementation I've seen like this is here: > > http://www.webresourcesdepot.com/load-content-while-scrolling-with-jq... Thanks and I checked that alr

[jQuery] Re: Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 2:43 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > For live data loading, jQGrid (http://www.trirand.com/blog/) is very > advanced and well supported. Thanks for your comments. By "live data loading", I meant that you can keep scrolling and the grid automatically populates with dat

[jQuery] Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
Lot of grids and so, I just thought of asking what is the preferred grid by the experts? I personally prefer the combination of http://makoomba.altervista.org/grid/ (for live loading), http://tablesorter.com/docs/ (for sorting), http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ (dr

[jQuery] Re: Combining other plugins with Intercept

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 12:03 pm, Lion29 <[EMAIL PROTECTED]> wrote: > Hello! > > I have recently discovered the beauty of event delegation and the best > option for me was Intercept plugin. > It is cool to bind only once certain events and then you are care- > free. > > But now I have more needs. I would like

[jQuery] Re: How to clone jQuery object?

2008-06-16 Thread R. Rajesh Jeba Anbiah
On May 25, 2:48 am, "R. Rajesh Jeba Anbiah" <[EMAIL PROTECTED]> wrote: > I want to clone the jQuery object $ to $D; but it actually seems to be > overwriting. Can anyone please suggest any solution? > > Here is the code: > > $D = $.extend($); // same

[jQuery] Re: How to clone jQuery object?

2008-06-15 Thread R. Rajesh Jeba Anbiah
On May 26, 2:14 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > > $.extend(foo) merely returns a reference to foo. It doesn't > > > clone foo. > > > > $.extend( {}, foo ) creates a new object and copies all of foo's > > > properties into it (doing a shallow copy). > > > > So in theory you may b

[jQuery] Re: How to clone jQuery object?

2008-05-25 Thread R. Rajesh Jeba Anbiah
On May 25, 8:06 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Load jQuery twice and use jQuery.noConflict(). It doesn't seem to work for me. Are you sure that it works for you? -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: How to clone jQuery object?

2008-05-25 Thread R. Rajesh Jeba Anbiah
On May 25, 1:26 pm, Christof Donat <[EMAIL PROTECTED]> wrote: > > I want to have both $ and $D; but in $D, I want to override some > > functions like 'click', 'hover'. Till now, $ and $D gets overwritten > > and so I couldn't use $ or couldn't override $D.click > > Is it absolutelly necess

[jQuery] Re: How to clone jQuery object?

2008-05-25 Thread R. Rajesh Jeba Anbiah
On May 25, 9:03 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > I meant to ask... What is the actual goal here? Can you give a little > background? Maybe there is another way to accomplish what you want to do > that doesn't rely on cloning the jQuery constructor. I want to have both $ and $D

[jQuery] Re: How to clone jQuery object?

2008-05-25 Thread R. Rajesh Jeba Anbiah
On May 25, 8:26 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > $.extend(foo) merely returns a reference to foo. It doesn't clone foo. > > $.extend( {}, foo ) creates a new object and copies all of foo's properties > into it (doing a shallow copy). > > So in theory you may be able to use $.extend

[jQuery] Re: How to clone jQuery object?

2008-05-25 Thread R. Rajesh Jeba Anbiah
On May 25, 7:59 am, Ariel Flesler <[EMAIL PROTECTED]> wrote: > That's an exotic situation. > I'll give you 2 options: > > 1- > > var $D = $.extend( true, function( selector, context ) { >return new $D.fn.init( selector, context ); > > }, $ ); > > This MIGHT work, I never really tried something

[jQuery] How to clone jQuery object?

2008-05-24 Thread R. Rajesh Jeba Anbiah
I want to clone the jQuery object $ to $D; but it actually seems to be overwriting. Can anyone please suggest any solution? Here is the code: $D = $.extend($); // same result for $D = $; $D.fn.extend({ click: function() { alert('overridden click');

[jQuery] $().plugin.pluginMethod() ?

2008-04-09 Thread R. Rajesh Jeba Anbiah
I'm not sure if namespace is available in jQuery. If we can get something like $().plugin.pluginMethod(), can anyone give me some hints? TIA -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] TableSorter - Multiple header handling?

2008-04-09 Thread R. Rajesh Jeba Anbiah
I'm little lost when setting up TableSorter on a table that with multiple header: Main Sub1Sub2 S1S2 The sorter has to be applied only on the sub-header. Has anyone come across similar situation and if so, please give me some hints. TIA -- Email: rrjanbiah-at-Y!com

[jQuery] Re: find table column's (td's) header (th) ?

2008-04-09 Thread R. Rajesh Jeba Anbiah
On Apr 8, 10:00 am, Hamish Campbell <[EMAIL PROTECTED]> wrote: > Here is one way - it will find the header (th) for any cell (td) given > that there are no merged cells and a single header row. > > $('td').click(function(){ >var col = $(this).prevAll().length; >var headerObj = $(this).pare

[jQuery] Re: find table column's (td's) header (th) ?

2008-04-07 Thread R. Rajesh Jeba Anbiah
On Apr 8, 9:56 am, RobG <[EMAIL PROTECTED]> wrote: > On Apr 8, 1:56 pm, "R. Rajesh Jeba Anbiah" > > <[EMAIL PROTECTED]> wrote: > > I'm just wondering if there is any easy way to find out the header > > (th) of the table column (td)? > &g

[jQuery] find table column's (td's) header (th) ?

2008-04-07 Thread R. Rajesh Jeba Anbiah
I'm just wondering if there is any easy way to find out the header (th) of the table column (td)? Say, -- | head1 | head2 | -- | r11 | r12 | -- | r21 | r22 | -- Here, r22's heading is "head2" -

[jQuery] |Plugin| $('a').favicon()

2008-01-29 Thread R. Rajesh Jeba Anbiah
no- repeat; * padding-right: 16px; * } * * January 30, 2008//R. Rajesh Jeba Anbiah//http:// rajeshanbiah.blogspot.com/ * * Usage: * - $('a').favicon(); - all links * - $('[EMAIL PROTECTED]"http"]').favicon(); - all external links * - $('a')

[jQuery] $('#foo').css() - to return all styles of the element?

2008-01-08 Thread R. Rajesh Jeba Anbiah
My google search got to be vain; I was searching how to find style rules for the element like: $('#foo').css() to return something like: background: red; font: Arial Is there anyway? TIA -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: jQueryish for Effect.CashRegister()

2007-12-22 Thread R. Rajesh Jeba Anbiah
On Dec 19, 5:53 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Glen Lipka put together something that was similar (but way cooler) a > while ago. Glen, do you still have that somewhere on your site? Thanks for the info, but I still don't find it anywhere in http://www.commadot.com/jquery/

[jQuery] jQueryish for Effect.CashRegister()

2007-12-19 Thread R. Rajesh Jeba Anbiah
Anyone know of any jQuery version for Effect.CashRegister() http://www.thinkvitamin.com/downloads/cashregister/cashregister.html ? TIA -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Jaiku's jQuery plugs (http://jaiku.com/js/core.js)

2007-12-12 Thread R. Rajesh Jeba Anbiah
(I'm posting this as Google returns no result http://groups.google.com/groups?q=jquery+jaiku ) FWIW, recently I've seen Jaiku's jQuery codes/plugins; they're quite elegant http://jaiku.com/js/core.js -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: ui.datepicker causes IE "operation aborted"

2007-12-12 Thread R. Rajesh Jeba Anbiah
On Dec 12, 7:56 pm, "KidsKilla .grin! wuz here" <[EMAIL PROTECTED]> wrote: > This problem caused in IE not because of jQuery bug, but because of IE bug. > IE doesn't allow to work with DOM untill it's fully downloaded and be ready. > This is why everything works fine inside $(document).ready() > t

[jQuery] Re: Adding rounded corners to inline images? (not background)

2007-12-12 Thread R. Rajesh Jeba Anbiah
On Dec 13, 5:38 am, Action <[EMAIL PROTECTED]> wrote: > I got the information about the image (height, width, src), removed > it, then created a div of those dimensions in its place with that > image set as the background. Thanks for sharing. -- Email: rrjanbiah-at-Y!comBlog: http:

[jQuery] Re: ui.datepicker causes IE "operation aborted"

2007-12-12 Thread R. Rajesh Jeba Anbiah
On Dec 12, 12:29 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 8 Dez., 23:26, Charles Johnson <[EMAIL PROTECTED]> wrote: > I had a similiar problem when using the ready event with scripts at > the bottom of the page - in that case the ready event isn't necessary > and I just forgot to remove

[jQuery] Re: Adding rounded corners to inline images? (not background)

2007-12-11 Thread R. Rajesh Jeba Anbiah
On Dec 11, 11:41 pm, Action <[EMAIL PROTECTED]> wrote: > Solved. Would you mind to share, how? -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: ui.datepicker causes IE "operation aborted"

2007-12-11 Thread R. Rajesh Jeba Anbiah
On Dec 9, 3:26 am, Charles Johnson <[EMAIL PROTECTED]> wrote: > I believe this bug was supposed to have been fixed in the move from > jQuery Calendar to ui.datepicker, but I'm still seeing sporadic > "Operation Aborted" errors in Internet Explorer, both 6 and 7, when > the datepicker is initialize

[jQuery] Re: How to toggle "display" value?

2007-12-11 Thread R. Rajesh Jeba Anbiah
On Dec 12, 8:42 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Dave, the .toggle() effect should work I presume, it's the problem that I pointed out couple of months before http://groups.google.com/group/jquery-en/msg/5bd84051624cc1b3 -- Email: rrjanbiah-at-Y!comBlog: http://ra

[jQuery] Re: New Plugin: SimpleModal

2007-10-25 Thread R. Rajesh Jeba Anbiah
On Oct 24, 9:28 pm, Eric Martin <[EMAIL PROTECTED]> wrote: > I've been using jQuery for a couple months and recently had the need > for a modal dialog. I tried other existing modal plugins, but decided > to take a shot at creating my own plugin. > > SimpleModal is a lightweight jQuery plugin that

[jQuery] Re: n2Menu

2007-10-10 Thread R. Rajesh Jeba Anbiah
On Oct 11, 2:51 am, GrandNagel <[EMAIL PROTECTED]> wrote: > I'm trying to make the n2menu hide all expanded submenus when you > mouse out of the menu. Does anyone have any experience with this > menu? Can you post your HTML markup? -- Email: rrjanbiah-at-Y!comBlog: http://rajeshan

[jQuery] Re: creating facebook ajax popups?

2007-10-10 Thread R. Rajesh Jeba Anbiah
On Oct 11, 11:26 am, PaulM <[EMAIL PROTECTED]> wrote: > Have you seen how facebook nicely lets users edit their account by > using those clever popups and after you perform the functionality you > close the small window and go on with your browsing. > > How can someone achieve this with jquery?

[jQuery] Re: JSS - New Plug-in

2007-10-10 Thread R. Rajesh Jeba Anbiah
On Oct 10, 12:17 am, hj <[EMAIL PROTECTED]> wrote: > On Oct 9, 12:56 am, "R. Rajesh Jeba Anbiah" > > <[EMAIL PROTECTED]> wrote: > > On Oct 8, 3:42 pm, Andy Kent <[EMAIL PROTECTED]> wrote: > >> Yep, absolutely. If you have any ideas on h

[jQuery] Re: JSS - New Plug-in

2007-10-09 Thread R. Rajesh Jeba Anbiah
On Oct 8, 3:42 pm, Andy Kent <[EMAIL PROTECTED]> wrote: > Yep, absolutely. If you have any ideas on how we could test a browsers > support for a selector without maintaining a hard coded list then I > would love to hear them. $(document).ready(function () { $('body').append( ' \ \ div#

[jQuery] Re: Code review: 1 problem each in IE and FF

2007-10-08 Thread R. Rajesh Jeba Anbiah
On Oct 8, 8:43 am, Andy Matthews <[EMAIL PROTECTED]> wrote: > I was just working on a quick little project to utilize some gibberish > text I've had laying around:http://www.commadelimited.com/code/fillertext/ Culprit is append(). You may try $text.text() instead. If you use Firebug, you

[jQuery] Re: JSS - New Plug-in

2007-10-08 Thread R. Rajesh Jeba Anbiah
On Oct 7, 4:39 am, Andy Kent <[EMAIL PROTECTED]> wrote: > http://andykent.bingodisk.com/bingo/public/jss/ I *exactly* wanted to do the same plugin. I also used similar idea in some of the projects already (crude code without plugin). My ideas were: 1. Common crossbrowser CSS in a file, say cr

[jQuery] Re: $() and many objects? - architecture related

2007-09-02 Thread R. Rajesh Jeba Anbiah
On Sep 2, 9:48 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > From: R. Rajesh Jeba Anbiah > > > I'm little confused with the architecture of jquery. I > > tried to understand it with Firebug, but I'm lost as it's > > just showing

[jQuery] Rey Bango is now Ajaxian

2007-09-02 Thread R. Rajesh Jeba Anbiah
Usually, he'll be posting this sort of links/news; now for a change, I'm doing;) http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] $() and many objects? - architecture related

2007-09-02 Thread R. Rajesh Jeba Anbiah
I'm little confused with the architecture of jquery. I tried to understand it with Firebug, but I'm lost as it's just showing this tree. As far as I understand, $() creates a new jQuery object. So, if we use $() many times, will it create as many objects for it? TIA -- Email: rrjanbi

[jQuery] Re: $(document).ready() firing up later in 1.1.4?

2007-09-01 Thread R. Rajesh Jeba Anbiah
On Aug 30, 1:31 am, Renaud <[EMAIL PROTECTED]> wrote: > I'm not sure how to trace that problem since it's happening under IE 6 > and 7, but here is what is happening to me since I switched to 1.1.4: > > The handler registered for the $(document).ready() event is triggered > only after all the embe

[jQuery] Handling scope issues (jQuery with tinyMCE)

2007-08-24 Thread R. Rajesh Jeba Anbiah
$(document).ready(function () { tinyMCE.init(...); }); Calls like this results in "tinyMCE is not defined" error from the rest of the tinyMCE files. So, I tried (to solve scope(?) issue): $(document).ready(function () { tinyMCE.init(...); window.tinyMCE = '' + this.tinyMCE; });

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-24 Thread R. Rajesh Jeba Anbiah
On Aug 23, 10:16 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Aug 23, 2007, at 4:16 AM, R. Rajesh Jeba Anbiah wrote: > > On Aug 23, 1:03 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > >>> I like jTip for all the same reasons, I really like the arrow, and &

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-23 Thread R. Rajesh Jeba Anbiah
On Aug 23, 1:03 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > I like jTip for all the same reasons, I really like the arrow, and > > wish Karl's had it > > It does have it if you set the option for it. See my reply to Kim. FWIW, when I tried one of the svn version, the "arrows" option w

[jQuery] Re: Fwd: jQuery and UTF8

2007-08-21 Thread R. Rajesh Jeba Anbiah
On Aug 21, 8:11 pm, barophobia <[EMAIL PROTECTED]> wrote: > On 8/21/07, R. Rajesh Jeba Anbiah <[EMAIL PROTECTED]> wrote: > > 2. or send the UTF-8 charset header via header(); browser should > > handle > > All the UTF-8 data is stored in a database. > > R

[jQuery] Re: Fwd: jQuery and UTF8

2007-08-21 Thread R. Rajesh Jeba Anbiah
On Aug 20, 11:11 pm, barophobia <[EMAIL PROTECTED]> wrote: > On 8/20/07, Bil Corry <[EMAIL PROTECTED]> wrote: > Based on your information I think my problems will be solved once I > get the server to serve PHP as UTF-8 (I think I can do this via > .htaccess). Either: 1. Save the file in UTF-8

[jQuery] Re: .change() and IE bug

2007-08-21 Thread R. Rajesh Jeba Anbiah
On Aug 20, 6:13 pm, Eridius <[EMAIL PROTECTED]> wrote: > I have now just tried > > destination.load('/lib/ajax/price_buster.php', {'get': 'destination'}); > destination.bind('change', function() > { Add bind in load's callback, otherwise, you won't be having elements to bind. Or us

[jQuery] Re: jQuery Ajax Bugs?

2007-08-21 Thread R. Rajesh Jeba Anbiah
On Aug 20, 1:49 pm, F8R <[EMAIL PROTECTED]> wrote: > I have use jQuery to send AJAX call to PHP script using POST. > It's always execute error function callback. Check the param order. You're putting error function in another param. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanb

[jQuery] "jQuery is not defined" in line 1400 in 1.3.1.1

2007-08-17 Thread R. Rajesh Jeba Anbiah
""jQuery is not defined" in line 1400" Now and then, I'm getting this error in FF. The line is: // Clean up added properties in IE to prevent memory leak if (jQuery.browser.msie) Is it a known issue or am I mistaken? TIA -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com

[jQuery] Re: stupid dev tricks: marking "current page" links

2007-08-16 Thread R. Rajesh Jeba Anbiah
On Aug 16, 7:16 pm, Stephan Beal <[EMAIL PROTECTED]> wrote: > We've all attempted several different ways of highlighting navigation > links which point to the current page. Often times we mark the page > via our PHP by adding a class (e.g. "currentPage") to the navigation > link which points to th

[jQuery] |OT| Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-16 Thread R. Rajesh Jeba Anbiah
On Aug 16, 11:57 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > > > $('#foo')[0] > > > >Will throw error if there is no match, IIRC. > > > No, it won't. It is not an error to fetch a nonexistent > > > array element > > Thanks for a nice explanation. I'm sorry for jumping > > without re

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-16 Thread R. Rajesh Jeba Anbiah
On Aug 16, 8:55 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > > I've been hacking with jQuery on and off lately and I've > > > now hit the annoying problem of not being able to access > > > simple DOM 0 properties unless, apparently, using either > > > of the following syntaxes: > > > > $('#f

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-16 Thread R. Rajesh Jeba Anbiah
On Aug 15, 11:29 am, pd <[EMAIL PROTECTED]> wrote: > I've been hacking with jQuery on and off lately and I've now hit the > annoying problem of not being able to access simple DOM 0 properties > unless, apparently, using either of the following syntaxes: > > $('#foo')[0] Will throw error if th

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread R. Rajesh Jeba Anbiah
On Aug 14, 8:31 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > I have ported this fancy menu over from mootools to jquery. You can take a > look at ithttp://www.gmarwaha.com/jquery/jfancymenu/test/test.html I think, the hoverintent is slowing down the speed. Sometimes it lags the point

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread R. Rajesh Jeba Anbiah
On Aug 14, 3:45 pm, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Today I came across this article via DZone: > > http://www.julienlecomte.net/blog/2007/08/13/introducing-the-yui-comp... > > "The YUI Compressor is a new JavaScript minifier. FWIW, I still think, ESC

[jQuery] Override $.tooltip.update()?

2007-07-31 Thread R. Rajesh Jeba Anbiah
I have already checked this thread to see if a plugin can be extended? (but it doesn't seem to be). I'm just jumping here to see if any hack or way is invented in the meantime. I just want to override the update() method of jquery.t

[jQuery] Re: |OT| craigslist parsing (Was Re: SITE SUBMISSION: Please add gsalr.com to the list of sites)

2007-07-27 Thread R. Rajesh Jeba Anbiah
On Jul 27, 12:31 pm, nate <[EMAIL PROTECTED]> wrote: > On Jul 26, 11:42 pm, "R. Rajesh Jeba Anbiah" > <[EMAIL PROTECTED]> wrote: > > > To phrase to question better, how were you able to parse the addresses if > > > you're getting the data

[jQuery] |OT| craigslist parsing (Was Re: SITE SUBMISSION: Please add gsalr.com to the list of sites)

2007-07-26 Thread R. Rajesh Jeba Anbiah
On Jul 27, 2:02 am, "Michael E. Carluen" <[EMAIL PROTECTED]> wrote: > To phrase to question better, how were you able to parse the addresses if > you're getting the data from craigslist directly? Or which web service are > you using if you're using one? Obviously, batch web scraping. For addre

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-07-15 Thread R. Rajesh Jeba Anbiah
On Jul 12, 2:02 am, "John Resig" <[EMAIL PROTECTED]> wrote: > Try sending it directly to Yehuda: > wycats at gmail.com E-mail address works, but no receipt. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: Release: Tooltip plugin 1.1

2007-07-14 Thread R. Rajesh Jeba Anbiah
On Jul 10, 11:33 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > R.RajeshJebaAnbiahwrote: > >http://jquery.bassistance.de/tooltip/jquery.tooltip.zip/ > > jquery.tooltip.css > > > This file has the style for the demo/site too. I'd rather prefer it > > contain only the tooltip related styles and

[jQuery] "display: block" forcing blocks to jump in FF

2007-07-10 Thread R. Rajesh Jeba Anbiah
Say like (note the display: inline): foo. Do animation on $('#foo'), can notice a jump in FF. This is because, jQuery is toggling with display none to block and vice-versa; but doesn't apply "display: inline". Is there any workarounds? or advices? TIA -- Email: rrjanbiah-at-Y!comBlog:

[jQuery] Re: Release: Tooltip plugin 1.1

2007-07-10 Thread R. Rajesh Jeba Anbiah
On Jul 9, 2:33 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > R.RajeshJebaAnbiahwrote:> Another thing, you're bundling your site's style > in zip file. > > Are you referring to the demo files? If so, that is intentional. If not, > could you clarify that? http://jquery.bassistance.de/tooltip/j

[jQuery] Re: Release: Tooltip plugin 1.1

2007-07-06 Thread R. Rajesh Jeba Anbiah
Another thing, you're bundling your site's style in zip file. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: Release: Tooltip plugin 1.1

2007-07-06 Thread R. Rajesh Jeba Anbiah
On Jul 6, 9:06 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > R.RajeshJebaAnbiahwrote:> On Jul 5, 12:57 am, Jörn Zaefferer <[EMAIL > PROTECTED]> wrote: > > >> This update to the jQuery Tooltip plugin brings a few minor yet very > >> useful features and some very important bug fixes. > > >Mos

[jQuery] Re: Release: Tooltip plugin 1.1

2007-07-06 Thread R. Rajesh Jeba Anbiah
On Jul 5, 12:57 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > This update to the jQuery Tooltip plugin brings a few minor yet very > useful features and some very important bug fixes. Most often, I'm getting this error (FF & IE) $(window).scrollLeft is not a function jquery.tooltip.js Line

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-07-04 Thread R. Rajesh Jeba Anbiah
On Jul 4, 5:10 pm, "Armand Datema" <[EMAIL PROTECTED]> wrote: > no hijacking i was suggesting an article Oh, cool. Ok -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-07-04 Thread R. Rajesh Jeba Anbiah
On Jul 4, 4:15 pm, "Armand Datema" <[EMAIL PROTECTED]> wrote: > how about jquery and google gears, there is allready a google gears and jsext Hmm... Why hijacking thread? Start a new thread. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-07-04 Thread R. Rajesh Jeba Anbiah
On Jun 30, 1:34 am, Rey Bango <[EMAIL PROTECTED]> wrote: > For more details please visit the jQuery blog entry here: > > http://jquery.com/blog/2007/06/28/163/ The contact e-mail editor AT visualjquery DOT com is not reachable. -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread R. Rajesh Jeba Anbiah
On Jul 3, 2:26 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Maybe the id ("container"), e.g. the selector in use just isn't correct. > Make sure that it actually matches the element that contains the markup > required for tabs. Sorry to jump in here. Just a quick suggestion on tabs: you co

[jQuery] Re: How to wait or freeze between 2 statements

2007-06-29 Thread R. Rajesh Jeba Anbiah
On Jun 29, 12:20 pm, "G[N]Urpreet Singh" <[EMAIL PROTECTED]> wrote: > What I want to achieve is that the user click "Build" and the "Preview" > links gets updated with the new link. Before the link is updated, it is > replaced by a "Loading..." msg. This is working perfectly. > > What I cant figu

[jQuery] Re: Printer Friendly Form Field Replacements

2007-06-16 Thread R. Rajesh Jeba Anbiah
On Jun 16, 2:34 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Here you go: > > http://rcs-comp.com/code_examples/jquery_form_print/ Code is nice, but I'm wondering--why not doing it with CSS (form fields with flat look) -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.bl

[jQuery] jQuery & CakePHP (Was Re: Validate RC2 Preview: Remember The Milk Signup)

2007-06-16 Thread R. Rajesh Jeba Anbiah
On Jun 16, 7:20 pm, "Tane Piper" <[EMAIL PROTECTED]> wrote: > This is fantastic. A few of us in #cakephp are strong jQuery > advocates and we discussed this very thing as we want 'DRY' > conventions. We were thinking of a helper, but if it can be done as a > helper, or at the core that would be

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-16 Thread R. Rajesh Jeba Anbiah
On Jun 14, 12:27 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > R.RajeshJebaAnbiahwrote: > > On Jun 13, 9:45 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > >> R.RajeshJebaAnbiahwrote:>FWIW, it's no way related to the plugin, but > >> I have patched CakePHP > > >>> to dump the validation rul

[jQuery] Re: CNN and Apple Choose Prototype. Why?

2007-06-16 Thread R. Rajesh Jeba Anbiah
On Jun 14, 10:17 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Well stated Rey. > These are steps that I believe will help jQuery be adopted by the > mainstream audiences. >1. A plugin repository that is completely coordinated. I have shared my humble suggestion on SVN repo structure lo

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-13 Thread R. Rajesh Jeba Anbiah
On Jun 13, 9:45 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > R.RajeshJebaAnbiahwrote:>FWIW, it's no way related to the plugin, but I > have patched CakePHP > > to dump the validation rules in JSON ; > > I think, this will help to have only one rule. >

[jQuery] Re: Google AdSense slowing down jQuery (1.1.2) rules in IE6

2007-06-13 Thread R. Rajesh Jeba Anbiah
On Jun 12, 9:27 pm, I, "R. Rajesh Jeba Anbiah" <[EMAIL PROTECTED]> wrote: > I just find some weird problem with Google AdSense. It's specific to > IE6 (IE7 not tested), in FF 2 working fine. > > Google AdSense slows down jQuery rules matching--i.e., it's wait

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-13 Thread R. Rajesh Jeba Anbiah
On Jun 13, 12:48 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Fabien Meghazi wrote: > > Maybe what I want to do is pointless or too complicated. > > I'm curious to know how do you manage double client/server side > > validation in your applications ? > > No, its no pointless at all. Its a very

[jQuery] Google AdSense slowing down jQuery (1.1.2) rules in IE6

2007-06-12 Thread R. Rajesh Jeba Anbiah
I just find some weird problem with Google AdSense. It's specific to IE6 (IE7 not tested), in FF 2 working fine. Google AdSense slows down jQuery rules matching--i.e., it's wait for all the ad images to get loaded. I suppose, "ready" fails here. While googling, I came across similar discussion

[jQuery] Re: @Glen Lipka: jQuery to Prototype? (Was Re: jQuery dimScreen)

2007-06-12 Thread R. Rajesh Jeba Anbiah
On Jun 11, 7:36 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > No, I was really annoyed to have to put that in. > The guy I helped produce the site insisted on switching. > > I was going to put in the jQuery version of lightbox, but it has an issue > with FF for the Mac (which of course my friend u

[jQuery] @Glen Lipka: jQuery to Prototype? (Was Re: jQuery dimScreen)

2007-06-11 Thread R. Rajesh Jeba Anbiah
On May 29, 12:41 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > You could just make > > at the end of your page. > > Then call $("overlay").fadeTo("slow",0.5) > > This will fade it on over your whole screen. Make sure body and html have > height: 100%. > I did this yesterday here:http://www.sparkt

[jQuery] Re: Selector Help - hover and dblclick

2007-06-10 Thread R. Rajesh Jeba Anbiah
On Jun 11, 12:06 am, Brad Perkins <[EMAIL PROTECTED]> wrote: > Ultimately, I'd also like to prevent the double clicked row from > running code if previously double clicked. I suppose, you could do something like: if (this.done) return; and this.done=true; accordingly in the function

[jQuery] Re: Bug? $('#foo #bar')

2007-06-05 Thread R. Rajesh Jeba Anbiah
On Jun 5, 9:54 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > I suppose I can see a few applications of using multiple id's, but I'm > still curious why using classes instead is not a better option. 1. CSS designers don't have to scratch their heads forming the selectors. It's simple, lo

[jQuery] Re: Bug? $('#foo #bar')

2007-06-04 Thread R. Rajesh Jeba Anbiah
On Jun 4, 10:28 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > More importantly, why are you using two ID's? > Remember, ID's are supposed to be unique, so just $('#bar') should work. > If your ID's aren't unique, I highly suggest you change them to classes. I have a setup where every page

[jQuery] Re: Bug? $('#foo #bar')

2007-06-04 Thread R. Rajesh Jeba Anbiah
On Jun 4, 4:52 pm, SeViR <[EMAIL PROTECTED]> wrote: > The bug is repaired in 1.1.3a Oh, cool. Thanks -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Bug? $('#foo #bar')

2007-06-04 Thread R. Rajesh Jeba Anbiah
jQuery 1.1.2 Selectors such as this $('#foo #bar') throwing error when it can't find any matches. Is it a known bug? TIA -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

  1   2   >