[jQuery] Re: internet explorer debugging

2007-12-21 Thread bingo
21, 5:50 pm, bingo <[EMAIL PROTECTED]> wrote: > hi, > > I have collected some common reasons which causes JS to crash in > IE7.http://groups.google.com/group/jquery-en/browse_thread/thread/f1eab9b... > > Generally, I try to make sure my JS is working fine in FF and once >

[jQuery] Re: internet explorer debugging

2007-12-21 Thread bingo
and check for any mistake (reported in my blog). I would say 95% of the time, these are the five mistake that make my JS to break in IE Regards, bingo On Dec 21, 1:25 pm, Shawn <[EMAIL PROTECTED]> wrote: > When I run into these "works in FF but not IE" issues, I plop my code

[jQuery] Re: Element not appended in IE7

2007-12-10 Thread bingo
hi Giovanni, have you tried $a = $('a').appendTo($element). I guess this should also work perfectly in both IE and FF On Dec 10, 9:49 am, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > It seems that on certain elements, this syntax is preferred by IE > > $a = $('').appendTo($element); >

[jQuery] Re: Noob question: How to access a PHP variable and append it to the html?

2007-11-29 Thread bingo
hi you can do it this way $document({ $("div#mydiv").html("No of Users: " + ""); }) On Nov 30, 12:55 am, Action <[EMAIL PROTECTED]> wrote: > On Nov 29, 8:02 pm, Wizzud <[EMAIL PROTECTED]> wrote: > > > > > For example ... ? > > > On Nov 29, 9:34 pm, Action <[EMAIL PROTECTED]> wrote: > > > >

[jQuery] Re: IE Help.

2007-11-24 Thread bingo
hi Austin, I am not sure what's the problem..but make sure you are not making any of these mistakes (listed in the blog) http://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-complaining-about-your-javascript/ Regards On Nov 24, 3:52 pm, Austin Pickett <[EMAIL PROTECTED]> wrote: > A

[jQuery] Re: IE 7 Problems - Won't load javascript - fine in FF 2+

2007-11-17 Thread bingo
hi Chris, sometimes IE7 fails to load javascript if your webpage contains "

[jQuery] again - IE/Ajax trouble

2007-10-30 Thread bingo
hi This problem comes and go...but I haven't found a good solution to solve it..checkout this page http://findnwrite.com/memento/reports/view/report:71 see the bottom section that list articles..what's happing is I first render the top section of the page and then using ajax call in document.re

[jQuery] check json field

2007-10-05 Thread bingo
hi, this is first I am starting to use json and wondering how I can check whether a field is defined or not I am using form plugin to submit my form though ajax. On the server, depending on result, I set either success or failed field and pass the json data to client..now I want to which field is

[jQuery] Re: need suggestion on modifying jtip

2007-06-28 Thread bingo
Glen sent me a link, separately in an email..and it does exactly what I needed...checkout example with option of sticky. http://examples.learningjquery.com/62/demo/index.html#features Great work ( i wasn't able to find the name of the developer of clueTip) Ritesh On Jun 28, 1:14 pm,

[jQuery] Re: need suggestion on modifying jtip

2007-06-28 Thread bingo
?) >10. Babysit my kids > > Are the the kinds of ideas you mean? > > Glen > > On 6/28/07, bingo <[EMAIL PROTECTED]> wrote: > > > > > hi, > > > I am trying to develop a plugin that extends jtip. So you see a new > > floating div on mous

[jQuery] need suggestion on modifying jtip

2007-06-28 Thread bingo
hi, I am trying to develop a plugin that extends jtip. So you see a new floating div on mouse over but you can also click on links and buttons available in the new floating box. But if you are mouse is neither on the original link or within the floating box, then hide the floating box. I think t

[jQuery] Re: function are getting called twice

2007-05-30 Thread bingo
Hi brandags, I eventually ended up check for browsers and initializing scripts only if it IE. For me, IE7 works well and as desired and the problem is with firefox. bingo On May 30, 3:47 pm, brandags <[EMAIL PROTECTED]> wrote: > I'm having the exact same problem. > I secti

[jQuery] Re: function are getting called twice

