-2
votes
1answer
25 views

add and remove element on jquery

I tried to make an UI where you can add a group of element inside of container without duplicating and it can delete itself. here's my code <script type="text/javascript"> var element = ...
0
votes
1answer
11 views

jQuery UI Dialog with customized data call

I have not used jQuery that much and I am trying to stay away from using regular javascript since i have to support many browsers and i want to learn. I have a Spring MVC writing a table of elements ...
0
votes
0answers
15 views

jquery UI map find only searches single number

I am using the Jquery UI map plugin, and have a series of checkboxes to filter, these all have a numerical value and correspond to the marker.model property. When the filters variable is a single ...
0
votes
1answer
22 views

How do call an Jquery Ajax function on Jquery UI Dialog button call

I just want to call a jQuery Ajax "POST" request on Jquery UI dialog's button call, here is the code snippet, $("#addqust").dialog({ autoOpen: false, width: 630, modal: ...
0
votes
0answers
23 views

How to modify the layout of jQuery UI autocomplete combobox

I'm using the jQuery UI autocomplete combobox and want to modify the layout of the combobox, for example the height/width of the text field/toggle button and font size/color of the input text, but I ...
1
vote
0answers
17 views

JQuery Ajax send serialized data with extra POST data tagged on

What I am trying to do with this code is send the order (serialized POST data) plus one more piece of POST data that contains the category/cluster/list ID. Here is the code: $(function () { ...
0
votes
0answers
30 views

Multiple jQgrids WITH filtertoolbar in jqueryUI Tabs do NOT work

I have created multiple jQGrids on the same page using jqueryUI tabs. The data loads fine on both tabs (click on tab 2 first - since i'm not loading data on page load initially). Anyway, to recreate ...
1
vote
2answers
25 views

Show Hide with jQuery UI Sortable

How to make it possible minimize and maximize option on title when user click on any title. I am not good with jQuery. My example link: jsfiddle My Code: <!DOCTYPE html> <html> ...
-1
votes
1answer
60 views

Jquery contains is not working [duplicate]

I need only jquery solutions, I have a span <span style="font-weight: bold;">Text goes her like this, why this contains is not working in jquery, it will alert all span including bold, please ...
0
votes
1answer
16 views

Show callback is not firing jquery ui tabs

I was following these example : http://jsfiddle.net/Shef/k6TEZ/ , in which is used the callback show(). I am executing this callback too , but it seems to not work. here it is my html and jquery ...
0
votes
2answers
23 views

How to Insert the values displayed in viewpage to backend

Hi I'm working with MVC3 i want to insert the values displayed in front end into the table in backend.How can i achieve this? Following is my view, @model ...
1
vote
2answers
35 views

How to slide in element with jquery ui

I am using the swipe event (and http://api.jqueryui.com/slide-effect/) to slide out content. This works fine. However, I need to slide in the next('div') as the previous sibling slides out. I have ...
-1
votes
7answers
68 views

How to find the href path of the anchor tag using jquery?

How can i get and check if the href path contain image path or some other link using jquery. For Example: <a href="image.png"><img src="image.png"/></a> In the above example ...
0
votes
3answers
24 views

jquery mobile data-rel= back troubles

My problem is that im usign JQM and I have a back button on each site. <a data-rel="back" data-role="button" data-inline="true" data-icon="arrow-l" data-transition="slide" ...
4
votes
1answer
36 views

jQuery UI Sortable with minimize and maximize

I am using jQuery UI Sortable for my current project and I just found from jQuery site and I want to Feeds maximize and other are minimize. My jsFiddle : jsFiddle Any ideas or suggestions? Thanks. ...

1 2 3 4 5 1138
15 30 50 per page