I have used jPlayer in my music site .The actual songs data in dynamic.It is been adding on user checks from 10 listed songs on every page.jPlayer is getting added with the playlist but not autoplaying.when i'm clicking manually only it is getting palyed.
I tried with playItem= 0,playItem= 1,playItem= 2...etc.,
Can any body suggest be ab...
Hay I have an Array (var cars = []) which hold a few integers.
I've added a few values to the array, but i now need to send this array to a page via jQuery's .get method. But i want to send it as a JSON object.
How do i convert an array to a JSON object?
...
Hi Guys,
i have an input field which calls the function "inputInlineHint(self)" on blur and on focus.
It also passes self...
<input type="text" id="one" class="textbox" value="Your Name" onfocus="inputInlineHint(self);" onblur="inputInlineHint(self);" />
Now i'd like to retrieve the current value of the field:
function inputInlineHi...
Here is what I am trying to do: I am making a custom text file containing a test. This test is unique to the user and well I don't want my server to stack all those text files.
Is there a way to use Ajax/JavaScript/jQuery to find if the user has already finished the download and if they have get a return value (1 if finished) so the ...
it's normally working only on ff and ie7 but i can find any other working solution, so I'm using jQuery Scrollable script for my dbGrid and it works , but (as you can see on screen shots) there is vertical scrollbar trouble when there is some horizontal scroll bar. How can I fix it someway to make my vertical scrollbar always visible eve...
All,
How to close and open a jgrowl manually
jQuery("div.jGrowl").trigger("jGrowl.close");
The above code doesnt seem to work.
Thanks.
...
How I can make this:
$.ajax({
type: "POST",
url: "",
data: dataString,
cache: false,
success: function(html){}
});
but datatype json
and using it by php
please tell me an example because i tired to search in the internet
...
Is it possible to remove the hash from window.location without causing the page to jump-scroll to the top? I need to be able to modify the hash without causing any jumps.
I have this:
$('<a href="#123">').text('link').click(function(e) {
e.preventDefault();
window.location.hash = this.hash;
}).appendTo('body');
$('<a href="#">').t...
Hi
i have a page which is basically just a big unordered list - sort of navigation really - and its in a nasty frame (nothing i can do about that at the mo.. but i digress)
i need to reload this page/frame as items are added/removed/reordered
but i would really like it to do it via an update panel, so it doesnt (visually) have to relo...
There is issue, when Uploadify plugin desn't POST more than 1 parameter.
Tried 3 variants below.
Any suggestions or experince?
First - standard way
explanation: portletId and jsessionid params passed in 'script' :
oScript.text = "var $j = jQuery.noConflict();";
oScript.text+= "$j(document).ready(function(){";
...
oScript.text+= "$j('#u...
How can i convert date which looks like this 12092008 to unixtime like this 1221215809
...
I have a social networking website with a status update textbox, much like facebook. However I would also like the user to be able to type the @ symbol while typing a new status which brings up an autocomplete option of friends profiles (again the same as facebook does).
When the user selects one it should be included in the status as ...
Hi,
I am working on a show/hide script (jQuery) for my portfolio.
I use a parallax script which is the portfolio part.
What i want is that when i click a button, it shows the same paralax script but with different content.
I thougt it was easy, but something goes wrong.
You can find the portfolio here:
http://www.luukratief-design.nl...
Hello,
Are there any JavaScript events in type=file input? I.E. I would like to add an extra file input upon selecting file in one of allready created:
Diagram:] :
file input 1
file input 2
file input 3
user selects some file in input 1 and JS adds new file input
file input 1 - somefile.txt
file input 2
file input 3
*NEW* file inpu...
Hi,
I'm using http://www.mechanicalmarksy.com/hosted/toolman/dyndatetime/example.html datepicker and everythings works fine, but one bug.
When you select some date for example 20. and go to another (next, previous) month 20. is selected but it shouldn't be.
I can't figure it out how to solve this.
now is February and if you select 20...
Hello people,
I have a ul with several li elements, one of them will always have the class "active". How can I make the li.active element to always appear on top of the list?
I cant't control the html output that produces this list, so I would have to do this with css (preferably) or javascript/jquery.
I guess there is not a way to do ...
Hi,
I am pretty new to the zend framework and the JQuery helper.
I have been playing around with the ajaxLink method, and was wondering if there's a way to adapt it to use it in a form. Let me explain:
I want to add an "onChange" attribute on a "select element" in a form. When the select element is changed, I would like to have an aja...
image slider
1.How to load all images before hit the next button ,
2.How to add the loader for this plugin(When i hit the next / prev button)
...
I have 2 select boxes on a page with a variable number of options in them.
For instance:
<fieldset>
<label for="fizzwizzle">Select a Fizzwizzle</label>
<select name="fizzwizzle" id="fizzwizzle" size="10">
<option>Fizzwizzle_01</option>
<option>Fizzwizzle_02</option>
<option>Fizzwizzle_03</option>
...
I'm building an accordion for navigation. Each section of the accordion has a set of links. The firing code looks like this:
$(document).ready(function() {
$(".selector").accordion({
collapsible: true,
active: false,
navigation: true
});
});
This all worked fine and dandy until one of the links in each ...