2007-05-28 Thread bingo
hi.. I tried some debugging and found that IE7 is not having any problem with it..the problem is with firefoxthis definitely shows that there is some bug in Jquery itself Regards, bingo On May 27, 8:25 pm, bingo <[EMAIL PROTECTED]> wrote: > hi, > > I have a webpage (say

[jQuery] function are getting called twice

2007-05-27 Thread bingo
a way to avoid calling a function twice I want to keep $(document).ready in both the pages as, sometime the webpage2 can be directly called.. Please help me with this Regards, bingo

[jQuery] Re: what's the best way to write this small function

2007-05-21 Thread bingo
r approach seems cleaner and without bug..I think I will go with yours.. Thanks On May 20, 9:50 pm, "Richard Worth" <[EMAIL PROTECTED]> wrote: > On 5/20/07, bingo <[EMAIL PROTECTED]> wrote: > > > > > > > jQuery.fn.customLoad = func

[jQuery] Re: canvas graph + draggable node and link

2007-05-17 Thread bingo
with a bit of work, you may > be able to use it. > Check out the code athttp://www.reach1to1.com/sandbox/jquery/jqchart/ > The base library that the chart uses could be used to create what you want. > Regards > Ashutosh > > On 5/18/07, bingo <[EMAIL PROTECTED]> wrote:

[jQuery] Re: Star Rating System

2007-05-17 Thread bingo
hi there are some other star ratings that provide option to for half star. You might want to look into that code and modify this star plugin. Personally, I want to do that but that's currently low on my priority regards, Ritesh On May 17, 10:35 am, Kim Johnson <[EMAIL PROTECTED]> wrote: > I per

[jQuery] canvas graph + draggable node and link

2007-05-17 Thread bingo
Hi, I am wondering has any ever tried building a canvas library based on jQuery. I don't mean to say line/bar graph but canvas graph like yahoo pipes where you can create new boxes and link them through lines. Please let me know if there is one that I can easily integrate with my project Regards

[jQuery] Re: hi : need help with saving icon

2007-05-07 Thread bingo
Hi Scott, I think this will work...but the problem is some of the libraries that I am using do not provide callback functionality..but definitely for most ajax stuff this will work.. Regards, bingo On May 3, 7:40 am, Scott Sauyet <[EMAIL PROTECTED]> wrote: > bingo wrote: > >

[jQuery] hi : need help with saving icon

2007-05-02 Thread bingo
do this. I know you can use ajaxStart and ajaxStop, but not sure how to make efficient use of them. Looking forward for some ideas and suggestions. Regards, bingo

[jQuery] Re: need suggestions on ajax

2007-04-04 Thread bingo
> > loaded, but to a common ancestor element: > > $(document).ready(function() { > >$('body').click(function(e) { > > if ($(e.target).is('h3')) { > > $(e.target).toggleClass('highlighted'); > > } > >}); > >

[jQuery] Re: need suggestions on ajax

2007-04-01 Thread bingo
ument).ready(function(){ $("span.loadContent").loadContent(); }); It was important to remove loadContent class to avoid attaching double click event to span tag.. Can some evaluate my code and give me suggestions. Regards, Ritesh On Apr 1, 8:19 am, "bingo" <[EMAIL PROTECTE

[jQuery] Re: need suggestions on ajax

2007-04-01 Thread bingo
get the url from in: > url = $(this).attr('href'); > > as the span doesn't have a href attrib. > > On 4/1/07, bingo <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > I am having some trouble with ajax and jquery... > > >

[jQuery] Re: jQuery Powered Sites - Keep the Links Coming

2007-03-31 Thread bingo
hi, I am using jquery and CakePHP for my bibliography management website..you can access it here..www.geovista.psu.edu/memento.. you can try username/password as demo/demo Regards, Ritesh On Feb 9, 10:42 am, [EMAIL PROTECTED] (Andy Matthews) wrote: > Just curious...how are you guys finding out

[jQuery] need suggestions on ajax

2007-03-31 Thread bingo
Hi, I am having some trouble with ajax and jquery... I have my default webpage template and in that I have defined my javascript as shown below $(document).ready(function(){ $('.loadContent').click(function(){ url = $(this).attr('href'); $("div#content").