[jQuery] Auto update PHP session variables using Ajax/JQuery

2009-03-05 Thread themba
Hi Guys, I need help with updating a Session Variable using Javascript, my goal is to have a text filed that will accept numeric input, then onblur or onChange, the PHP session variable must be updated with the new numeric value, how can I do this? Thank you in advance.

[jQuery] Re: Auto update PHP session variables using Ajax/JQuery

2009-03-09 Thread themba
com > > 'Examine my teachings critically, as a gold assayer would test gold. If you > find they make sense, conform to your experience, and don't harm yourself > or others, only then should you accept them.' > > > > From: themba > > To:

[jQuery] iframe ang jQuery

2009-03-27 Thread themba
Hi Guys is it possible to embed a php website on an asp website using jQuey or is possible to create a dynamic height iframe for embedding another website running a different technology? Thank you.

[jQuery] Re: iframe ang jQuery

2009-03-27 Thread themba
t matter what is used to generate the (x)html/css.  Just set > the src of the iframe to the URL and it should work. > > On Mar 27, 3:47 pm, themba wrote: > > > Hi Guys is it possible to embed a php website on an asp website using > > jQuey or is possible to create

Re: [jQuery] onclick send parameter to a JQuery function?

2009-12-08 Thread Themba Ntleki
Thanks Michel, I found a solution, my mistake was trying to create the function inside : $(document).ready(function() { the onClick could not find the function. I have defined the function separately and the onclick does work. Basically, I want to do the edit action using ajax, but thanks a mil f

[jQuery] Re: iframe ang jQuery

2009-03-29 Thread Themba Ntleki
for the page to load, getting the height of the page in > the iframe, then destroying the iframe and re-creating it with the correct > height. You then have the problem that if the user changes the font size, > you get a scrolling iframe again. > > hth > > > themba-2 wrote: >>