Search:
Type: Posts; User: nitinmukesh
Search :
Search took 0.01 seconds.
Hi frnds,
I am working on a task where I have to convert the Flex application to HTML5.
I am stuck at the very first step where the Flex application is provided a Base64 encoded string and...
[EDIT]
Finally found the solution
$("#rightMenuAccordion").accordion('activate', 2);
for comparison replace = with ==
Hi,
I have created a accordion menu using the following code
<h3>Level 1</h3>
<div>Content</div>
<h3>Level 2</h3>
<div>Content</div>
actually val+=i is wrong
It should be
parseInt((val+i))
1. problem solved.
2. problem solved
3. need help to solve this.
Hi frnds,
I have created a menu using the jQuery UI Accordion 1.8.17.
I was able to customize it as per my needs but stuck with few problems which I could not solve as I am new to JQuery.
1....
Hi frnds,
I am using accordion plugin. It default opens the first element which I do not want.
Please guide me how to disable this. i.e. all options should be in collapsed state.
Thanks..
...
Found answer for my first question
\themes\base\jquery.ui.theme.css
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/...
var elmlist=["0","0.1","1"]
function findInArray(arr, str) {
for(var i=0;i<arr.length;i++) {
if(arr[i].indexOf(str) != -1) {
return true;
//Use the following if you want to return the...
Hi frnds,
I am using the following plugin for one of the project I am working on.
http://jqueryui.com/demos/accordion/
I have been able to layout it properly but facing few problems.
1. I...
Thanks aj_nsc. It worked fine on older version of browsers.
Thanks aj_nsc. Is there any other solution that will work on IE7.
Thank you nap0leon. It worked.
,
I am using Jquery to add background image to a div which keeps changing on elements click.
The image is adding correctly but it is not occupying the whole div space due to smaller dimension....
I am not sure if you can use Access database on Linux server but I am sure it works on Windows. Please confirm this with your hosting provider.
If it does not support Access maybe you can convert...
Hi,
I have been assigned a task to convert Flex application to HTML5. I am using JQuery to make it cross browser compatible and not using any HTML5 specific features so it works in all browsers.
...
Regarding your 2nd question you can use any server side language like ASP to connect the Access database and fetch data.