[jQuery] Jcaroussel and Hgh slide

2008-12-31 Thread maddy
unity out here since it is New year coming up..(strictly OT) May the new year bring all the Happiness and Prosperity to all you folks out here Best Regards Maddy

[jQuery] jCarousel

2008-12-28 Thread maddy
tb_init(item); Change it to: // Apply Highslide item.onclick = function () { return hs.expand(this); }; Best regards, Torstein Hønsi thanks in advance maddy

[jQuery] Can Jquery Send variable value to external php

2008-06-08 Thread Maddy
Is it possible to send a variable value to external php. how it can be done code: var myvar = document.title; how to send this particular variable to a php script plz help

[jQuery] A simple problem with jQuery post method

2008-05-25 Thread Maddy
Hi evry1, i am quite new to Jquery so perhaps my question might be very simple my working code looks like this ... function letsJQuery() { //$.post("http://xx.xx.xx.com/test.php";, { title: "jonny" } ); } this code sends the value jonny and sends to the php file present in a remot

[jQuery] A simple problem with jQuery post method

2008-05-25 Thread Maddy
Hi every1, i m quite new to jQuery and i not sure how to solve this simple problem...though it is quite simple ...plz bear with my long mail well the working code looks like this: function letsJQuery() { $.post("http://xxx.xxx.com/test.php";, { title: "Jonny" } ); } This code send

[jQuery] using Jquery ajax methods in userscript

2008-05-22 Thread Maddy
Hi Everyone, I am trying to send the grease monkey variable values to my MySQL datbase. I thought of using Ajax methods in jQuery to perform this action but i am not sure how a variable can be passed from userscript to the embedded jquery ajax methods...plz help! e.g page_title = document.tit