[jQuery] Re: KFManager v1.0

2009-09-04 Thread mdjamal
Hi, Can you please share on how to config this to run in localhost. I tried but the folder and file section has the loading.gif displayed and nothing else. Thanks! On Aug 19, 7:03 am, Meroe whme...@gmail.com wrote: I was able to get this working.  I'm now integrating with codeigniter to see

[jQuery] Re: Convert js to jquery

2009-03-26 Thread mdjamal
Hi, Thanks again, that solves my problem :-) Ciao.

[jQuery] Re: Convert js to jquery

2009-03-25 Thread mdjamal
Hi Richard, Thanks for your help, the tabs switch the class on click, but how to get the value assigned to the hidden field? Regards, Jamal

[jQuery] Convert js to jquery

2009-03-24 Thread mdjamal
Hi, I am trying to convert the below js code to jQuery format, since I am using jQuery for my site. Posted below the code, your help is appreciated. http://woork.blogspot.com/2008/01/tabbed-search-bar-using-css-and.html

[jQuery] Re: How to call jQuery function inside a DOM

2009-03-22 Thread mdjamal
Hi, Thanks for the shorthand tip, what I was trying to achieve is upon sucessful validation call a function, its not a plugin. Its another function written inside the DOM. I tried adding the live syntax and it works the way I want it to but not sure if I have coded it right, code reproduced

[jQuery] How to call jQuery function inside a DOM

2009-03-21 Thread mdjamal
Hi, I am trying to call/execute a jQuery function inside of another jQuery function, the scenario is after validation of a input text field to check if its empty, if empty display a error message and if it has value then execute another function, the code as below, adapted from this link

[jQuery] Re: Toggle class when radio checked

2009-03-13 Thread mdjamal
Hi, Thanks it works, I have the code as below, since more than one checkbox can be selected at once I've used the click function, and also changed the radio to click function as well. This way I can get it work the way I intent to, like two option either one public or private, so for ex when

[jQuery] Toggle class when radio checked

2009-03-12 Thread mdjamal
Hi, I just started using jQuery and am trying to achieve the below; Two radio button, when I click on any one the label for checked radio class should change, and when I click other one the label class should change here while the unchecked should fall back to default class. Below is the code I

[jQuery] Re: Toggle class when radio checked

2009-03-12 Thread mdjamal
Hi, Thanks it worked like charm, but when I have a series of radio in groups, the class is applied to only one radio from the two sets, in below example there are two forms with radios, I am trying to have checked one with hilite class in both the forms, hope I am explaining myself well cause I

[jQuery] Re: Toggle class when radio checked

2009-03-12 Thread mdjamal
Hi, Thanks, you seem to be a jQuery guru, the solution works. I've applied it to work on checkbox now ;-) and now trying to have a set of checkbox display when one of the radio button is selected and hide them when another is selected. So like from below example, I select if its public or