[jQuery] jquery animation

2009-03-17 Thread Trend-King
hi there i have a problem with the jquery animation i have a markup like this div id=tha_text style=height:80px;text text/div div id=tha_img style=margin-top-80px;img src=somesrc height=80 //div so i want to $('#tha_img').hide(slow) on mouseenter of the img and the text with is on the bottom

[jQuery] submit a submit value through ajax

2009-02-06 Thread Trend-King
Hello i have a form with 2 input class=plus type=submit value=0 name=plus/ input class=minus type=submit value=0 name=minus/ buttons in it and i want to receive these values through my ajax calls $('#cart_quantity').submit(function(){ var serialized_values = $('#cart_quantity').serialize()

[jQuery] regexpr question i'm getting stupid

2009-02-02 Thread Trend-King
hello i want t maxe a regexp search in javascript with an variable te var reg = new RegExp(/\b(+te+)\b/); pos = node.data.toUpperCase().search(reg); that was my oppinion but it don't works my oppinion was that because var reg = new RegExp(/\b(TEXT)\b/); pos =

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-30 Thread Trend-King
[this]();       })    }    $.post('someurl.php', function(data){        // ... do some stuff here ...       checkAnimations(data.animations)    } }); That will trim down your json responses a lot, and farm all the effects stuff out to your visitor's computer instead! On Jan 29, 3:58 pm, Trend-King i...@trend-king.de

[jQuery] complex selector question

2009-01-29 Thread Trend-King
Hi there i want to get all select elements on a page with name=test [1],name=test[2]... is there a way to specify a placeholder in the selector? i think about $('select[name=id[*]]').each(function(){ alert($(this).html()) }); is there any possibility for that? thanks for your replies

[jQuery] Re: complex selector question

2009-01-29 Thread Trend-King
Thanks Jquery LOVE makes blind ;-) I love that thing!!! On 29 Jan., 13:54, MorningZ morni...@gmail.com wrote: $(select[name^='test']) Straight from the docs: http://docs.jquery.com/Selectors/attributeStartsWith#attributevalue On Jan 29, 7:12 am, Trend-King i...@trend-king.de wrote

[jQuery] eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
Hi there another question from my, how save is it eval() data getting via JSON $.ajax() call i want to get javascript data to be executed after JSON $.ajax() call. or is there another way to do that?

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
/p/jquery-json/ by(e) Stephan 2009/1/29 Trend-King i...@trend-king.de: Hi there another question from my, how save is it eval() data getting via JSON $.ajax() call i want to get javascript data to be executed after JSON $.ajax() call. or is there another way to do

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
JSON or am I missing anything? Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com On Thu, Jan 29, 2009 at 6:57 PM, Trend-King i...@trend-king.de wrote: ok and thats safe for things like a sting $(#cart_info).fadeIn (500);setTimeout(function(){$(#cart_info).fadeOut(500

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
the network questions, at least. by(e) Stephan 2009/1/29 Trend-King i...@trend-king.de: ok thats right but $.ajax() also do that so my problem is how safe it is to pass script/script through JSON and the append it to the DOM and it will be executed On 29 Jan., 15:13, jQuery Lover

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
)/script or something like this??? i'am a little confused is javascript that kind of unsecure? thanks for your replies Jens On 29 Jan., 18:17, Trend-King i...@trend-king.de wrote: ok, but why is it not JSON to submit a sting variable in json within HTML? for example making a call to a php script

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
some script/script in it??? On 29 Jan., 18:30, Trend-King i...@trend-king.de wrote: i think so, who could manipulate that JSON string with script/ script in it? and it is exactly the same if i don't use JSON if somewhere in the javascript is something like $(box_test).html(var_goes_here

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
service is small. But it exists. On Jan 29, 12:47 pm, Trend-King i...@trend-king.de wrote: $(document).ready(function(){ $.ajax({   url: test.html,   cache: false,   success: function(html){    do_something(html)  } }); }); function do_something(html){     $(#results).append

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
service is small. But it exists. On Jan 29, 12:47 pm, Trend-King i...@trend-king.de wrote: $(document).ready(function(){ $.ajax({   url: test.html,   cache: false,   success: function(html){    do_something(html)  } }); }); function do_something(html){     $(#results).append

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
without javascript he gets a reload and the item is added to cart with javascript on it makes the same uri call with an get variable ajax=1 and then it only returns the updated elements in an json array and each update the dom. greet Trend-King schrieb: thank you :-( now i am scared to do something

[jQuery] How save is Jquery with JSON

2009-01-27 Thread Trend-King
hello i havea question about how saveis jquery and JSON. i use $ajax({url:url,datatype:json...}) to get a markup of JSON items that updates the dom of my page via the success function passing the response to an function. and $.each the items to update the html of the element. in that funktion

[jQuery] Re: How save is Jquery with JSON

2009-01-27 Thread Trend-King
not allow cross-domain XHR because of that. You can get around it by using your own domain as a proxy for JSONP. On Jan 27, 2:43 pm, Trend-King i...@trend-king.de wrote: hello i havea question about how saveis jquery and JSON. i use $ajax({url:url,datatype:json...}) to get a markup

[jQuery] jquery.live() future?

2009-01-25 Thread Trend-King
hi there i read about the live() function and fount that Currently not supported: blur, focus, mouseenter, mouseleave, change, submit will in future versions of jquery this be included? Greet Jens

[jQuery] getJSON how to manage objects.

2009-01-25 Thread Trend-King
hello, i have another question about JSON i received the JSON Objekts well, so my question is i receive an object like this data.items this has html in it. how can i talk to an html object $('#test') that is in the JSON Object. do i have to inject the html first by $('#putitthere').html

[jQuery] jquery.ajax question.

2009-01-23 Thread Trend-King
Hello i have a question about getting content via ajax. i make a ajax call to an seperate php file with will return me the content of the to be updated elements on a page. for example div id=box1the content goes there/div div id=box2the second content goes there/div how can i manage the ajax

[jQuery] Re: jquery.ajax question.

2009-01-23 Thread Trend-King
Thanks for your replies i try it with json format, thanks for that good tip On 23 Jan., 11:27, NeX nex...@ya.ru wrote: try tu use JSON data format. It's simly, then parsing html values in result.

[jQuery] getJSON beforesend?

2009-01-23 Thread Trend-King
Thanks for your good tips for the json in my multiple ajax call update boxes question. now i have another question is there in getJSON some thing like the beforeSend function in $.ajax ??? or schoult i manage my calls through the $.ajax(options) call with the dataType json ?? what are your

[jQuery] question about 1.3

2009-01-16 Thread Trend-King
hello we have a question about jquery 1.3 is it 100% backwards compatible with the minor functions of 1.2.6??? thanks for answer Jens

[jQuery] v1.0.2

2008-06-04 Thread Trend-King
He released version 1.0.2 really good!

[jQuery] Re: jquery.magnify by Josh

2008-05-31 Thread Trend-King
Thank you for the fast reply i bind the magnify to the click function and it works like it should work YOUR a Genius. THX i've sended you a lot of eMails maybe you can reply me here or by email On 30 Mai, 23:29, Josh Nathanson [EMAIL PROTECTED] wrote: Trend-King, 2.http://www.drum-factory.de

[jQuery] Re: jquery.magnify by Josh

2008-05-31 Thread Trend-King
i also attached a: // remove the alt tag img.removeAttr(alt); before the: img.bind( settings.showEvent, activate ); to switch of the alt hover greet jens On 30 Mai, 23:29, Josh Nathanson [EMAIL PROTECTED] wrote: Trend-King, 2.http://www.drum-factory.de

[jQuery] Re: jquery.magnify by Josh

2008-05-31 Thread Trend-King
. you changed the markup for the script or the properties? nice go on!!! On 31 Mai, 18:08, Josh Nathanson [EMAIL PROTECTED] wrote: Trend-King - I've fixed the preload = true issue as well as the other bug with quick mouse in-and-out. The fixes are in version 1.0.1.  Anyone who may have

[jQuery] Re: jquery.magnify by Josh

2008-05-31 Thread Trend-King
maybe in further versions ou can build in a window.resize fix, if au resize the window wenn loaded the page the magnify don' work on the right possition On 31 Mai, 22:54, Trend-King [EMAIL PROTECTED] wrote: Hi there. thank you for your fast reply. the version 1.0.1 is worst then the first

[jQuery] jquery.magnify by Josh

2008-05-30 Thread Trend-King
Hi there. I like your script so much that i build it in our page http://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-Winkel::34.html but I found a few issues during testing the app. 1. If you go over the image the magnify appears, if you go fast out of the image and then

[jQuery] Re: document ready function through ajax call

2008-04-04 Thread Trend-King
THANK YOU FOR HELPING ME I WROTE 3 OR 4 OTHER POSTS AND NOBODY REPLY THIS IS REALLY EVERY GOOD GROUP REALLY On Apr 1, 10:35 pm, Trend-King [EMAIL PROTECTED] wrote: hi there i have a question i make an ajax call with ui.tabs to an php page in this page loaded through ajax i make a document

[jQuery] document ready function through ajax call

2008-04-01 Thread Trend-King
hi there i have a question i make an ajax call with ui.tabs to an php page in this page loaded through ajax i make a document ready funktion adwise for the dom is that possible, in ie7 ff opera safari... it works but not in ie6. even if i let the document ready function clean no adwise in it i

[jQuery] Re: ajaxContent v2.1 bug with jquery 1.2.3

2008-03-28 Thread Trend-King
Still the bug left and no reply from the author. can somebody help me please On 15 Mrz., 18:17, Trend-King [EMAIL PROTECTED] wrote: hi there. there is a little bug in the script when you use it with jquery 1.2.3 in theie6there is an fault that tells missing argument. can anybody please fix