Tagged Questions
0
votes
0answers
14 views
want scrolling div boxs along with scrolling images behind
I want something like this, some scrolling white small div boxes floating along with the image behind:
http://www.myprovence.fr/snapshots2012/fr/marseille-provence/0-carte.html
I am using "Smooth Div ...
-1
votes
0answers
11 views
wants to stop jquery auto horizontal scroll
Wants to stop jquery auto horizontal scroll. But cant do the same. I want to get rid of auto scroll & horizontal scroll will happen only on mouse move. Here is the .rar of the files
...
0
votes
0answers
25 views
I wish to stop this right to left horizontal auto scroll
http://www.myprovence.fr/snapshots2012/fr/marseille-provence/0-carte.html
This above mentioned website got an auto scroll from right to left. Since its my project inspiration, I am asked to stop ...
0
votes
2answers
35 views
Jquery to get the value of Dropdown list
I'm using following html for dropdownlist,
<select id="dd">
<option>Select ReportType</option>
<option value="1">Blocked Details</option>
<option ...
0
votes
1answer
34 views
empty title of dialog in Jquery UI
I write this script that user check checkbox info that want to delete and click delete button it delete info with ajax.my problem is that when in first time i delete everything is fine but in second ...
0
votes
1answer
18 views
Displaying 2sets of different images randomly in sequential divs
I have 2 sets of different images.
first set is: img1.jpg, img2.jpg, img3,jpg
second set is: imga.jpg, imgb.jpg, imgc.jpg
Also I have three different divs #one, #two, #three.
The every set of ...
0
votes
1answer
21 views
Displaying 2sets of different images randomly
I have 2 sets of different images.
first set is:
img1.jpg, img2.jpg, img3,jpg
second set is:
imga.jpg, imgb.jpg, imgc.jpg
Also I have three different divs #one, #two, #three.
The every set of ...
0
votes
1answer
19 views
How do i give scrolling to div class? [on hold]
I am using following code to set current focus,
$("subtext_area", "current_view.$el").focus();
suppose subtext_area is a class name where i have given my current focus..
how to implement scrolling ...
0
votes
4answers
33 views
suggestions for optimizing my jquery
Instead of writing such lines again and again, what should be the professional way & optimized way to write this same code? Please help
$(function(){
$('<img ...
1
vote
3answers
31 views
Jquery to get the value of selected dropdown option
I'm using following html for dropdownlist,
<select id="dd">
<option>Select ReportType</option>
<option value="1">Blocked Details</option>
<option ...
0
votes
2answers
118 views
Dynamically adding extra row into jquery accordion
I would like to have some question how to control accordion dynamically.
when click add button I supposed to add one more row sub accordion and
click remove button will remove last row of accordion.
...
0
votes
0answers
12 views
Replacing Reporting Services with JavaScript Solution using DataTables
We are getting rid of Reporting services due to its pitiful performance, and I am looking at using http://www.datatables.net/index to provide the functionality of paging through the results and such. ...
1
vote
1answer
37 views
Alternate row color not applied properly
Following is the jQuery search function i'm using,
$("#btnSearch").click(function () {
debugger
var assoid = $('#txtAssoID').val();
var tassoid = $.trim(assoid);
if ((tassoid == "") ...
0
votes
1answer
36 views
Post form and get data on jQuery Dialog itself
Currently i have my project which works this way
Keep Filling a form
Click on a button new window popups
fill data in popupwindow and submit
Popup window closes and data on that window is saved to ...
1
vote
1answer
106 views
jquery UI tabs and Datatables making multiple ajax calls
I am using Datatables to display 4 separate and dynamic tables on 4 tabs using jquery. Everything works but the problem I am having is that upon clicking on each respective tab, datatables makes 4 ...
1
vote
1answer
45 views
'jQuery' is undefined in while using bundle in mvc
Step 1- We have merge
1) jquery-1.7.2.js,
2) jquery.unobtrusive-ajax.js,
3) jquery.validate.js,
4) jquery.validate.unobtrusive.js
In Single file ...
0
votes
2answers
95 views
DataTables warning (table id = 'example'): Requested unknown parameter 'clientId' from the data source for row 0
I am unable to resolve the error, I went through all the suggestion given on many sites. Any suggestion would be really helpful. Thanks in advance.
jQuery code :
$(document).ready(function () {
...
0
votes
0answers
70 views
Jquery AutoComplete Not Working in FireFox
i m working with jquery autocomplete with ajax which works fine in IE 8 and Chrome . But for the Firefox (version 21 ) the results are not shown in the autocomplete . But i could find
the ajax ...
0
votes
1answer
39 views
Modal Dialog Box using JQuery & AJAX
I've been trying to add a modal dialog box in my page, which is displayed on the click over a hyperlink, and fetches content from another URL.
Problem is, I couldn't find a way to make it modal, as it ...
0
votes
1answer
30 views
Eventbrite Customer Calender for asp.net
I am looking for a custom calender widget to integrate in asp.net site. there is one for wordpress but i can not find it for asp.net..i need a widget like this
Thanks
0
votes
2answers
74 views
Populating search result in HTML table from JASON response in jQueryUI for c# webservice
Scenario: User enters a name into a Textbox and result is presented through jQueryUI $("#textboxElement").autocomplete({...}). User selects one of the suggested result (Full Name (username)) and that ...
3
votes
3answers
43 views
how to remove old data from shoppingcart after drag new one data in shoppingcart
I want to write some jQuery code which displays only one value at a time when we drag in to it. For example, if I drag Bank then it should show only Bank after that. If I drag Rent it should show only ...
0
votes
2answers
60 views
jQueryUI AutoComplete does not render result to inputbox
Trying to implement a simple search for Windows user account with JQueryUI.
Requirement User enters first or last name to a HTML <input> control and that should return all the possible match ...
0
votes
0answers
49 views
Get the refreshed Page while change the dropdownlist option
I'm Working with Asp .Net Mvc3.I'm having a dropdownlist,checkbox list items and an 'Update' button.I'm using the following jquery for 'Update' button click,
function update() {
var ...
0
votes
2answers
66 views
show ajax content in fancybox on fly
i am working on ajax and i want to show the content after success in in a fancy box. i already did it through jquery ui dialoge but the problem with it is of overlay which i am unable to do. so ...
1
vote
1answer
24 views
local autocomplete using jQuery-Autocomplete and mockjax
https://github.com/devbridge/jQuery-Autocomplete
found this tutorial and was able to run it implement it on my app.my problem is, it wont run on local computer/app i think the problem is with mockjax ...
2
votes
2answers
90 views
Jquery addRow and autocomplete
I have a table I would like to use autocomplete on a column.
(medSearch is the class set for this column)
I use the Jquery's autocomplete code
autocomp_opt={
source: function(request,response){
...
0
votes
0answers
31 views
Pagination for List of items
I'm working with ASP .Net MVC3 Following is my partial view,
@for (int i = 0; i < @Model.SkillLifeCycleEntities.SecondarySkills.Count; i=i+2)
{
int j = i + 1;
<div>
...
1
vote
1answer
27 views
jquery mobile horizontal center without using CSS
I have a div with a grid inside and I want to center it horizontally but so far I haven't found any solution to this problem yet.
I found a couple of solutions but they are all using CSS is there any ...
0
votes
0answers
12 views
collapsible with thumbnail-list filled via ajax
i built a page with two collapsible elements containing lists with thumbnails. The list is filled via ajax (.load) on expand. My problem is, that the collapsible content (which contains an empty list) ...
0
votes
0answers
67 views
jQuery UI autocomplete pulling json from database
I am trying collect data from a database to in return populate the jQueryUI autocomplete field.
My ajax query that collects the data works fine as show below:
$.ajax({
type: "GET",
url: ...
0
votes
0answers
22 views
How to reduce number of jquery ui ,min ,smooth etc in website
how to reduce jquery insted of using jquery.min , jquery ui etc . jquery 1.x.x versions .
i reduce the number of jquery in my website but the function of slider and many thing was not working . ...
0
votes
0answers
46 views
Autocomplete that returns “city” using jQuery
I have made two selects box 'State' and 'City'. Here the value of branch populates based on state. Here are the code snippets which help me do that.
@RequestMapping(value = "getBranchlist.htm", ...
1
vote
1answer
164 views
How to prevent redirecting to page which is loaded in jquery ui tabs
I am using JQuery ui tabs in my application. When I click on a button control on "Login.asxp" it redirects to 'Login.aspx' page (which is content page) and tabs disappear.
JQTabs.aspx
<div ...
0
votes
0answers
86 views
jQuery accordions not being rendered correctly within jQuery tabs
I have a problem using accordions within jquery tabs, the initially inactive accordions do not render their content correctly. As by default first tab is selected and its content visible, the ...
0
votes
1answer
67 views
dynamic row works without style
I have this little dynamic row program. I have a label, an option box, and input text. The number of input texts depends on the number in option box. It works well with out style but when I style the ...
2
votes
1answer
93 views
ajax implement on internal pages jquery mobile
im making an internal page jquery mobile ive search question here in stackover but those are not similar to mine.i want to know if it is possible to use ajax in loading internal pages.i want to load ...
2
votes
1answer
78 views
resize button option box etc.ajax implement on internal pages
ive been studying this link but i cant figure out how he resize the option box and i want to know how to resize option box text box buttons etc. in jquery mobile but i cant find a way to resize them i ...
0
votes
1answer
34 views
(document).load giving me a syntax error
I am new Jqeury - Ajax. I wrote a code using jquery and it is working fine.
But the thing is i am getting a warning message like "Syntax Error". I want to get rid of this warning too, please help me ...
0
votes
0answers
36 views
How to apply tag-it plugin for multi value jquery Ui autocomplete
i am using jquery Ui autocomplete it's working fine, now i want to implement tags for thous words which is saparated by coma. I have an example that implemented with available tags
...
0
votes
1answer
105 views
multi value autocomplete using Jquery UI not working
i am using jquery Ui for multi value autocomplete and it's working fine but after first suggestion selected and for next request it sending entire text box value it's not splitting up eg: suppose in ...
0
votes
0answers
45 views
JQPlot date axis is not plotting graph
I am using JQPlot trying to draw a graph which contains dates. But I cant able to draw the graph, but i tried the sample application it is working fine. But whenever i pass my array it is not working, ...
0
votes
0answers
93 views
How to copy jqGrid data into another jqGrid
I have a requirement where user might want to copy data rows from one jqGrid to another jqGrid.I need to provide a snapshot kind of feature where he should be able to see new grid with copied ...
0
votes
1answer
34 views
jquery load page to dialog
I develop Intranet application with login via AD. In my application I need load web page from another application on same server and show this page in dialog.
$('#btnExample').click(function () {
...
1
vote
1answer
75 views
Wookmark Jquery UI not working
Hi friends I am using http://www.wookmark.com/jquery-plugin
$.post('get_category',data={type:'All'},function(data)
{
$.each(data,function(item,i){
var ...
0
votes
1answer
343 views
jQuery dialog box opens on click, but autoOpen not working
I have a site here...
When you arrive at the site...
autoOpen: true, is working, but it's not loading the ajax request (jquery-ajax.html).
But, if you click the button at the top-left, that says ...
1
vote
1answer
131 views
Internet Explorer Caching Ajax… Works Fine in Other Browsers
The problem:
I am using Jquery UI tabs. The tabs display data that is stored in a database. Lets say the tabs are on home.com. In order to edit data in the database, you are taken to a new page where ...
0
votes
2answers
144 views
jQuery UI Tabs, Editing the the tab title
In jquery ui tabs. they have a functionality where you can add and remove tabs.
Is it possible to edit an existing tab like say double clicking it then you can type the new title or whatever method ...
0
votes
1answer
51 views
init() methods are not working and works if I remove autocomplete block
init() methods are not working and works if I remove autocomplete block.
init methods contains some datatable.js initialization to table on page
this is demo page
note. Autocomplete is working ...
0
votes
0answers
84 views
IE 8 jquery error 80020101 when .ajax called tris to request to jquery-1.8.3.min.js
I have two simple html pages the first page is trying to load the contents of the second page in a dialog using ajax. When the request is made it responds with all of the src files referenced in the ...