[jQuery] Re: Injecting javascript code into page via prepend?

2009-08-07 Thread bwdev
so is this not possible? On Aug 5, 4:21 pm, bwdev blackwater...@gmail.com wrote: I'm trying to retro-fit google ad-manager to an existing site. Currently, we have a div on every page and then have a header file which randomly selects an add and uses jquery.prepend to put the ad in that div

[jQuery] Injecting javascript code into page via prepend?

2009-08-05 Thread bwdev
I'm trying to retro-fit google ad-manager to an existing site. Currently, we have a div on every page and then have a header file which randomly selects an add and uses jquery.prepend to put the ad in that div. With google, we now have js code we need to use. How can we use prepend to add the

[jQuery] pausing jquery

2008-12-30 Thread bwdev
I have the following code and want to basically write something out, let it sit for a while, and then write something else out...how do I do the pause/wait? Thanks! myURL=getSearchResults.php; $.getJSON(myURL, function(data) { for

[jQuery] Re: pausing jquery

2008-12-30 Thread bwdev
. Joe http://www.subprint.com On Dec 30, 10:23 am, bwdev pel...@gmail.com wrote: I have the following code and want to basically write something out, let it sit for a while, and then write something else out...how do I do the pause/wait? Thanks! myURL=getSearchResults.php

[jQuery] Plugin to show color chooser and let user drag over text to highlight?

2008-04-19 Thread bwdev
Before I jump in and try to do this, is anyone aware of a plugin that will show a color picker and then let the user drag the cursor over text to highlight? Thanks!

[jQuery] display returned data from posting page

2008-03-09 Thread bwdev
I need to do a post and then have the posting page return some data into a var. I've tried a few things but can't seem to get it to work. Please see my pseudo code below. How can I have the posting page return data via json? jQuery.post(container.url, { data1:1}, function(){ var

[jQuery] changing class

2007-08-16 Thread bwdev
I have the following code. Basically, when the home_sel anchor is clicked, I want to change the class to home select and have all other li elements have select removed if they have it turned on...I'm having problems getting this to work properly in jQuery. How can I do this? Thanks! div

[jQuery] animate- moving icons around image

2007-07-30 Thread bwdev
I'm trying to develop an app which requires me to move icons all over a specified space based on the results of an ajax call. Basically I'll have a static icon of a person in the center of a square...as each ajax call happens the I will receive results showing other icons (people) in relation to