[jQuery] jquery tooltips

2008-04-08 Thread Vlad Mazek
Does anyone have a favorite tooltip plugin for jquery? I am currently using jTip for some AJAX popups but I have a need to just add some better documentation in the current UI and jTip is mainly meant for AJAX. Does anyone have a recommendation? I only found one other plugin and it was 120Kb in

[jQuery] jquery and math functions

2008-02-21 Thread Vlad Mazek
Is there something special that needs to be done to values selected with jQuery so math functions can work on them? parseInt or something? I am not sure, but all my calculations are getting NaN. For example, I have the following function that always produces NaN: var startmin =

[jQuery] Packing jQuery and all includes

2008-02-01 Thread Vlad Mazek
I use seven different jQuery plugins in my webapp and during page refreshes the loading bar jumps around quite a bit making people feel like the site is slow because they see the browser loading bits and pieces at a time.. Is there a best practice for throwing jquery and all associated plugins

[jQuery] Re: jQuery, AJAH IE 7

2008-01-25 Thread Vlad Mazek
for errors? On Jan 24, 4:39 pm, Vlad Mazek [EMAIL PROTECTED] wrote: Folks, I have a bit of a problem with Internet Explorer 6/7 specifically, the code works perfectly fine in Firefox. What I am essentially doing is creating a dynamic form. Based on the inputs, different forms are sent

[jQuery] Re: jQuery, AJAH IE 7

2008-01-25 Thread Vlad Mazek
Ok, I made it a whole lot simpler, hopefully someone can point me to the mistake I am making: http://support.ownwebnow.com/test.php This form uses jQuery form plugin to put the result of the submission (to test1.php) into companyForm div. Works great. test1.php returns a form, which also uses

[jQuery] jQuery, AJAH IE 7

2008-01-24 Thread Vlad Mazek
Folks, I have a bit of a problem with Internet Explorer 6/7 specifically, the code works perfectly fine in Firefox. What I am essentially doing is creating a dynamic form. Based on the inputs, different forms are sent back into different div containers as the user moves through the application.

[jQuery] Re: jQuery, AJAH IE 7

2008-01-24 Thread Vlad Mazek
better error messages so you know were to look for your code error. Tools - Advanced - Error console. On 1/24/08, Vlad Mazek [EMAIL PROTECTED] wrote: Folks, I have a bit of a problem with Internet Explorer 6/7 specifically, the code works perfectly fine in Firefox