jQuery is a cross-browser Javascript library that provides abstractions for DOM traversal, event handling, animation, and Ajax interactions for rapid web development.
0
votes
4answers
228 views
What are the options for simple Ajax calls for a Java webapp?
I've got a very simple need and I don't know what are the options available.
If I simplify, users see webpage like this server by a Java webapp server:
[-] red
[x] green
[-] blue
[-] yellow
...
0
votes
3answers
110 views
What tools can I use for professional document-creation and -printing in PHP? [closed]
I'm in the process of building a new pledge management system for one of my clients, a charity foundation. I have already built one for them (it was done using Delphi), but its feature-set is a little ...
0
votes
1answer
130 views
Trying to do some Obfuscation, How should I approach this particular case?
I currently have an assignment that is really pushing my limits so I need some help on how to approach this.
We have a set of 25 results
We are using a jquery plugin to vertically scroll through ...
0
votes
1answer
126 views
Starting Web Development and interactive experiences
I'm new to web development and I'm a bit confused about the different languages and technologies in the web.
I understand the basic is Html, Javascript, and Css.
Then there's jQuery, ASP.net, Html5.
...
0
votes
3answers
269 views
API access question
FIRST, THE SCENARIO
We have an internal system that is effectively split into 2 very separate parts across 2 sub-domains, our back-end administrative system for internal access only we will call this ...
0
votes
2answers
165 views
JavaScript (jQuery) And CSS Styling
Lets say I am building a jQuery plugin that has a number of non-configurable css attributes it needs to apply to DOM elements the plugin itself creates. Is it consider better practice to apply the ...
0
votes
1answer
467 views
Best practice for populating a dynamic popup menu?
I'm creating a dynamic popup menu whose contents depends on the state of what the user clicked on. Is it considered a better practice to create a template menu in html and modify which options are ...
0
votes
2answers
160 views
Client = Html5 + CSS3 + JS + Jquery. Server =?
I want to build most of my functionality on the client. However I'm not quite sure which server-side web development framework can provide me with a nice REST endpoint to handle resources, business ...
0
votes
1answer
83 views
Suggestions for html tag info required for jQuery Plugin
I have written a tiny bit of jQuery which simply selects all the Select form elements on the page and sets the selected property to the correct value. Previously I had to write code to generate the ...
0
votes
1answer
527 views
With ASP.NET MVC actions, should I use web services?
In ASP.NET Web Forms if you want to use jQuery and call a method directly, you should either implement a web service, or use Page Methods. Also you can use Generic Handlers (.ashx files).
However, in ...
0
votes
1answer
94 views
Is the jRails Project something I should use?
The jRails project is a drop in replacement for the Prototype/scriptalicious helpers already a part of the Rails framework. Are your experiences with this project positive? Does it do what it says on ...
0
votes
0answers
58 views
Unit Tests for Database Abstraction Layer
I previously asked this question about creating an algorithm for joining records from multiple databases, and since then, I have built a rudimentary version of it (which doesn't allow for inter ...
0
votes
0answers
138 views
Admin Panel like Custom Framework [closed]
I want to Create a Framework , like Admin panel , which can rule almost all the aspects of what is shown on the frontend.
For an (most basic) example: If suppose the links which are to be shown in a ...
-1
votes
1answer
501 views
Can jQuery be used server side? [closed]
I know that you can use JavaScript server side with node.js, but can we use jQuery for backend as well? Or will I just have to learn CoffeeScript instead of jQuery?
-1
votes
2answers
2k views
Where can I find a simple jQuery/AJAX Coldfusion tutorial? [closed]
I have been desperate for an easy tutorial that shows how jQuery/AJAX pulls a query from a ColdFusion CFC and displays it on the HTML calling page. I tried following this ben_tutorial but it is too ...
-1
votes
0answers
47 views
jQuery - looking for a component akin to a mind map [closed]
I've jQuery just a few times and am hoping there's a component which functions as you can see in the screenshots below - click the '+' to expand the sub-topics, click '-' to collapse them, etc. Can ...
-1
votes
1answer
39 views
client side code set up and why use apache web server [closed]
Trying to get a better understanding of the current project set up and want to know if there is an easier set up.
The project is set up a 2 different components, one project contains the client side ...
-1
votes
1answer
40 views
ASP.net extended with client side operations [closed]
What is the best way to "extend" my ASP skill set to include more client side orientated actions. I am developing the growing need to do things "faster" , without post backs... I am talking about UI ...
-1
votes
0answers
8 views
how to add new product ( hidden list ) forr smartcart jquery pluguin? [migrated]
i am using smartcart 2 jquery pluguin on my application to handle session cart.
the user can create new product and add it to his cart. i use ajax call to save the product in my list .and then i need ...
-1
votes
0answers
148 views
Good source code project examples of MVC 4/Jquery I could use as a reference? [closed]
I have a few projects like Sportstore (from a MVC book) and MusicStore (from the MVC web site) I use as reference sometimes..
Is there any good site that combines MVC 4/Jquery or even just Jquery ...
-2
votes
3answers
2k views
How do I Export to excel on aspx page?
I am trying to take data that I request from an access database and put it into and excel file on the client computer.
I usually use ajax to request a summary of the data I need. It is formatted ...
-2
votes
1answer
97 views
Why is DOM or JQuery considered an API? [closed]
My understanding of an API is this:
An API is the interface implemented by an application which allows
other applications to communicate with it.
So why is DOM or Jquery considered to be an ...
-2
votes
0answers
28 views
Working with multiple same elements jQuery [closed]
I don't know if the title describes the problem correctly so the problem is as follows. If I have multiple elements with same classes or the elements are same like:
<a href="Link"><img ...
-2
votes
0answers
20 views
Use pushState and asp.net webforms with localization [closed]
I'm having a hard time looking for a sample code how to implement pushState in my webform project. Is it not possible?
-2
votes
0answers
28 views
Need to table to say a custom error I get from a data base when there is an invalivd search [closed]
When a search is ran if there are no results a "No results found" line is added to the table. When a invalid search is ran such as a user searching for a fake country. I need to access the label ...
-4
votes
0answers
35 views
Function called multiple times on click [closed]
I am using the following code to convert unoredered html list into a select drop down list:
jQuery(document).ready( function($) {
//build dropdown - main navigation
$("<select ...
-4
votes
0answers
32 views
PhoneGap and JQuery [closed]
I want to develop an application using eclipse and PhoneGap and JQuery but i get a validation error when i create a phonegap project and include JQuery library .
Can you please help with that ...
-4
votes
1answer
67 views
Making <li class=“”> active and inactive [closed]
I have a simple html page in which i'm including header.php, footer.php files.
In this page there is a sidebar which is styled by css. I want to take this sidebar out and include it through php ...
-4
votes
1answer
85 views
Check Javascript coding practice and overall performance [closed]
I have a Edit/Details form which has 4 user related fields. On click of Save, I save the edited fields to local storage (if supported) and display the same values in the Details view.
Below is the ...
