Tagged Questions
0
votes
4answers
19 views
How to show value of LI by jquery selectable->select event
I have this html, representing list of words:
<ul id="words">
<li>word1</li>
</ul>
There is jquery-ui script I try to use to show selected value (in my case ...
0
votes
0answers
13 views
AJAX responseXML empty with jQuery UI Modal Form
I have a jQuery ajax call to a SharePoint web service that I use to append "search" results to a table. With only a simple html table everything works fine and the results are added, but when I try to ...
0
votes
2answers
18 views
Why won't my jQuery-ui modal dialog display two custom buttons?
I have a generic Javascript function for displaying a jQuery-ui modal dialog with two buttons -- essentially "Continue" and "Cancel", though the text varies. I'm calling it in three places in my ...
0
votes
0answers
7 views
JqGrid - Rendering Issue
I'm using JqGrid in my ASP.NET MVC application using VS2010.My Grid does not seem to render properly on my view and does not allow me to access other controls(including entire page) on the view. See ...
0
votes
1answer
23 views
jQuery-UI DateTimePicker doesn't work
I'm needing to develop a datetimepicker Input with jquery-ui. I already developed a datepicker, and the same is working perfectly. The problem is that the DateTimePicker is displaying a datepicker, so ...
1
vote
1answer
16 views
Jquery altFormat datepicker issue in rails app
I have a form with a date input
<div class="form-inputs">
<%= f.input :day, as: :string, input_html: {id: 'date'} %>
And i'm using a datepicker jquery object that I make at the bottom ...
0
votes
1answer
33 views
Calling javascript function from Jquery
I am using AJAxsolr framework for building my search UI.
I have an index file which is an html file. This file has all the necessary script imports that import the javascript files. I have a ...
1
vote
1answer
23 views
get dialog with html and script from using ajax
when a user open a new dialog in my application.
i am getting the dialog HTML and script who are responsible to handle that dialog.
when i am opening the same dialog again.
seems like the browser is ...
2
votes
2answers
34 views
escape single quote from last name in jquery
I have ajax call in my JQuery code with which I am doing lookup with c# web method.
The call works normally most of the time, the user needs to enter last name and it will get all the results for ...
0
votes
1answer
36 views
jQuery UI class dissapears on button even though .button() is set in codebehind?
Im starting to pull my hair over this.
Im trying to append jQuery UI's button appearance on my regular button, however it doesn't get appended. Doesnt even get a class..
<asp:UpdatePanel ...
0
votes
1answer
14 views
jQueryUI dialog wth dynamic buttons using callbacks
I am using this question as the basis for a multipurpose jQueryUI dialog function that I can reuse in my site Question 17013222 I want to be able to reuse the code to display different buttons with ...
0
votes
2answers
25 views
Hiding all but last div on page load with jQuery UI Accordion widget
I have looked at the examples in another post on this site about hiding divs on page load, but the problem I'm having is with my last div. The last div contains galleriffic content that is dynamically ...
0
votes
0answers
10 views
jquery ui tabs + masonry
I am using a jQuery ui tabs for tab. So when I try to load Masonry inside one of the tabs, it simply does not work. I'm unsure how to combat this problem, and so far have tried only running masonry ...
3
votes
2answers
14 views
Unsucessfull in applying the jQuery.resizable API to an HTML table
I am wanting to apply the jQuery resizable API to my HTML table, but it does not seem to be working as it should, there is no handle appearing at the top of my table headers to resize the columns.
...
0
votes
1answer
24 views
Jquery div preview like thumbnail
I want users on my site to see live preview of a div. For example, there is one big div where user is free to make any changes. I want the user to see a small thumbnail of the same div on the same ...