In an iframe how to make a div to hide and on mouse over the bottom of the page bring it to front again.
This is just like a control that appears in medial players,hide when mouse out and show when mouse over
<div>
<img src="play.gif"/>
<img src="next.gif"/>
<img src="last.gif"/>
<img src="first.gif"/>
...
Basically I am attempting to use jQuery so that it will search out text on the page and replace it with something else. For example [x]text[/x] will be converted to text which then gets converted from text to the actual html...a round about way of it I am sure but it seems to be the best way to do it given that the forum seems to unders...
Hi,
I am using the qTip jquery plugin qTip plugin for a website I'm working on based on another thread I raised here: stack overflow thread
My question is, I have a navigation bar running along the top of my screen which is basically sets the title attribute based on the tab menu you are in, these are all stored within a javascript arr...
Are there any Event Driven Architecture jQuery plugins?
Step 1: Subscribing
The subscribers subscribe to the event handler in the middle, and pass in a callback method, as well as the name of the event they are listening for...
i.e. The two green subscribers will be listening for p0 events. And the blue subscriber will be listening ...
I am using fancybox for loading a Huge form "1300px" height ( i know it is not something good but the client wants it like this) the problem that it doesn`t cover the whole height i tried
autoDimensions
$.fancybox.resize
with no luck although other parts that uses fancybox is working without a problem so any tips will be great.
also ...
Consider my table with ten rows and i want to show first three rows in page1 and so on... How to paginate a table using jquery? Any good plugin....
...
I need some sort of slideshow, with text (something like moving boxes would be nice).
I have tried several, but i'm always having problems with different sized images (the images can be for eg. 500px x 300px, but the next one can be 500px, 300px), this gives some problems with the pictures ...
I hope you understand what i mean. It's ve...
Hey everyone.
I'm creating a simple 3-image slide show, and I'm pretty new to Jquery and Cycle. I have the slideshow working, with 3 pager links that also work.
The only thing I need to accomplish is, add "activeSlide" functionality to the currently selected pager image, which I can't do in CSS by simply using the activeSlide class......
I have a question about markItUp!'s preview function.
Inside jquery.markitup.js i have these settings:
previewTemplatePath:'~/templates/preview.php',
previewParserPath:'~/templates/preview.php',
previewParserVar:'data'
I'm not sure what to do with previewParserPath and previewParserVar. Is it possible to grab the content sent by mark...
I know I have seen something similar to this online but I don't have a good example. I was hoping there might be some sort of plug-in with the structure set I could design around.
Looking to accomplish something like this: http://dl.dropbox.com/u/904456/2010-06-04_1520.swf
Any ideas?
...
I just playing with masonry and infinitescroll and only IE(8) give me back an error.
the page is here:
http://unknoweb.com/clienti/danive/en/collection/FallWinter_1011/
on IE masonry and infinitescroll don't start and ruin all the other code.
The error is:
Messaggio: Property o method not supported by the object
Linea: 15
Carattere: ...
I'm getting a JS error because my $(function () {...}) handler is being fired seemingly before the prerequisite plugin script is loaded. Only happens in IE (testing in IE7).
I have some HTML in my <head> that looks like this:
<script type="text/javascript" src="../resources/org.wicketstuff.jwicket.JQuery/jquery-1.4.2-special.js"></scri...
I've chosen JQuery as my JavaScript library but now I'm a bit frustrated by the JQuery plugin site... the site kinda sucks... the plugin area isn't designed very well and I can only find a few treeviews. The one with the most votes (link text) isn't supported anymore.
Can someone please point me to an industrial strength treeview?
D...
I'm creating jQuery plugins using the pattern from the Plugins Authoring page:
(function($) {
$.fn.myPlugin = function(settings) {
var config = {'foo': 'bar'};
if (settings) $.extend(config, settings);
this.each(function() {
// element-specific code here
});
return this;
};
})(jQuery);
My c...
hey all
i am trying to aggregate form elements into object and then send it via ajax here is the code that i start using but i cant figure out how to do the rest
$('.jcart').live('submit', function() {
});
Update 1:
html form
http://pasite.org/code/572
Update 2:
I have successfully submit the form using ajax but it still refres...
Hello! I am very new to jQuery and javascript programming. I have a program below that checks whether username is taken or not. For now, the PHP script always returns
if(isset($_POST["username"]) )//&& isset($_POST["checking"]))
{
$xml="<register><message>Available</message></register>";
echo $xml;
}
Login f...
I'm using uploadify and the function to change the settings doesn't seem to be working.
I'm basing my code from the following example:
#(‘#someID’).uploadifySettings(’scriptData’, {‘name’ : some.val()});
So here's what I'm doing:
// INITIALIZATION
$("#"+elementId).uploadify({
// other data
"scriptData": {
"token": token
...
Im playing around with the Tablesorter plug-in for jQuery and was trying to get a very simple grouping functionality added into it. Using the follow html/js works great until you click sort again and reverse the order. The headers get moved to the bottom of the group when this happens. The following is my (admitedly hacky) attempt at it....
Hi everyone
in this page: http://www.studiokhalid.com/test/jquery/2.html
I am trying to use a simple Jquery Coda slider (that works fine alone) inside the OUTDOOR tab in the Jquery Tools Tabbed Ajax. When I click that tab, it is empty ! while it actually display the Coda slider.
Help is very much appreciated, and thanx.
...
Hi there,
I am creating a basic contact us form that contains a few fields and a button. I am using the jquery facebox plugin which I want to open after the buttons click event is fired displaying a value from one of the textboxes within the div tag.
e.g.
<div id="info" style="display:none;"><h1>Thanks for your enquiry</h1><p>Thanks [N...