I've been looking around for a while and haven't quite found what I've been looking for.
My web page stores reports, and the user has the ability to save these reports.
I'm looking for a method, using jquery or the javascript onunload/onbeforeunload to ask the user if they wish to save the report or continue without saving when the brow...
Could anyone confirm the the CDN src link for jQuery?
I am using the following:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script>
...
Hi
Can any one provide link for jquery pop window (not div element) plugin. Window should open on mouse over/click events with loading image on link before window open. No light box is required.
Example : infolink urls for advertisement
...
Hi,
I have a HTML table thus:
<table id="tablesorter-demo" class="tablesorter" border="0" cellpadding="0" cellspacing="1">
<thead>
<tr>
<th>Checkbox</th>
<th>Price delta</th>
<th>Price range</th>
<th>Price brackets</th>
</tr>
</thead>
<tbody>
<tr>
...
I wanted to restore the position of red block which is a draggble div on the green and gray block and not in blue block it is not worked on green block but it worked on gray block please help me ... For this purpose i am using jquery revert. The code and lnk are below please help me
http://galtech.org/testing/drag.php
<style type="text/...
Here is the HTML Sample dynamically generated from c#.net:-
<ul class="multiselect-checkboxes clearfix horizontal" id="chkMC"><li onclick="setMcCb(event);"><span class="QRadio"><input type="checkbox" name="ctl03$ctl05$CheckboxChoices0-931336440" id="ctl03_ctl05_CheckboxChoices0-931336440"><label for="ctl03_ctl05_CheckboxChoices0-9313364...
I have a list that looks like this:
<li class = "current_parent level-0">
<a> Parent Link </a>
<ul class= "children">
<li class = "level-1">
<a> Link to child </a>
</li>
<li class = "level-1 current_page_item">
<a> Link to child </a>
</li>
<li class = "level-1">
<a> Link to ...
Hi
I was working on customization of gmap infoWindow.
I wrote the following code..
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAWFxfdA2Gu9LJMJw80x2tKhQhoncwM0SGfm1Opx_70t50wOiSWxRz3mt77PVPCsnMPENBxlx9FaX5AQ"></script>
<script src="javascript/extinfowindow.js" type="text/javascript"></script>
<...
Hi everyone,
I have page 1 (P1) contains an iframe point to another page (P2).
All javascript codes reside on P1.
After i "close" P2 in anyway, i want to refresh the current data on P1
For example: P1 contains a list of data, P2 is the edit page to let user edit any data.
After P2 is closed, i want to reload the P1. But, the error is ...
hi, i use the jquery ui slider and all is fine except that the function i defined in the change prameter fired only when i release the mouse over the handles. is the a way to call the function when the mouse is released outside the slider?
thanks for helping.
...
Hi,
i am trying to implement toggle function with a table row. Everything is going fine except in IE8. The script which i was used is given below.
<script src="jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#report tr:odd").addClass("odd");
$("#repo...
Hello!
I've started using jqGrid for few days and everything is working cool.so far so good.
What borders me is that when you click on edit button in the NavGrid without selecting a row, it shows a centered modal popup notifying of no row being selected.
But when you click on add or edit(with selected row) it shows a modal at the left...
Hello,
I have html
<table>
<tr><td id="cell"><a href="">Google.com</a></td></tr>
</table>
<div id="to"></div>
And I have javascript
$(document).ready(function() {
var html = '<input type="text" value="'+$("#cell").html()+'" />'
$("#to").append(html);
});
I don't know why, but when executing this code I...
Hi There,
I've added a tooltip feature to my application because parts of the ordering system can be confusing to some of our newer users, it's simple jQuery:
$(document).ready(function(){
$('input, select, textarea').focus(function(){
$class = $(this).attr('title');
$('.tooltip_' + $class).fadeIn(500);
});
...
Hi all,
I'm kinda stuck.
I defined three variables:var part1 = "<form><input type='button' value='Open Window' onclick='window.open('http://jsfiddle.net/
";
var part2="5Xket,"
var part3 = "'toolbar=no',menubar='no')></form>";
My aim is to concat those variables to create a working link when clicking on the button.
This is my try to c...
Hello, I am kind of stuck on this one. I have webapp where I use simple JQuery plugin:
$.extend($.fn.disableTextSelect = function() {
return this.each(function(){
if($.browser.mozilla){//Firefox
$(this).css('MozUserSelect','none');
}else if($.browser.msie){//IE
$(this).bind('selectstart',funct...
I have a survey with 90 statements, grouped in categories. Easy category has apporximate 10 statements. On each statement the user has to put a score from 0 to 3, presented by radiobuttons. When all statements of a category have a score, the mean has to be calculated.
At the moment I have the calculation, but it's executed after every c...
Hi, I know "selectors" is the wrong term, but I can't remember it :P
I have this script:
$(function() {
//checkbox
$("#checkbox2, .akslabel").click(function(){
$("#scrollwrap").toggleClass('highlight');
});
});
Is it ok to stack up the selectors like that? Or should I re-write it for each one?
Thanks!
...
is it possible to make CSS Layers shaped like the following image...
i know we can have images of this shape and with transparent backgrounds we can have Layers shaped like these... but no i want CSS Layers to actual borders like these shapes... is there a way CSS, jQuery or anything....
Note: by 'shapes like these i mean not just t...
I've added the Overlay effect of jQuery Tools to my site, using the "Minimum Setup". Unfortunately when the user wants to close it, he must target this tiny circle on the upper right. Usability suffers this way. It would be far better if the user could simply click anywhere to close it.
Can I modify or add some code so it would close th...