[jQuery] Re: Protect images

2009-06-25 Thread Lee R Lemon III
If by protecting you mean keeping from being downloaded NO... If you want some watermarking, you could use something like php's gd function that could aloow for a watermark... You could also use javascript canvas but that does not work in IE without a plugin On Jun 24, 1:49 pm, Mario Soto

[jQuery] Re: jquery tabs (loading remote content and form submit)

2009-06-25 Thread Lee R Lemon III
If I remember correctly the tabs plugin has can fire a function you can then use jquery to collect all the values from that form page... and send them via ajax to a jsp that will post this datayou will likely want to set a Unique ID of some sort so you can handle if they go back and

[jQuery] Re: jquery selector

2009-06-25 Thread Lee R Lemon III
try this jQuery(document).ready(function() { $(.some-class).hover( function () { $(this).children('.inside').css (display, block); }, function

[jQuery] Re: Image Processing!!

2009-06-25 Thread Lee R Lemon III
You can use canvas (NOT IE SAFE) in javascript... or you can use a php/GD script to take the uploaded image and reprocess it to a transparent png setting the block color when you did this. This could be done via ajax, but may be slow on the server so may have issues there. On Jun 24, 2:03 pm,

[jQuery] Re: tablesorter and pager: How to modify table cells in cache?

2009-06-25 Thread Lee R Lemon III
Do you have this working somewhere I can look at I have some ideas, but not sure... Worst case if you can not find the cached rows you could just create a javascript array of the choosen row when they click the check box then refer to your own array On Jun 25, 11:23 am, Darren Brierton

[jQuery] Re: Slide back affter slide from right to left;

2009-06-25 Thread Lee R Lemon III
since you are learning rather then click you will want to use toggle on the one state you will move right, on the other left http://docs.jquery.com/Events/toggle#fnfn2fn3.2Cfn4.2C... probablye easiest tot ake your animate code and create 2 function one for going left and on for right and

[jQuery] Re: (validate) Radio button values

2009-06-25 Thread Lee R Lemon III
well like many things this has a variable answer... but what I think you will need to do is write a script that gets the correct answer (I would use ajax calls to server so the answer can not be seen in the browser code) then set an event on the submit button that cycles through your radio

[jQuery] Re: Need help in Login

2009-06-25 Thread Lee R Lemon III
http://www.reynoldsftw.com/2009/03/using-jquery-and-ajax-to-create-php-sessions/ important set your session up before anything else on the page or php errors On Jun 24, 3:50 am, bharani kumar bharanikumariyer...@gmail.com wrote: Hi , Am very much confusion in php login session tracking ,

[jQuery] Re: Attempting to Get jQuery to load into SQL Server Reporting Services Report Manager

2009-06-25 Thread Lee R Lemon III
Try using a lazy loader which will inject the jquery request into the page http://wonko.com/post/painless_javascript_lazy_loading_with_lazyload I did something like this var LazyLoad=function(){var E=document,D=null,A=[],C;function B(){if (C){return }var