0
votes
2answers
43 views
jquery qTip mouseover browser crash
Hi,
I am trying to show a tooltip in a mouseover event. The reason I am creating the tooltip on the fly rather than as a precursor (i.e. creating the qtip in document.ready) is th …
1
vote
2answers
24 views
Populate TextBox from Database using JQuery or AJAX
Hi,
I have the following scenario:
An SQL 2000 database with a table containing the columns UserID and UserName.
A webpage with TextBox1 and TextBox2.
I need to use JQuery, plain …
0
votes
0answers
24 views
Can’t change this javascript to read less for height than width on mousemove
Hey,
So I'm trying to set up this jQuery CSS dock menu and you can enter in a proximity in the setup. The proximity determines when the zoom will be triggered, but you only get to …
0
votes
3answers
53 views
Loop through a string with jQuery/javascript
Hi
I am loading a simple txt file from the same server as the current web page using jQuery - this file will always include a plain number with no formatting - e.g. 123456
$(docu …
0
votes
6answers
166 views
jCarousel not working
I have been banging my head for hours on this. I have jCarousel set up almost identically to their "simple" example, and I'm not getting any scrolling. If you set the width of the …
0
votes
2answers
19 views
catch ‘hover’ event while dragging
I'm using jQuery-ui draggable and droppable in my page. basically I'm implementing an accordion, where you can drag an item from one section and drop in another. I don't use jquery …
1
vote
2answers
45 views
How do you get border color value with JQuery?
$("#id").css("background-color") (and other css attributes) works fine, but
$("#id").css("border-color") returns empty string..
0
votes
3answers
98 views
Problem with jquery ajax in Opera and Google Chrome
I have a page where I need to add a drag and drop functionality to certain elements. When the drop event occurs, it makes an ajax call to a php function and then refreshes the cont …
0
votes
2answers
40 views
ASP.NET jQuery issue
Hiya,
I'm digging around with jQuery for something work related, and I am trying to get a specific flow of events working which I can't seem to get my head around.
I understand h …
0
votes
3answers
59 views
this.call is not a function
For the life of me, I can't see what I'm missing. I had hard-coded the value for selectedIcon in the drawmenu function. It was working perfectly until I changed it to a parameter …
2
votes
7answers
334 views
Firefox shows waiting cursor and “loading..” even after post request is complete
I have a form to upload a file.The <html> is as follows:
<div id="divModalPopup" class="ui-dialog-content" style="height: 139px; width: 268px;">
<form method="pos …
0
votes
3answers
48 views
jquery Remove siblings elements, doesn’t work in IE7
Hi, I'm trying to remove all the sibling elements after a particular div, lets say the div tag with id = id8.
<form>
<div id="id5">something ...<div>
<div …
0
votes
4answers
64 views
How to prompt user to download the PDF file instead of opening?
in my project site if i click on a link and the PDF opens in a new or parent window. Well I want a box to appear that prompts the user to download the file instead of opening it. …
0
votes
1answer
31 views
JQuery callback question
Hi,
I'm trying to assign a different number to different callback functions in jquery.
for (i=o;i<types.length;i++) {
$('#ajax'+types[i]+'Div').html('Loading...').load(' …
0
votes
2answers
38 views
jQuery Highlight element on select option
I have a list of values in a drop down style select box e.g.
<select id="places">
<option>Italy</option>
<option>France</option>
<option>German …
